Skip to content

Android sample application based on MVVM (ViewModel, Coroutines, Room, Hilt, Repository) architecture.

Notifications You must be signed in to change notification settings

mertbuyuk/FoodRush

Repository files navigation

Food Rush

Previews

Tech Stack

  • Architecture
    • MVVM Architecture (View - ViewModel - Model)
    • Repository pattern
  • Kotlin Coroutines
  • ViewBinding
  • Livedata
  • Retrofit&OkHttp3 - Construct the REST APIs and paging network data.
  • Glide
  • Gson (Moshi better alternative)
  • Dagger Hilt
  • Databinding(TODO)
  • Room Persistence - construct database(TODO)
  • Lottie - for animation
  • Navigation Components

Architecture

Test Image 4

TODO

  • Room Database.
  • Databinding.
  • Welcome Screen - Screen to introduce the application
  • Last orders.

About

Android sample application based on MVVM (ViewModel, Coroutines, Room, Hilt, Repository) architecture.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages