Skip to content

Dinesh2510/Recipe-App-using-room-database-MVVM-Hilt-using-kotlin-

Repository files navigation

Recipe App

Recipe App using Navigation Components + MVVM + Dagger hilt + Retrofit + Coroutines + Flow + Paging3 + ROOM Database

✨ Demo

Main Screen 2
IMAGE ALT TEXT HERE

About

This is a demo app built using latest android architecture and features.

  • Clean and Simple Material3 UI.
  • It supports dark theme too 🌗.
  • Navigation Components - Bottom Navigation
  • List of Recipe parse from API using retrofit
  • Store Api data in local storage Room database (Offline) and show list from Room database
  • also Add/Remove recipe in favorite using room database
  • List of favorite recipe with delete all, single or multiple delete

Built With 🛠

  • Kotlin - First class and official programming language for Android development.
  • Hilt - Dependency injection library for Android.
  • Coroutines - For asynchronous and more..
  • Android Architecture Components - Collection of libraries that help you design robust, testable, and maintainable apps.
    • LiveData - Data objects that notify views when the underlying database changes.
    • ViewModel - Stores UI-related data that isn't destroyed on UI changes.
    • ViewBinding - Generates a binding class for each XML layout file present in that module and allows you to more easily write code that interacts with views.
    • Room - SQLite object mapping library.
  • Gson - A JSON library for Kotlin and Java.
  • Material Components for Android - Modular and customizable Material Design UI components for Android.
  • Kotlin FLow - A flow is conceptually a stream of data that can be computed asynchronously.