A movie catalogue application sample to preview movies data and developed with Android Jetpack.
MovieCatalogue uses The Movie DB API to preview all movies and tv shows data. To get your API key, please refer to the API documentation.
Add your API key and access token to gradle.properties file in the project's root folder.
themoviedb_api_key=<your API Key (v3 auth)>
themoviedb_access_token=<your Access Token (v4 auth)>
movie-catalogue-demo.mov
Ktor is a multiplatform framework to do asynchronous operations from Jetbrains. It builts from kotlin and supports kotlin Coroutine. Ktor migration guideline has been created for learning purposes, excluding the unit tests.
- Refer to ktor/start branch for Ktor migration starter code and the guidelines.
- Refer to ktor/finished branch for the completed code of migration to Ktor.