Android application that aims to share different recipes between users.
- Complete the database cache stuff
- Add Dagger2 Dependency Injection framework
- Add Github/workflow
- Replace Gson with Moshi
- Add test cases
- Modularization (data, domain, ui) each package in single module
- Add DI feature (Dagger2 , Koin, or use Dagger with Hilt)
- Paging Library
- Coroutine with Flow
- Adding dark mode
- Github Action Lib
- Use of MVI architecture design pattern