pjwelcome / JetExample

Jetpack Compose UI components examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JetExample

Compose Maintenance MIT license

image

This is a repository that shows how to create different portions of UI by example. Learn how to create different Composable functions just by reading the different packages (Material, Foundation, State and more ! )

Run examples

In order to run each example, just call the Composable function inside setContent in the MainActivity, this will let you compile and see the example on screen

Projects

JetPoll (WIP) 👷

JetPoll is an interactive poll app made with Firebase and Jetpack Compose , Create, share and vote up polls.

The project uses

  • MVVM
  • Accompanist
  • Jetpack Compose
  • Firebase
  • Coroutines

poll

Login details

  • Username : jetpoll
  • Password: test123

Contribute

If you want to contribute with more examples, feel free to make a PR

Environment

  • At the time this examples runs on Android Studio Canary 4.2 Preview 2 (Canary 9)
  • Compiler version: 1.4.0
  • Compose version: 1.0.0-alpha04

Support 😄

If this repo helped you , you can join the stargazers for this repo

About

Jetpack Compose UI components examples


Languages

Language:Kotlin 99.2%Language:JavaScript 0.8%