Android app showcasing a Tumblr feed. The app retrieves posts from Tumblr API and stores them in a local database supporting offline mode.
minitumblr-feed.mp4
The application uses the following:
- JumblrClient: Client to retrieve posts from Tumblr remote API.
- GreenDao: ORM to store Tumblr posts locally.
To log in use the following mocked user:
- Username: diego93
- Password: 123456
- Migrate to Kotlin
- Migrate MVC to MVVM
- Replace ButterKnife with ViewBinding
- Replace GreenDao with Room