Example Grid Drag and Drop in Jetpack Compose
list-drag-and-drop.mp4
TheMovieDB API: Check this documentation.
Using local properties for define api key:
apiKey="{your-api-key}"
Below you will find the libraries used to build the template and according to my criteria the most used in android development so far.
- Ktor Client, for Http Client, using Okhttp Engine.
- Kotlin Serialization, Kotlin serialization consists of a compiler plugin, that generates visitor code for serializable classes, runtime library with core serialization API and support libraries with various serialization formats.
- Koin, for Dependency Injection framework.
- Secrets Gradle Plugin for Android, A Gradle plugin for providing your secrets securely to your Android project.