https://github.com/getditto/template-app-jetpack-compose-kotlin-todo
https://github.com/getditto/template-app-jetpack-compose-kotlin-todo
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/getditto/template-app-jetpack-compose-kotlin-todo
- Owner: getditto
- Archived: true
- Created: 2023-10-17T19:07:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-17T19:02:15.000Z (over 1 year ago)
- Last Synced: 2026-04-04T01:44:32.440Z (3 months ago)
- Language: Kotlin
- Homepage:
- Size: 148 KB
- Stars: 2
- Watchers: 31
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jetpack Compose Kotlin Tasks Example
Read the full documentation on [ditto.live](https://docs.ditto.live/kotlin-installing)
1. Open [Android Studio](https://developer.android.com/studio) and click the "Get from VCS" button to import this repository into Android Studio.
2. In Android Studio, navigate to "app" > "java" > "live.ditto.compose.tasks" and open "TasksApplication".
3. In "TasksApplication", replace `YOUR_APP_ID` and `YOUR_TOKEN` with your appID and token from [Ditto Portal](https://portal.ditto.live)
4. Click the play button (green triangle) to build and run the app. If everything goes well, the app should build and an emulator window will open allowing you to try the app.