Git Product home page Git Product logo

android-web-scraper's Introduction

Approach

  • Supported devices - API 21 (Android 5.0, Lollipop) and above.
  • The URLs have been scraped using JSOUP. It's a simple library that does that job.
  • The UI contains two textViews for single results each, and one recyclerview for a large blob of list. The recyclerview has been chosen to avoid blocking the UI and only render data according to the current scroll position.
  • The project uses fast-list to quickly inflate a functional recyclerview.
  • The code design is powered by a view layer, interactor layer (viewModel) and a data layer.
  • Using a sealed class called outcome to cleanly get a success or a failure response in the view layer.
  • The business logic has been separated to a dedicated class
  • For finding words separated by any whitespace with the number of repetitions, i've used kotlin's built-in functions to filter out data.
  • The data will persist across screen orientation changes and will only request for an API call if the live data is empty or theres a request to force the network call.
  • Please disconnect from any VPN while running this app. It may cause exception while scraping the URLs.

android-web-scraper's People

Contributors

rajagrawal1 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.