Taeseo06 / FoodInfo_Android

Simple food information app built with modern android components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FoodInfo

선린인터넷고등학교 특강을 위해 제작한 식품정보 예제 앱입니다.

MVVM 기반으로 작성했으며, 다음과 같은 기술을 사용했습니다.

AAC

  • ViewModel
  • LiveData
  • DataBinding

DI

  • Hilt

Async & Data

  • Coroutines
  • Retrofit2 (OkHttp3, Moshi)
  • Jetpack DataStore

UI

  • Glide
  • Lottie
  • Jetpack SplashScreen

Screenshots

How to build

local.properties에 apiKey="<YOUR_API_KEY_HERE>"를 추가합니다.

Credits

About

Simple food information app built with modern android components


Languages

Language:Kotlin 97.4%Language:Ruby 2.6%