Application Displaying members of Finnish Parliament This is a simple android application that allows user to browse information about members of current Finnish Parliament. User can interact in this application through comments and like to parliament members.
Concept Used
-
Retrofit and Moshi libraries ofr reading the data
-
Room database to store the local data
-
WorkManager to update the data regulary
-
Data fetched from https://avoindata.eduskunta.fi/
Implemented app views as Fragments and Navigation Mechanism
Implemented LiveData to update view from database
Implemented MVVM artitecture
Source Material
- Android Kotlin Fundamentals https://developer.android.com/courses/kotlin-android-fundamentals/
- Lecture Materials
Screenshot