android-jetpack-compose
There are 62 repositories under android-jetpack-compose topic.
hieuwu/android-groceries-store
A Groceries Store app with basic order flow. 🍕 Help you learn modern Android development skills in real production environment. ❤️
GuilhE/KitchenTimer
A kitchen timer implemented with Jetpack Compose
KaushalVasava/JetPackCompose_Basic
This repository is useful for learning basic to intermediate levels of Jetpack compose. Jetpack Compose (JC) is a modern UI development toolkit. It serves as a beginner-friendly project, providing an introduction to Jetpack Compose for newcomers and going up to the Intermediate level.
togisoft/jetpack_compose_country_code_picker
Jetpack Compose Country Code Picker
tamerlankayak/SpeedTestCompose
Introducing a sleek and modern curved progress bar built with Jetpack Compose. This animatable display of speed is perfect for adding dynamic and visually appealing animations to any Android app. Customizable colors and optimized performance make it a great addition to any project.
TuleSimon/xMaterialccp
An android Jetpack compose library that provides country code picker for phone number text field using material 3 components
Mercandj/compose-aspect-ratio-reference
Jetpack Compose lib: Aspect Ratio based on parent reference. SDK on JitPack
ResulSilay/jenci
Android Jetpack Compose Project. Jenci (Jenkins-CI) is a project that includes necessary actions for Jenkins developed with Android Jetpack Compose. 🌻
lucas-cordeiro/PokedexCompose
Project developed for studies using the pokemon public api
D4rK7355608/com.d4rk.cartcalculator
Cart Calculator is an Android app that helps you keep track of your shopping. Add items to your cart, see the total cost at a glance, and never forget an item again. 🛒
henriquehorbovyi/jetpack-compose-parquinho
Uma documentação sobre o Jetpack Compose totalmente em Português(BR)
bayu07750/instagramclone
Instagram Ui Clone made using Jetpack Compose.
cuongtranduc/binance-price-tracking
tracking crypto trading price from binance
pcali41/calculator-app
Basic calculator app to practice Android development best practices. See the compose branch for a version of the app UI written entirely in Jetpack Compose.
bit-shift-studios/flight-trail
Track and book airport flights effortlessly
Chafithafid30/KasirPraktis
Simple Point of Sales Android Application Using Kotlin and Android Jetpack Compose
gautam84/WeatherToday
⛅ WeatherToday is a simple weather app built using the MVI architecture pattern. It uses the Android phone's gps to retrieve user's current location and then retrieves weather information using open-meteo API.
AleksRychkov/vitals-tracker
Android multi-module Jetpack-Compose application
bit-shift-studios/flights-app
An app that lets users access flight arrivals and departures stored on a local database
cuongtranduc/hackernews-android
hackernews-reader app clone made with jetpack compose
Sk2105/AI-ChatBot
AI Chatbot developed with gemini-ai.
yorigum/BasicNavigationJetpackCompose
If you want to learn how to use the navigation library on jetpack compose, you can try this simple project. It will show you how to use navigation libarary in jetpack compose. This project is easy to follow and fun to do.
0x10FF/compose-calculator-demo
Sample application using Android Compose declarative UI
rancicdevelopment/Cars-Application-2024
The latest architecture & technologies used in this project. Such as Jetpack Compose (JC), a modern UI development toolkit, Model-View-ViewModel (MVVM) software design pattern, Dependency Injection - Hilt, Navigation, Room, Retrofit. etc... Kotlin language
SamsetDev/JetpackComposeBasics-master
This is jetpack compose basic components sample.
VaibhavMojidra/Android-Jetpack-Compose---Demo-Button
The Button component in Android Jetpack Compose is used to create interactive buttons in your UI.
VaibhavMojidra/Android-Jetpack-Compose---Demo-Hello-World
Android Jetpack Compose is a modern toolkit for building native user interfaces (UI) in Android applications. It is a declarative UI framework introduced by Google, designed to simplify the process of building UIs and enable a more efficient and flexible development workflow.
aiinty/KanaMemo
Mobile app that helps you memorise Japanese alphabets.
aiinty/MorseKey
Just a morse keyboard.
Sk2105/Pizza99
Pizza99: A pizza delivery app built with Jetpack Compose.
stanislawm97/StationDistanceChecker
Station Distance Checker is an Android app for calculating distances between railway stations, with visualization on Google Maps, written in Kotlin.
lucas-cordeiro/Ymir
Custom ViewModel Library for Android
munbonecci/ShareDataInNavigationGraph
This app was created to learn more about Android compose using Navigation to share data using arguments between screens
SamsetDev/JetpackComposeNetwork-main
Jetpack-Compose network call sample
VaibhavMojidra/Android-Jetpack-Compose---Demo-Flows
Kotlin Flows are particularly useful in Android development due to their ability to handle asynchronous operations and data streams efficiently.
VaibhavMojidra/Android-Jetpack-Compose---Demo-ViewModel-To-Save-State
ViewModel is a part of the Android Architecture Components library. It's designed to store and manage UI-related data in a lifecycle-conscious way, allowing data to survive configuration changes such as screen rotations.