Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.81 KB

README.md

File metadata and controls

38 lines (24 loc) · 1.81 KB

Recipes

Recipes Android App using Android Architecture Components, Kotlin, using Android Jetpack Components, and in Compose.

How it's built.

  • Technologies used

    • Hilt - Dependency Injection library
    • Retrofit- Type-safe http client supporting coroutines.
    • Moshi
    • Jetpack
      • LifecycleInvolved in Performing actions in response to changes occurinf in thelifecycle status of another component
      • ViewModelThe ViewModel class allows data to survive configuration changes such as screen rotations.
    • Kotlin
    • Compose
    • Coroutines
    • Flow
    • Coil An image loading library for Android backed by Kotlin Coroutines.
  • Architecture

    • MVVM - Model View View Model
  • Firebase

    • Firebase crashlytics Open-source error tracking that helps developers monitor and fix crashes in real time. Debug your application and prevent crashes across your entire stack.
  • CI/CD

Screenshot

Glimpse of the app's view.

Screenshot 2022-04-17 at 22 57 03