leynewlong's Stars
PhilJay/MPAndroidChart
A powerful 🚀 Android chart view / graph view library, supporting line- bar- pie- radar- bubble- and candlestick charts as well as scaling, panning and animations.
square/leakcanary
A memory leak detection library for Android.
greenrobot/EventBus
Event bus for Android and Java that simplifies communication between Activities, Fragments, Threads, Services, etc. Less code, better quality.
ReactiveX/RxAndroid
RxJava bindings for Android
mockito/mockito
Most popular Mocking framework for unit tests written in Java
java-decompiler/jd-gui
A standalone Java Decompiler GUI
orhanobut/logger
✔️ Simple, pretty and powerful logger for android
facebookarchive/stetho
Stetho is a debug bridge for Android applications, enabling the powerful Chrome Developer Tools and much more.
JakeWharton/timber
A logger with a small, extensible API which provides utility on top of Android's normal Log class.
JakeWharton/RxBinding
RxJava binding APIs for Android's UI widgets.
kivy/python-for-android
Turn your Python application into an Android APK
JakeWharton/hugo
Annotation-triggered method call logging for your debug builds.
lecho/hellocharts-android
Charts library for Android compatible with API 8+, several chart types with scaling, scrolling and animations 📊
google/agera
Reactive Programming for Android
ACRA/acra
Application Crash Reports for Android
square/otto
An enhanced Guava-based event bus with emphasis on Android support.
diogobernardino/williamchart
Android Library to rapidly develop attractive and insightful charts in android applications.
wequick/Small
A small framework to split app into small parts
yigit/android-priority-jobqueue
A Job Queue specifically written for Android to easily schedule jobs (tasks) that run in the background, improving UX and application stability.
RobotiumTech/robotium
Android UI Testing
square/tape
A lightning fast, transactional, file-based FIFO for Android and Java.
JDAI-CV/FaceX-Zoo
A PyTorch Toolbox for Face Recognition
littleRich/VirtualLocation
利用Hook技术对APP进行虚拟定位,可修改微信、QQ、以及一些打卡APP等软件,随意切换手机所处位置!
chinabrant/flutter_study
学习Flutter的Demo工程,以及Flutter资源集合
PopFisher/FingerprintRecognition
指纹识别,除了api>=23的支持指纹识别的设备,还支持api<23的具有指纹识别硬件支持的设备(前提是这些设备兼容了Google官方的标准接口),部分厂商(魅族,三星等)低版本需要接入他们的SDK进行适配
ReactiveX/RxJavaJoins
Carson-Ho/RetrofitDemo
Retrofit Learning
gstreamer-java/gst1-java-examples
Repository for examples of using gst1-java-core
znyang/gradle-android-rtl
A gradle plugin that auto generates the fixed RTL layout
shihchieh-ma/websoket
okhttp的websocket封装,添加重连机制,消息分发等