Random Quotes is an android app with allows user to fetch random programming quotes from Programming Quotes API
Time Spent: 8 hours
- Display a random quote to the user containing: Quote - Author
- Allow the user to fetch a new random quote.
- Allow the user to mark a quote as a favorite.
- Allow the user to view his favorites quotes.
- Offline support. If the user is offline, they should be able to see the last loaded quote.
- Kotlin
- Room
- Architecture Components
- Retrofit
- Dagger2
- Stetho
- Download or Clone the repository.
- Go to Android Studio and select "Open an existing Android Studio Project".
- Locate the project on disk and select the root level build.gradle file.
- Click Open.
- Clean and Rebuild the project.