Skip to content

qveex/BookOfRecipesAndroid

Repository files navigation

Course project in the discipline Object Oriented Programming on the topic "Book of recipes"

In the project uses:

  • Android SDK :O
  • Jetpack Compose
  • Room
  • Dagger - Hilt
  • MVVM
  • Single Screen Pattern

All db relationship represent in Relationship.kt
Physical database model:

------------ db model -------------
db

Now the project is in its final state in terms of logic
Actual problems:

  • Performance issues on the AddDishScreen (because screen infinitely update image (I guess))
  • Storing images in a database
  • Lack of some CRUD operations on entities
  • Very bad design