Skip to content

Releases: fahimfarhan/NewsApp

Online and Offline Support

12 Sep 15:19
Compare
Choose a tag to compare

Online and Offline Support

In this version, I have created a basic factory pattern to use both online and offline data sources. So the network code will be used to fetch news and store in the database if you open the app for the 1st time of the day. For the next 24 hours, the app fetch news from database. There is a force refresh option though which will refresh the data if invoked.

Create First Tag

04 Sep 20:32
Compare
Choose a tag to compare

Create First Tag

In this release, we have android pagination, retrofit, room, picasso, java, kotlin, offline support, footer/loader, a simple top row showing stories etc.