All Projects → SimformSolutionsPvtLtd → Jetpack-compose-sample

SimformSolutionsPvtLtd / Jetpack-compose-sample

Licence: Apache-2.0 License
Forget about bunch of XML files for maintaining UIs. Jetpack Compose is Android’s modern toolkit for building native UI. Here is a small example to get started.

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Jetpack-compose-sample

Coffeegram
Android app using Jetpack Compose together with StateFlow and MVI
Stars: ✭ 155 (+434.48%)
Mutual labels:  jetpack, declarative-ui, compose, jetpack-compose
JetComposer
Collection of UIs and Animations built with Jetpack Compose for Android
Stars: ✭ 294 (+913.79%)
Mutual labels:  jetpack, declarative-ui, compose, jetpack-compose
Composecookbook
A Collection on all Jetpack compose UI elements, Layouts, Widgets and Demo screens to see it's potential
Stars: ✭ 3,516 (+12024.14%)
Mutual labels:  jetpack, declarative-ui, compose, jetpack-compose
ComposeBird
Flappy Bird game
Stars: ✭ 193 (+565.52%)
Mutual labels:  jetpack, compose, jetpack-compose
bitcoin-market-android
Bitcoin Market app shows you the current Bitcoin market price and price chart of different time intervals 💰
Stars: ✭ 284 (+879.31%)
Mutual labels:  jetpack, compose, jetpack-compose
Plasma
An Android Application written using latest Android Jetpack components and best practices, which displays trending movies/TV shows and cast, user can search movies and TV shows and also add them to watchlist.
Stars: ✭ 67 (+131.03%)
Mutual labels:  sample, declarative-ui, compose
kmm-production-sample
This is an open-source, mobile, cross-platform application built with Kotlin Multiplatform Mobile. It's a simple RSS reader, and you can download it from the App Store and Google Play. It's been designed to demonstrate how KMM can be used in real production projects.
Stars: ✭ 1,476 (+4989.66%)
Mutual labels:  sample, compose, jetpack-compose
Compose-Settings
Android #JetpackCompose Settings library
Stars: ✭ 188 (+548.28%)
Mutual labels:  jetpack, compose, jetpack-compose
Wiggles
🐶 Beautiful Puppy adoption app with Jetpack Compose #AndroidDevChallenge
Stars: ✭ 365 (+1158.62%)
Mutual labels:  jetpack, declarative-ui, jetpack-compose
samples
Jetpack Compose based project, used to stress-testing compose features / integrations and explore non-trivial functionality
Stars: ✭ 21 (-27.59%)
Mutual labels:  jetpack, compose, jetpack-compose
compose-charts
Simple Jetpack Compose Charts for multi-platform. Including Android, Web, Desktop.
Stars: ✭ 30 (+3.45%)
Mutual labels:  jetpack, compose, jetpack-compose
Learn Jetpack Compose By Example
🚀 This project contains various examples that show how you would do things the "Jetpack Compose" way
Stars: ✭ 1,319 (+4448.28%)
Mutual labels:  sample-app, declarative-ui, compose
arkitekt
Arkitekt is a set of architectural tools based on Android Architecture Components, which gives you a solid base to implement the concise, testable and solid application.
Stars: ✭ 114 (+293.1%)
Mutual labels:  jetpack, compose, jetpack-compose
Delish
Delish, a Food Recipes App in Jetpack Compose and Hilt based on modern Android tech-stacks and MVI clean architecture.
Stars: ✭ 356 (+1127.59%)
Mutual labels:  jetpack, compose, jetpack-compose
PCard
Demo project to showcase adding payment card details using JetPack Compose
Stars: ✭ 61 (+110.34%)
Mutual labels:  jetpack, compose, jetpack-compose
neon
Provides Jetpack Compose support for different image loading libraries.
Stars: ✭ 13 (-55.17%)
Mutual labels:  jetpack, compose, jetpack-compose
Holi
Holi is a lightweight Jetpack Compose library of colors, gradients and cool utility functions for all your palette needs!
Stars: ✭ 160 (+451.72%)
Mutual labels:  jetpack, declarative-ui, jetpack-compose
breakout-compose
Breakout clone built with Compose
Stars: ✭ 27 (-6.9%)
Mutual labels:  compose, jetpack-compose
butterfly
🦋 Butterfly helps you to build adaptive and responsive UIs for Android with Jetpack WindowManager.
Stars: ✭ 169 (+482.76%)
Mutual labels:  jetpack, jetpack-compose
MovieBox
TMDb + Kotlin + Coroutines + Retrofit2 + Moshi + Clean Architecture + Koin 2 + Glide
Stars: ✭ 46 (+58.62%)
Mutual labels:  jetpack, jetpack-compose

Jetpack Compose Sample

Android-Studio Compose Version API

Description

This repository is to get started with new Jetpack Compose Toolkit for Android. By using Jetpack Compose you no need to build your UI with XML files. Build your UI directly by writing composable functions. The best part is, Jetpack Compose supports all the components(widgets) which we used in XML files earlier. Composable function reduces the boiler-plate code and increases the code reusability. Happy Learning!

About this project

  • It's a very small project to learn about Jetpack compose
  • We have used LazyColumn, LazyRow, Column, Text, Image, Spacer composable functions
  • For more information, please read the documentation documentation
  • You need latest android studio canary version to run this project. You can download from here

Screenshots & GIF

Find this example useful? ❤️

Support it by joining stargazers for this repository.

🤝 How to Contribute

Whether you're helping us fix bugs, improve the docs, or a feature request, we'd love to have you! 💪

Check out our Contributing Guide for ideas on contributing.

Bugs and Feedback

For bugs, feature requests, and discussion please use GitHub Issues.

LICENSE

This project is licensed under the MIT License - see the LICENSE file for details

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].