All Projects → wisnukurniawan → Compose-ToDo

wisnukurniawan / Compose-ToDo

Licence: Apache-2.0 license
A fully functional Android TODO app built entirely with Kotlin and Jetpack Compose

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Compose-ToDo

Jetpack-Compose-MVI-Demo
Demo / Sample Android Project created with Jetpack Compose and MVI Architecture Pattern
Stars: ✭ 114 (-12.31%)
Mutual labels:  room, viewmodel, lottie, lottie-android, jetpack-compose, hilt, hilt-android, lottie-compose
Delish
Delish, a Food Recipes App in Jetpack Compose and Hilt based on modern Android tech-stacks and MVI clean architecture.
Stars: ✭ 356 (+173.85%)
Mutual labels:  room, viewmodel, jetpack-compose, hilt, compose-navigation
Einsen
🎯 Einsen is a prioritization app that uses Eisenhower matrix technique as workflow to prioritize a list of tasks & built to Demonstrate use of Jetpack Compose with Modern Android Architecture Components & MVVM Architecture.
Stars: ✭ 821 (+531.54%)
Mutual labels:  mvvm-android, room-database, jetpack-android, jetpack-compose, hilt-android
Compose-BreakingBad
🧪 ☠︎ Jetpack Compose - Breaking Bad ☢︎
Stars: ✭ 26 (-80%)
Mutual labels:  room, jetpack-android, jetpack-compose, hilt-android
ThinkRchive
An app showing all details for various Lenovo Thinkpad models. Made to try out Jepack Compose for Android.
Stars: ✭ 84 (-35.38%)
Mutual labels:  room, mvvm-android, jetpack-android, jetpack-compose
PlayWeather
🔥🔥🔥 Compose、Lce、MVVM、深色模式、横屏、无网弱网适配、Room、Hilt、多语言切换,目前Android最新的库基本全用上了,你想要的都有🔥🔥🔥
Stars: ✭ 120 (-7.69%)
Mutual labels:  room, jetpack-android, jetpack-compose, hilt-android
NYTimes-Compose
An offline-first application in Jetpack Compose with MVVM architecture, representing a minimalistic implementation of Top Stories API.
Stars: ✭ 98 (-24.62%)
Mutual labels:  room, mvvm-android, room-database, jetpack-compose
Calculator-Plus
A Simple Calculator with rich features for daily use.
Stars: ✭ 14 (-89.23%)
Mutual labels:  mvvm-android, room-database, jetpack-android, hilt-android
bitcoin-market-android
Bitcoin Market app shows you the current Bitcoin market price and price chart of different time intervals 💰
Stars: ✭ 284 (+118.46%)
Mutual labels:  lottie, mvvm-android, jetpack-android, jetpack-compose
Simple-Notes-Kotlin-App
✍️ Simple Note Making App use mvvm architecture , dagger , coroutines and navigation component. Features includes 🗒️ create , edit and ❌ delete notes
Stars: ✭ 40 (-69.23%)
Mutual labels:  room, viewmodel, jetpack-android
MusicX
MusicX is a music player 🎵 android app built using Kotlin and Jetpack Compose. It follows M.A.D. practices and hence is a good learning resource for beginners
Stars: ✭ 85 (-34.62%)
Mutual labels:  room, mvvm-android, jetpack-compose
Android-Kotlin-MVVM-Template
[In progress...] Chat APP | MVVM + Clean Architecture | Kotlin, LiveData, Koin, Databinding, Navigation Fragments, Rx, Room, Crashlytics, Circle CI config, commons classes for UI.
Stars: ✭ 314 (+141.54%)
Mutual labels:  room, viewmodel, mvvm-android
Newsster
Android App using Paging3, Hilt, Coroutines, Flow, Jetpack, MVVM architecture.
Stars: ✭ 147 (+13.08%)
Mutual labels:  room, viewmodel, hilt
Superhero-App
🦸🏻‍♂️🦹🏻‍♀️Superhero app built with Kotlin, ViewModel, LiveData, ViewBinding, Room, and Hilt
Stars: ✭ 27 (-79.23%)
Mutual labels:  room, viewmodel, hilt
ApolloRickAndMorty
just a side project to try out GraphQL and Dagger Hilt with Clean architecture and MVVM
Stars: ✭ 28 (-78.46%)
Mutual labels:  viewmodel, hilt, hilt-android
Paging-3-Sample
This app is created as a sample app which loads movies from Tmdb api and uses Paging 3 library to show it in a Recycler view.
Stars: ✭ 96 (-26.15%)
Mutual labels:  viewmodel, mvvm-android, room-database
LetsChat
LetsChat is a Sample Messaging Android application built to demonstrate the use of Modern Android development tools - (Kotlin, Coroutines, Flow, Dagger-Hilt, Architecture Components, MVVM, Room, Testing, Coil, DataStore) and Firebase
Stars: ✭ 71 (-45.38%)
Mutual labels:  room, mvvm-android, hilt-android
Photos
No description or website provided.
Stars: ✭ 74 (-43.08%)
Mutual labels:  room, jetpack-compose, hilt
DailyDoc
Productivity Note App utilizing Jetpack Compose
Stars: ✭ 31 (-76.15%)
Mutual labels:  room-database, jetpack-compose, hilt
Multi-Module-Nextflix-Composable
Includes jetpack compose, navigation, paging, hilt, retrofit, coil, coroutines, flow..
Stars: ✭ 195 (+50%)
Mutual labels:  jetpack-android, jetpack-compose, hilt-android

build

Compose playground: To Do List App

Get it on Google Play

Compose playground for learning purpose

Large screen

Prerequisites

  • Android Studio Chipmunk | 2021.2.1
  • Min SDK 21
  • Target SDK 33
  • AGP 7.2.1
  • Java 11
  • Kotlin 1.7.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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].