miloisbadboy's Stars
wasabeef/awesome-android-ui
A curated list of awesome Android UI/UX libraries
ReactiveX/RxJava
RxJava – Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM.
square/retrofit
A type-safe HTTP client for Android and the JVM
bumptech/glide
An image loading and caching library for Android focused on smooth scrolling
Templarian/MaterialDesign
✒7000+ Material Design Icons from the Community
AppIntro/AppIntro
Make a cool intro for your Android app.
koush/AndroidAsync
Asynchronous socket, http(s) (client+server) and websocket library for android. Based on nio, not threads.
opencart/opencart
A free shopping cart system. OpenCart is an open source PHP-based online e-commerce solution.
snowdream/awesome-android
android libs from github or other websites
lightSky/Awesome-MaterialDesign
Collection of material design libs and res.
evant/gradle-retrolambda
A gradle plugin for getting java lambda support in java 6, 7 and android
wdullaer/MaterialDateTimePicker
Pick a date or time on Android in style
frankiesardo/icepick
Android Instance State made easy
1sters/material_design_zh
Material Design 中文协同翻译 - design.1sters.com
mrclay/minify
Combines. minifies, and serves CSS or Javascript files
dlew/joda-time-android
Joda-Time library with Android specialization
daimajia/AnimationEasingFunctions
Android Animation Easing Functions. Let's make animation more real!
plattysoft/Leonids
A Particle System for standard Android UI: http://plattysoft.github.io/Leonids/
square/mortar
A simple library that makes it easy to pair thin views with dedicated controllers, isolated from most of the vagaries of the Activity life cycle.
TonicArtos/SuperSLiM
A layout manager for the RecyclerView with interchangeable linear, grid, and staggered displays of views, all with configurable section headers including the sticky variety as specified in the material design docs.
felipecsl/AsymmetricGridView
Android ListView that mimics a GridView with asymmetric items. Supports items with row span and column span
anton46/Android-StepsView
Android-StepsView
square/seismic
Android device shake detection.
saulmm/Curved-Fab-Reveal-Example
Rano1/Interactive-animation
Collect android animation
sachin1092/awesome-material
A curated list of Google's material design libraries for different frameworks.
FilipPudak/ProgressPieView
Android library for showing progress in a highly customizable pie.
FrederickRider/AutoCompleteBubbleText
Android AutoCompleteTextView with attached ListView, and drawable background
jjobes/SlideDayTimePicker
A combined day of week and time picker in a DialogFragment for Android
hylinux1024/Componentization
随着业务的发展 App 开发技术也越来越成熟,对开发者来说 App 代码量也迅速地增长到一个数量级。对于如何架构 App 已经每个开发者面临的实际问题。好的架构可以提高开发者的效率,降低维护成本。