Simple Android Application to showcase basic android principles.
This project is a mobile app, that connects to web API to retreive Album dataset, and then persist it in local database. the UI consists of to main creeen
- List Screen shows all the albums in RecyclerView
- Details scree thats shows all information about an album
MVVM arcitecture is used in this project along side with android jetpack arthitecture components (lifecycle, Navigation, StateFlow ...)