Develop a pseudo Mobile application (Android) which should list and open best out linked news articles from the app.
Check out the wireframe in Adobe XD
- Source file added in
src
- Get tracking firebase configuration file from this url
https://firebase.google.com/
- Import/Open the project using Android Studio
- Run the App
- Used API to fetch news feed
- Implemented paging to display the results (Shared will collect all the at once) by changing the parameter (page & limit) can get the data dynamically
- Browser window added to display the news article
- Added offline feature to browse the article headlines
- Feature to filter by category added
- To filter by category and publisher - By introducing URI
feed/<category>/<publisher>
- For Bookmark, By adding query (
is_bookmarked=true
) - By passing the orderby in cursor can do sorting (News Fragment)
Challenge Link Inshorts Android App Development Hiring Challenge