Foodium Versions Save

🍲Foodium is a sample food blog Android application 📱 built to demonstrate the use of Modern Android development tools - (Kotlin, Coroutines, Flow, Dagger 2/Hilt, Architecture Components, MVVM, Room, Retrofit, Moshi, Material Components).

v1.1

3 years ago

What's new?

  • [#23] Add sharing button for sharing a post. (Thanks to @naufalprakoso)
  • [#48] Use Android share sheet for sharing the post. (Thanks to @meets7)

Bug fixes:

  • [#37] Crashing issue on clicking a post item on devices running API level lower than 24.

Technical improvements

  • [#38] Use Flow's catch operator (Thanks to @shubham08gupta).
  • [#41] Use Room suspending functions. (Thanks to @shubham08gupta).
  • [#43] Clear unused resources. (Thanks to @GeorgCantor).
  • [#51] Use starter pattern for navigating from MainActivity to PostDetailsActivity. (Thanks to @sidhu18).
  • Use Dagger and Hilt for dependency injection.

Thanks to all contributors 🙇🏻‍♂️

v1.0

3 years ago

First release of Foodium app.