项目作者: raheemadamboev

项目描述 :
Simple app to search food recipe built by Jetpack Compose
高级语言: Kotlin
项目地址: git://github.com/raheemadamboev/jetpack-compose-recipe-app.git
创建时间: 2021-04-13T09:46:54Z
项目社区:https://github.com/raheemadamboev/jetpack-compose-recipe-app

开源协议:Apache License 2.0

下载


jetpack-compose-recipe-app

Simple recipe app is built by Jetpack Compose

Jetpack Compose Recipe

Demo app

I used Jetpack Compose to build UI components. This is really easy to use, convinent and uses Kotlin to build UI. It is considered as future of android UI compared to old XML. Food2Fork API is used to retrive data. Both dark and light theme is supported. App robust to configuration changes and process death with the help of SavedStateHandle and thanks to MVVM pattern.

Screenshots:

Italian Trulli

Tech stack:

  • Jetpack Compose
  • Dependency Injection (Hilt)
  • MVVM
  • Jetpack Navigation Component
  • Animations
  • Retrofit
  • Glide
  • Kotlin Coroutines
  • Git
  • Material Design
  • Handling configuration changes and Process Death