- A sample Android app to play with photos.
- Display photos and you can mark photos as favorite, which will display under Favorite section.
- Application made with android architecture component, third party libraries and with MVVM design pattern.
Some of the features of the app include
-
MVVM architecture - Using the lifecycle aware viewmodels, the view observes changes in the model.
-
Android Architecture Components - Lifecycle awareness has been achieved using a combination of LiveData, ViewModels, room.
-
View Bindings - Bind views using butterknife.
- Android Studio - 3.3.2
- Compile SDK - 28
- Min SDK - 21
- Target SDK - 28