8000 GitHub - riskikukuh/Compose-ToDo: Yet another ToDo app, but the UI completely written in Jetpack Compose!
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

riskikukuh/Compose-ToDo

 
 

Repository files navigation

build

Compose playground: To Do List App

Compose playground for learning purpose, especially trying and explore android tools by Google

Project specification

  • Android Studio Arctic Fox | 2020.3.1
  • Min SDK 24
  • Target SDK 31
  • AGP 7.0.2
  • Java 11

Setup

  1. Clone this repository, git clone https://github.com/wisnukurniawan/Compose-ToDo.git
  2. Open via Android studio
  3. Sync the project, File -> Sync Project with Gradle files

How to build

  • Generate debug apk ./gradlew assembleDebug
  • Run unit test ./gradlew testDebug
  • Install on connected device ./gradlew installDebug

Dashboard screen

Deletion Lang selection Theme selection

List detail screen

Create list

Task detail screen

Due date

About

Yet another ToDo app, but the UI completely written in Jetpack Compose!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 100.0%
0