This application allows you to see futurama quotes. You can search quotes according to the character that said it as well. Futurama Quotes demonstrates modern Android development implements MVVM architecture.
Go to the Releases to download the latest APK.
-
Minimum SDK level 23
-
Kotlin based, RXJava for asynchronous.
-
Jetpack Lifecycle - Observe Android Lifecycles and handle UI states upon the lifecycle changes
-
Jetpack ViewModel - Manages UI-related data holder and lifecycle aware. Allows data to survive configuration changes such as screen rotations.
-
MVVM Architecture
-
Retrofit2 - Construct the REST APIs
-
Glide - Loading images from the network
-
Dagger2 - Compile time android dependency injection framework.
-
ThemedToggleButtonGroup - Customisable toggle buttons.
Futurama Quotes uses Futurama Quotes API by KateDam
Disclamer: As mentioned on Kate's github repo(linked above), These are publicly sourced data and I in no way claim ownership for it.