/know-your-mps

🗳️ Know your MPs! Browse members of the Parliament of Finland, rate them, and attach important notes for the future!

Primary LanguageKotlinMIT LicenseMIT

Know your MPs!

🗳️ Browse members of the Parliament of Finland, rate them, and attach important notes for the future!

Features

  • Browse information about members of the Finnish parliament
  • Browse parties, view their members, and inspect the members' personal details, such as name, age, and profile picture
  • Attach notes to each Member of Parliament (MP)

Work-in-progress

  • Give a positive or negative rating to MPs
  • Improve UI and UX
  • More party details

Technical documentation

  • Fetch MP information from an API using Retrofit and Moshi
  • Employ WorkManager to re-fetch the data at 1 hour intervals
  • Store MP information in RoomDatabase from where it can easily be accessed
  • Display and cache MP profile pictures using the Picasso library
  • Use Hilt for dependency injection
  • Implement Android Jetpack components and libraries to keep up with the latest standards and follow best practices