wanandroid-compose
Jetpack Compose 版本的「玩 Android」
环境
- AndroidStudio:
- Gradle: 7.0.0-beta02
- Kotlin: 1.4.30
- Compose: 1.0.0-beta07
功能
- 登录、注册
- 等级、排名、积分、收藏
- 首页、搜索
- 广场
- 公众号
下载体验
https://raw.githubusercontent.com/wangchenyan/wanandroid-compose/master/art/app.apk
Jetpack Compose 版本的「玩 Android」
https://raw.githubusercontent.com/wangchenyan/wanandroid-compose/master/art/app.apk
Multiplatform Compose A Kotlin library to use Jetpack Compose in Android and iOS. Allow to write UI for both in Kotin. Still experimental as many comp
Compose-Intsgram-Profile-UI Instagram profile screen UI using android jetpack co
Compose-Curved-Scroll-library Compose Curved-Scroll is an Android Jetpack Compos
HtmlCompose An Android library which provides HTML support for Jetpack Compose t
svg-to-compose-intellij A simple Android Studio plugin to generate Jetpack Compo
This is a WhatsApp clone app built with Jetpack Compose and Stream Chat SDK for Compose. The purpose of this repository is to demonstrate below: Imple
k5-compose k5-compose is a sketchy port of P5.js for Jetpack Compose Desktop. This library provides you a playground to play with your sketches so you
Project containing Jetpack Compose samples For pagination & network images it uses CATAAS. Known issues Navigation-Compose Issue with fast tapping on
Pokedex Compose Pokedex Compose is an independent re-write of a similar project by the name of Pokedex. I am recreating the UI but I am doing it using
page flicker if use currentPage to create tab page .because currentPage is a state recording current page index which you should not use to create tab page with
HorizontalPager(pagerState, Modifier.weight(1f)) {
when (currentPage) {
0 -> {
Home(navController)
}
1 -> {
Square(navController)
}
2 -> {
WeChat(navController)
}
3 -> {
Mine(navController)
}
}
}
Fixed
HorizontalPager(pagerState, Modifier.weight(1f)) { page->
when (page) {
0 -> {
Home(navController)
}
1 -> {
Square(navController)
}
2 -> {
WeChat(navController)
}
3 -> {
Mine(navController)
}
}
}
?? ?? ?? Compose flocking Ants(boids) ?? ?? ?? Jetpack compose Boids | Flocking Insect. bird or Fish simulation using Jetpack Compose Desktop ?? , usi
Why Not Compose! A collection of animations, compositions, UIs using Jetpack Compose. You can say Jetpack Compose cookbook or play-ground if you want!
JetBMICalculator This is a sample app(For beginners - App #2) built using Jetpack Compose. It demonstrates the concept of State Hoisting in Jetpack Co
Jetpack-Compose-Demo Instagram Profile UI using Jetpack Compose
Jetpack-compose-animations-examples This repository consists of 4 animations: St
Jetpack Compose Navigation Set of utils to help with integrating Jetpack Compose
Jetpack Compose UIs This is a collection of some UIs using Jetpack Compose. It i
Authentication A simple authentication application using Jetpack compose to illustrate signin and sign up using Mvvm, Kotlin and jetpack compose Scree
An application that i developed with a aim of learning Jetpack compose and many other jetpack libraries, The application make use of jikan Api which displays a list of animations,there more details and even trailers of the animations.
Android LightWeight Squircle Library for JetPack Compose Usage Based on Compose