Files
coco 723ce1af5c a
2026-07-03 15:12:48 +08:00

43 lines
1.2 KiB
Markdown

# The-Movie-DB-Kotlin
The Movie DB app using Kotlin
![alt text](https://developer.android.com/topic/libraries/architecture/images/final-architecture.png)
API https://www.themoviedb.org/documentation/api
Kotlin: https://kotlinlang.org/docs/reference/
Data binding: https://developer.android.com/topic/libraries/data-binding/
RxJava 2, RxAndroid: https://github.com/ReactiveX/RxJava
Coroutines: https://kotlinlang.org/docs/reference/coroutines.html
Retrofit 2: https://github.com/square/retrofit
Moshi: https://github.com/square/moshi
Glide: https://github.com/bumptech/glide
Dagger-Hilt: https://developer.android.com/training/dependency-injection/hilt-android
Android X: https://developer.android.com/topic/libraries/support-library/androidx-overview
===> Android Architecture Component
Lifecycle: https://developer.android.com/topic/libraries/architecture/lifecycle
View Model: https://developer.android.com/topic/libraries/architecture/viewmodel
Live data: https://developer.android.com/topic/libraries/architecture/livedata.html
Room: https://developer.android.com/topic/libraries/architecture/room.html
Navigation: https://developer.android.com/guide/navigation
Architecture: https://github.com/googlesamples/android-architecture-components
<===