seonghuiyoon's Stars
square/moshi
A modern JSON library for Kotlin and Java.
IBM/plex
The package of IBM’s typeface, IBM Plex.
PHELAT/Tedu
Todo app but minimal, open-source, and free.
androiddevnotes/awesome-android-kotlin-apps
👓 A curated list of awesome android kotlin apps by open-source contributors.
KumarManas04/NotesSync
Notes Sync is the answer to your everyday note taking requirements. It can encrypt and sync everything to the user's own Google Drive or Dropbox accounts
KunMinX/Jetpack-MVVM-Best-Practice
难得一见 Jetpack MVVM 最佳实践!在 "以简驭繁" 代码中,对 "视图控制器" 乃至 "标准化开发模式" 形成正确、深入理解!
PratthamArora/TodoList_App
A TodoList app that uses Room Database along with Coroutines to save todos. Dagger-Hilt is used for Dependency Injection. The app uses MVVM architecture with the repository pattern and LiveData. It also uses Data Binding with Navigation Components and DiffUtil for efficient RecyclerView. The app contains swipe to delete gestures and transition animations along with recycler view animations. The app uses Material Design components. You can search, sort, update existing todos, or delete them.
First-Time/CollapsingToolbarLayoutDemo
Android Material Design中的CollapsingToolbarLayout的使用。
ozcanalasalvar/MotionLayout
MotionLayout animation example
zetbaitsu/Compressor
An android image compression library.
ShawnLin013/NumberPicker
:slot_machine: The android library that provides a simple and customizable NumberPicker.
jkozh/DragDropTwoRecyclerViews
A code example demonstrating a dragging and dropping from one RecyclerView into another RecyclerView.
faob-dev/MotionLayoutExamples
Android MotionLayout Examples
Hariofspades/MotionLayoutExperiments
Collection of experiments, using motion layout.
prolificinteractive/anchored-behavior
A CoordinatorLayout Behavior to anchor views with an animation.
nikhilpanju/FabFilter
Android app to showcase complex UI/Animations with and without MotionLayout
mtcn/MotionLayoutExamples
:cool: Motion layout animation examples
Manabu-GT/ExpandableTextView
Android's TextView that can expand/collapse like the Google Play's app description
yuzumone/ExpandableTextView
An android library that is TextView performs multiline ellipsize.
IlyaLavrov97/kotlin-expandable-textview
Expandable TextView implementation in Kotlin language
arslancharyev31/Anko-ExpandableTextView
An expandable Android TextView written in Kotlin
MostafaTaghipour/AndroidEasyList
A data-driven RecyclerView framework for building fast and flexible lists
AllanWang/KAU
An extensive collection of Kotlin Android Utils
MarcinOrlowski/Fonty
Android library allowing you to easily change the typeface of your UI elements.
seonghuiyoon/WorkManager
A simple example to demonstrate the working of the Work Manager.
prithvibhola/WorkManager
A simple example to demonstrate the working of the Work Manager.
iFr0z/WorkManagerNotification
This example shows how to set notification for a specific date and time with WorkManager
GunNan/LiveDataExtensions
Android LiveData的一些扩展方法,类似于RxJava的操作符。基于kotlin实现
anastr/RxLab
learn RxJava in new way!
karntrehan/Posts
A sample Android app using Kotlin, Dagger 2, RxJava, RxAndroid, Retrofit and Android Architecture Components with a modular setup & effective networking