Skip to content

santimattius/android-drag-and-drop

Repository files navigation

Android Drag and Drop

Example Grid Drag and Drop in Jetpack Compose

list-drag-and-drop.mp4

Content

TheMovieDB API: Check this documentation.

Setup

Using local properties for define api key:

apiKey="{your-api-key}"

Dependencies

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.

About

Example Grid Drag and Drop.

Resources

Stars

Watchers

Forks

Languages