/Recipe

Android application that aims to share different recipes between users.

Primary LanguageKotlin

Recipe

Android application that aims to share different recipes between users.

TODO

  • Complete the database cache stuff
  • Add Dagger2 Dependency Injection framework

Enhancement

  1. Add Github/workflow
  2. Replace Gson with Moshi
  3. Add test cases
  4. Modularization (data, domain, ui) each package in single module
  5. Add DI feature (Dagger2 , Koin, or use Dagger with Hilt)
  6. Paging Library
  7. Coroutine with Flow
  8. Adding dark mode
  9. Github Action Lib
  10. Use of MVI architecture design pattern