Pinned Repositories
EasyLog
An easy way to customize log processing logic in the way just like a Flexible production line in Android.
FloatWindow
A Util class to control window showing in Android. FloatWindow could be clicked, dragged, auto-stick to border of screen, auto-dimiss.
FrameSurfaceView
play frame animation by SurfaceView. Get rid of OOM due to complex frame animation and could play frame animation smoothly with huge frame image(1MB)
Kotlin-Animation-DSL
simplify Android animation code by redefining API, use just one third of code to create animation compare to origin Android API
Layout_DSL
Build Android layout dynamically with kotlin, get rid of xml file, which has poor performance
LineFeedLayout
An Android Customized ViewGroup which will start a new line if the current line is full automatically
Selector
A Customized View which combines different choice mode into it. Single choice mode or multiple choice mode and you could design your own mode
taylorCode
explore java , kotlin and android
TreasureBox
Android customized ViewGroup, which has a special way to communicate with it's children. Inspired by androidx.constraintlayout.widget.ConstraintHelper
VarietyAdapter
Combine different view type into one RecyclerView.Adapter easily
wisdomtl's Repositories
wisdomtl/Layout_DSL
Build Android layout dynamically with kotlin, get rid of xml file, which has poor performance
wisdomtl/taylorCode
explore java , kotlin and android
wisdomtl/FrameSurfaceView
play frame animation by SurfaceView. Get rid of OOM due to complex frame animation and could play frame animation smoothly with huge frame image(1MB)
wisdomtl/FloatWindow
A Util class to control window showing in Android. FloatWindow could be clicked, dragged, auto-stick to border of screen, auto-dimiss.
wisdomtl/Selector
A Customized View which combines different choice mode into it. Single choice mode or multiple choice mode and you could design your own mode
wisdomtl/EasyLog
An easy way to customize log processing logic in the way just like a Flexible production line in Android.
wisdomtl/Kotlin-Animation-DSL
simplify Android animation code by redefining API, use just one third of code to create animation compare to origin Android API
wisdomtl/VarietyAdapter
Combine different view type into one RecyclerView.Adapter easily
wisdomtl/TreasureBox
Android customized ViewGroup, which has a special way to communicate with it's children. Inspired by androidx.constraintlayout.widget.ConstraintHelper
wisdomtl/LineFeedLayout
An Android Customized ViewGroup which will start a new line if the current line is full automatically
wisdomtl/CustomRipple
自定义安卓波纹效果
wisdomtl/LiveData
share data cross Activities by LiveData
wisdomtl/SuspendList
deal with async task by priority
wisdomtl/ItemClickRecyclerView
listen onClick event on items in RecyclerView by only one Listener rather than one OnClickListener for each item
wisdomtl/architecture-components-samples
Samples for Android Architecture Components.
wisdomtl/CountdownTextView
a customized TextView which counts down by itself and show the countdown seconds
wisdomtl/flutter
wisdomtl/Framework
wisdomtl/gradle-demo
wisdomtl/interview
wisdomtl/JniTest
wisdomtl/kotlinNativeDemo
use c library in kmm
wisdomtl/logger
✔️ Simple, pretty and powerful logger for android
wisdomtl/RecyclerViewSample
a sample to show how to use RecyclerView
wisdomtl/TestJni