Jetpack Compose Weekly Issue#1

教程

HC ZHANG
AndroidWeekly
4 min readNov 26, 2020

--

  1. Jetpack Compose 基础知识
  2. Compose 编程思想
  3. 深入详解 Jetpack Compose | 实现原理

开源库

  1. JetTheme
  2. A flexible theme provider for Jetpack Compose. Supports dynamic theme changes and saving theme preference.
  3. compose-richtext
  4. DSL for rendering fancy text with Compose.
  1. ComposeViewPager
  2. ViewPager for Jetpack Compose
  3. ComposeDateTimePicker
  4. A date and time picker for Jetpack Compose
  1. neon
  2. Provides Jetpack Compose support for different image loading libraries.
  3. ComposeDataTable
  4. DataTable View using Jetpack Compose
  1. compose-material-dialogs
  2. Common material dialogs for Jetpack Compose
  3. compose-backstack
  4. Simple composable for rendering transitions between backstacks.
  1. ComposeFillableLoaders
  2. Port of AndroidFillableLoaders library to Jetpack Compose.
  1. ComposeDrawer
  2. DebugDrawer for and made by Jetpack Compose
  1. compose-to-edge
  2. a small library allowing you to easily setup edge-to-edge configurations for your Jetpack Compose app.
  3. compose-jb
  4. Jetpack Compose for Desktop, a modern UI framework for Kotlin that makes building performant and beautiful user interfaces easy and enjoyable.
  5. Dark-Toggle-Button-Sample-Jetpack-Compose
  6. Animated dark mode toggle button with Jetpack Compose. 🚀
  1. svg-to-compose
  2. Converts SVG and Android Vector Drawable in Jetpack Compose code
  3. CardStack
  4. Tinder-like swipe cards using Jetpack Compose
  1. ColoredShadow.kt
  2. Draw a colored shadow in Android Jetpack Compose

代码片段

  1. ColorfulBorders.kt
  2. A modifier that add colorful border around your composables

示例

  1. JetDelivery
  2. JetDelivery is a sample food delivery app, built with Jetpack Compose
  3. StarbucksCoffeeJetpackComposeUI
  4. Starbucks Coffee made with Jetpack Compose, Kotlin’s UI Toolkit
  1. MoviesKotlinDemo
  2. PoC of an application to book a ticket to watch a movie with JetPack Compose.
  1. AndroidComposeSamples
  2. An Android app which provides examples for Android Jetpack Compose
  1. JetpackComposeParkinho
  2. Uma documentação sobre o Jetpack Compose totalmente em Português(BR)
  3. JetpackCompose
  4. Jetpack compose sample to create a Travel Application
  5. compose-weather-forecast
  6. Weather forecast built with Jetpack Compose
  7. ![](Weather forecast built with Jetpack Compose)
  8. Jetpack-Compose-MVI-Demo
  9. Demo / Sample Android Project created with Jetpack Compose and MVI Architecture Pattern
  1. ComposeCodelab
  2. An implementation of Compose Codelab and creation of Gmail App UI in Jetpack Compose live coding at 360Andev Conference
  1. BikeShare
  2. Jetpack Compose and SwiftUI based Kotlin Multiplatform sample project
  1. JetHub
  2. Sample App with Jetpack components(LiveData, Navigation, ViewModel) + MVVM + coroutine + single activity
  1. Retrogamer-Compose
  2. Retro games implemented using Jetpack Compose

App

  1. Cheddar
  2. Hacker News reader for Android, written in Compose
  1. bmi-compose
  2. Jetpack Compose app based on inspiration from the flutter app BMI-Calculator
  1. NotyKT
  2. NotyKT is the complete Kotlin-stack note taking 🖊️ application 📱 built to demonstrate a use of Kotlin programming language in server-side and Modern Android development tools. Dedicated to all Android Developers with ❤️.
  3. android-2048-compose
  4. 2048 implemented using Jetpack Compose

--

--