Skip to content

A movie catalogue application sample to preview data from The Movie DB API with Retrofit and Ktor.

Notifications You must be signed in to change notification settings

syntialai/RetrofitToKtor

Repository files navigation

RetrofitToKtor

A movie catalogue application sample to preview movies data and developed with Android Jetpack.

The Movie DB API

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)>

Demo

movie-catalogue-demo.mov

Ktor migration

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.

About

A movie catalogue application sample to preview data from The Movie DB API with Retrofit and Ktor.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages