brave881 / MyDragDropComposeApp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MyDragDropComposeApp

Drag Drop Launcher in Compose This project demonstrates how to implement drag-and-drop functionality in Jetpack Compose.

Getting Started To run the project, you will need to have the following installed:

Android Studio The Jetpack Compose dependency Once you have installed the necessary dependencies, you can open the project in Android Studio and run it.

Drag and Drop Functionality The drag-and-drop functionality is implemented using the Draggable and Droppable composables. The Draggable composable allows you to drag an item around the screen, and the Droppable composable allows you to drop an item onto another item.

In this project, the drag-and-drop functionality is used to launch apps. When you drag an app icon, the icon will be displayed in a floating window. You can then drop the icon onto another app icon to launch the app. photo_2023-07-25_13-08-06 photo_2023-07-25_13-08-03

ezgif com-video-to-gif

To Do Add more apps to the list of apps that can be launched. Improve the visual appearance of the floating window. Add more features to the drag and drop functionality. Author This project was created by [Breave].

License This project is licensed under the MIT License.

About


Languages

Language:Kotlin 100.0%