Skip to content

ErasmoDev/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

Large screen Foldable
Multi language Set alarm

Prerequisites

  • Android Studio Bumblebee | 2021.1.1
  • Min SDK 21
  • Target SDK 31
  • AGP 7.1.1
  • Java 11
  • Kotlin 1.6.10

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

Others

About

iOS reminder app clone built with Jetpack Compose

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 100.0%