您的位置:首页 > 移动开发 > Android开发

android 开源项目地址汇总

2016-03-07 22:27 453 查看


Libs


Table of contents

Framework
EventBus
Orm
Image Loading
Animations
Network
Widget

Material
UI
TextView/EditText
ImageView
Button
Progressbar/Progress View
Menu
Dialog
ListView/ScrollView
GridView
RatingView
Recyclerview
ViewPager
ActionBar
Fragment
Tabs
Toast
SeekBar
Calendar View
Layout
Other

Template
Adapter
Validation
Gesture
Game Engine
Bluetooth
SocialNetworks
XMPP
Plugin
Code Generation
Media
Embedded
Utility
SDK
Test
Chart
Icons
Colors
Font
OpenGL
Debug
Demo
App
Security
Tools
Decompiler
Gradle plugin
Android Wear
Other


Framework

roboguice Google Guice on Android, version 2.0

https://github.com/roboguice/roboguice
AndroidAnnotations Fast Android Development. Easy maintainance.

https://github.com/excilys/androidannotations
afinal Afinal是一个android的ioc,orm框架

https://github.com/yangfuhai/afinal
xUtils** android orm, bitmap, http, view inject…

https://github.com/wyouflf/xUtils
ThinkAndroid ThinkAndroid是一个免费的开源的、简易的、遵循Apache2开源协议发布的Android开发框架,其开发宗旨是简单、快速的进行 Android应用程序的开发

https://github.com/white-cat/ThinkAndroid
KJFrameForAndroid KJFrameForAndroid 又叫KJLibrary,是一个android的orm 和 ioc 框架。

https://github.com/kymjs/KJFrameForAndroid
dagger A fast dependency injector for Android and Java.

https://github.com/square/dagger
droidparts DI, ORM, JSON, …

https://github.com/yanchenko/droidparts
butterknife View “injection” library for Android.

https://github.com/JakeWharton/butterknife
android-common Android common lib, include ImageCache, HttpCache, DropDownListView, DownloadManager, Utils and so on

https://github.com/Trinea/android-common
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.

https://github.com/path/android-priority-jobqueue
SAF SAF(Simple Android Framework)是一个简单的android框架,它为开发Android app提供了基础性组件。

https://github.com/fengzhizi715/SAF
AndroidBinding MVVM for Android

https://github.com/gueei/AndroidBinding
RoboBinding A data-binding Presentation Model(MVVM) framework for the Android platform.

https://github.com/RoboBinding/RoboBinding
androidkit android开发框架,可以帮助你大量提高android应用开发效率。

https://github.com/msdx/androidkit
transfuse Transfuse - A Dependency Injection and Integration framework for Google Android

https://github.com/johncarl81/transfuse
xCombine Android Plugin Framework

https://github.com/wyouflf/xCombine
LoonAndroid 整个框架式不同于androidannotations,Roboguice等ioc框架,这是一个类似spring的实现方式。在整应用的生命周期中找到切入点,然后对activity的生命周期进行拦截,然后插入自己的功能。

https://github.com/gdpancheng/LoonAndroid
UltimateAndroid UltimateAndroid is a framework to help developing Android apps in a fast way

https://github.com/cymcsg/UltimateAndroid
BeeFramework_Android 极简化的Android App开发框架和App内调试工具

https://github.com/BeeFramework/BeeFramework_Android
RoboMVVM MVVM framework for Android

https://github.com/debdattabasu/RoboMVVM
Android-Next A Android Commons Library, include task, cache, http, custom views, utils, and so on.

https://github.com/mcxiaoke/Android-Next
SwissKnife A multi-purpose library containing view injection and threading for Android using annotations

https://github.com/Arasthel/SwissKnife
QuickAndroid 一个快速、完善的Android开发框架整合实践

https://github.com/alafighting/QuickAndroid
CJFrameForAndroid CJFrameForAndroid 是一个实现android插件化开发的框架。使用CJFrameForAndroid,apk动态加载不再是难题,更重要的是可以轻松实现插件与APP项目之间的解耦。

https://github.com/kymjs/CJFrameForAndroid


EventBus

EventBus Android optimized event bus that simplifies communication between Activities, Fragments, Threads, Services, etc. Less code, better quality.

https://github.com/greenrobot/EventBus
otto An enhanced Guava-based event bus with emphasis on Android support.

https://github.com/square/otto
Guava’s event bus Guava’s event bus utility, explained.

https://code.google.com/p/guava-libraries/wiki/EventBusExplained
RxJava RxJava – Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM.

https://github.com/ReactiveX/RxJava
RxAndroid RxJava bindings for Android

https://github.com/ReactiveX/RxAndroid
tinybus A lightweight and simple event bus optimized for Android

https://github.com/beworker/tinybus
NetworkEvents Android library listening network connection state and change of the Wifi signal strength

https://github.com/pwittchen/NetworkEvents
AndroidEventBus A lightweight eventbus library for android, simplifies communication between Activities, Fragments, Threads, Services, etc.

https://github.com/bboyfeiyu/AndroidEventBus


Orm

greenDAO greenDAO is a light & fast ORM solution for Android that maps objects to SQLite databases.

https://github.com/greenrobot/greenDAO
ormlite ORMLite Android functionality used in conjunction with ormlite-core

https://github.com/j256/ormlite-android
ActiveAndroid Active record style SQLite persistence for Android

https://github.com/pardom/ActiveAndroid
sugar Insanely easy way to work with Android Database.

https://github.com/satyan/sugar
androrm An Object Relational Mapper for Android.

https://github.com/androrm/androrm/
orman lightweight and practical ORM for Java/Android. works with SQLite & MySQL.

https://github.com/ahmetalpbalkan/orman
ormdroid ORMDroid is a simple ORM persistence framework for your Android applications.

https://github.com/roscopeco/ormdroid
android-sqlite-asset-helper An Android helper class to manage database creation and version management using an application’s raw asset files

https://github.com/jgilfelt/android-sqlite-asset-helper
sprinkles Sprinkles is a boiler-plate-reduction-library for dealing with databases in android applications

https://github.com/emilsjolander/sprinkles
android-database-sqlcipher Android SQLite API based on SQLCipher

https://github.com/sqlcipher/android-database-sqlcipher
couchbase-lite-android Lightweight, embedded, syncable NoSQL database engine for Android.

https://github.com/couchbase/couchbase-lite-android
SimpleNoSQL A simple NoSQL client for Android. Meant as a document store using key/value pairs and some rudimentary querying. Useful for avoiding the hassle of SQL code.

https://github.com/Jearil/SimpleNoSQL
SQLiteProvider Extended SQLite functionality for Android

https://github.com/novoda/SQLiteProvider
Android-AnnotatedSQL Android library for auto generating SQL schema and Content provider

https://github.com/hamsterksu/Android-AnnotatedSQL
DBExecutor DBExecutor

https://github.com/LuckyJayce/DBExecutor
LitePal An Android library that allows developers to use SQLite database extremely easy.

https://github.com/LitePalFramework/LitePal
realm-java Realm is a mobile database: a replacement for SQLite & ORMs

https://github.com/realm/realm-java
DBFlow A blazing fast, powerful, and very simple ORM android database library that writes database code for you.

https://github.com/agrosner/DBFlow


Image Loading

Android-Universal-Image-Loader Powerful and flexible library for loading, caching and displaying images on Android.

https://github.com/nostra13/Android-Universal-Image-Loader
picasso A powerful image downloading and caching library for Android

https://github.com/square/picasso
picasso-transformations An Android transformation library providing a variety of image transformations for Picasso

https://github.com/wasabeef/picasso-transformations
ion Android Asynchronous Networking and Image Loading

https://github.com/koush/ion
glide An image loading and caching library for Android focused on smooth scrolling

https://github.com/bumptech/glide
glide-transformations An Android transformation library providing a variety of image transformations for Glide.

https://github.com/wasabeef/glide-transformations
ImageLoader Library for async image loading and caching on Android

https://github.com/novoda/ImageLoader
webimageloader Library to handle asynchronous image loading on Android.

https://github.com/lexs/webimageloader
AndroidImageLoader Andorid library that loads images asynchronously into cache using a thread pool

https://github.com/wuman/AndroidImageLoader


Animations

ListViewAnimations An Android library which allows developers to easily add animations to ListView items

https://github.com/nhaarman/ListViewAnimations
NineOldAndroids Android library for using the Honeycomb animation API on all versions of the platform back to 1.0!

https://github.com/JakeWharton/NineOldAndroids
android-flip A component for flip animation on Android, which is similar to the effect in Flipboard iPhone/Android

https://github.com/openaphid/android-flip
AndroidViewAnimations Cute view animation collection.

https://github.com/daimajia/AndroidViewAnimations
AnimationEasingFunctions Android Animation Easing Functions. Let’s make animation more real!

https://github.com/daimajia/AnimationEasingFunctions
ViewPagerTransforms Library containing common animations needed for transforming ViewPager scrolling for Android v13+.

https://github.com/ToxicBakery/ViewPagerTransforms
TransitionsBackport A backport of the new Transitions API for Android

https://github.com/guerwan/TransitionsBackport
RecyclerViewItemAnimators This repo provides simple animators for the item views in the RecyclerView This code is cloned from DefaultItemAnimator provided by Google customizing the animations.

https://github.com/gabrielemariotti/RecyclerViewItemAnimators
ParallaxPagerTransformer A pager for Android with parallax effect

https://github.com/xgc1986/ParallaxPagerTransformer
android-page-curl Page Curl for Android

https://github.com/MysticTreeGames/android-page-curl
android-cubic-bezier-interpolator An Android Library that helps you implement bezier animations in you application

https://github.com/codesoup/android-cubic-bezier-interpolator
ActivityTransition An android project presenting some transitions you can use between activities

https://github.com/ophilbert/ActivityTransition
EasyAndroidAnimations Easy Android Animations is an animation library that aims to make android animations easier, with 50+ builtin animations, it allows you to introduce many complex animation
effects in your application with one or two lines of code.

https://github.com/2359media/EasyAndroidAnimations
AndroidImageSlider An amazing and convenient Android image slider.

https://github.com/daimajia/AndroidImageSlider
transitions-everywhere Backport of Transitions API from Android 4.4. Compatible with Android 2.2+

https://github.com/andkulikov/transitions-everywhere
android-ripple-background A beautiful ripple animation for your app

https://github.com/skyfishjy/android-ripple-background
CircleIndicator a lightweight viewpager indicator like in nexus 5 launcher

https://github.com/ongakuer/CircleIndicator
Interactive-animation Collect android animation

https://github.com/Rano1/Interactive-animation
Slidr Easily add slide to dismiss functionality to an Activity

https://github.com/r0adkll/Slidr
CircularReveal Lollipop ViewAnimationUtils.createCircularReveal for everyone 2.3+

https://github.com/ozodrukh/CircularReveal
BaseAnimation BaseAnimation network Android animation set, custom controls, nearly 200 kinds of source code! BaseAnimation, if a new version is updated automatically to remind everyone, I hope
everyone will contribute their animated XML files or other source, together to create this open source app!

https://github.com/z56402344/BaseAnimation


Network

android-async-http An Asynchronous HTTP Library for Android

https://github.com/loopj/android-async-http
okhttp An HTTP+SPDY client for Android and Java applications.

https://github.com/square/okhttp
retrofit Type-safe REST client for Android and Java by Square, Inc.

https://github.com/square/retrofit
AndroidAsync Asynchronous socket, http (client+server), websocket, and socket.io library for android. Based on nio, not threads.

https://github.com/koush/AndroidAsync
async-http-client Asynchronous Http and WebSocket Client library for Java

https://github.com/AsyncHttpClient/async-http-client
http-request Java HTTP Request Library

https://github.com/kevinsawicki/http-request
android-lite-http Arrow(LiteHttp) is a simple, intelligent and flexible HTTP client for Android.

https://github.com/litesuits/android-lite-http
robospice Repo of the Open Source Android library : RoboSpice. RoboSpice is a modular android library that makes writing asynchronous long running tasks easy. It is specialized in network requests,
supports caching and offers REST requests out-of-the box using extension modules.

https://github.com/stephanenicolas/robospice
volley volley https://github.com/mcxiaoke/android-volley
enhanced-volley An enhanced version of the Volley Networking Toolkit for Android

https://github.com/vinaysshenoy/enhanced-volley
unirest-java Unirest in Java: Simplified, lightweight HTTP client library.

https://github.com/mashape/unirest-java/
wasp Android Network Solution

https://github.com/orhanobut/wasp


Widget


Material

MaterialDesignLibrary This is a library with components of Android L to you use in android 4.0

https://github.com/navasmdc/MaterialDesignLibrary#flat-button
MaterialEverywhere Showcase of the new AppCompat 21, which includes new Material Theme, working in pre-21 devices.

https://github.com/antoniolg/MaterialEverywhere
MaterialWidget Android L design widget in Android 4.0 ~ 4.4.

https://github.com/keithellis/MaterialWidget
MaterialTabs Custom Tabs with Material Design effects. It requires 14+ API and android support v7 (Toolbar)

https://github.com/neokree/MaterialTabs
material-ripple Android L Ripple effect wrapper for Views

https://github.com/balysv/material-ripple
RippleEffect Implementation of Ripple effect from Material Design for Android API 14+

https://github.com/traex/RippleEffect
LDrawer Android drawer icon with material design animation

https://github.com/ikimuhendis/LDrawer
material-design-icons Material Design icons by Google

https://github.com/google/material-design-icons
AndroidMaterialDesignToolbar Android Sample Project with Material Design and Toolbar.

https://github.com/tekinarslan/AndroidMaterialDesignToolbar
MaterialEditText EditText in Material Design

https://github.com/rengwuxian/MaterialEditText
material-menu Morphing Android menu, back, dismiss and check buttons

https://github.com/balysv/material-menu
material-dialogs Not even AppCompat uses Material theming for AlertDialogs on pre-Lollipop. This is a beautiful and easy solution.

https://github.com/afollestad/material-dialogs
MaterialNavigationDrawer Navigation Drawer Activity with material design style and simplified methods

https://github.com/neokree/MaterialNavigationDrawer
MaterialDialog An Android library for conveniently building Material Design Dialog in Android version 2.2 ~ L.

https://github.com/drakeet/MaterialDialog
materialish-progress A material style progress wheel compatible with 2.3

https://github.com/pnikosis/materialish-progress
MaterialList An Android library aimed to get the beautiful CardViews that Google shows at its official design specifications

https://github.com/dexafree/MaterialList
android-floating-action-button Floating Action Button for Android based on Material Design specification

https://github.com/futuresimple/android-floating-action-button
Android-Material-circular-button Animated Material circular button

https://github.com/glomadrian/Android-Material-circular-button
material-drawer DrawerLayout implementation for Material design apps

https://github.com/HeinrichReimer/material-drawer
snackbar Snackbar Android Library

https://github.com/nispok/snackbar
Android-DialogFragments Various DialogFragments for Android.

https://github.com/wada811/Android-DialogFragments
material-range-bar Android widget for selecting a range of values.

https://github.com/oli107/material-range-bar
CircularProgressView A Material style circular progress bar for Android

https://github.com/rahatarmanahmed/CircularProgressView
RippleDrawable A port of Ripple Effect from Android L to non L devices

https://github.com/ozodrukh/RippleDrawable


UI

android-ui Android UI library. Requires API level 14+

https://github.com/markushi/android-ui
GreenDroid GreenDroid is a development library for the Android platform. It makes UI developments easier and consistent through your applications.

https://github.com/cyrilmottier/GreenDroid
FlatUI CengaLabs - Android FlatUI Kit

https://github.com/eluleci/FlatUI
EffectiveAndroidUI Sample project created to show some of the best Android practices to work in the Android UI Layer. The UI layer of this project has been implemented using MVP or MVVM (without
binding engine) to show how this patterns works. This project is used during the talk "EffectiveAndroidUI".

https://github.com/pedrovgs/EffectiveAndroidUI
ParallaxEverywhere Parallax everywhere is a library with alternative android widgets with parallax effects.

https://github.com/Narfss/ParallaxEverywhere


TextView/EditText

Shimmer-android An Android TextView with a shimmering effect

https://github.com/RomainPiel/Shimmer-android
Titanic Android experiment showing a sinking TextView

https://github.com/RomainPiel/Titanic
emojicon A library to show emoji in TextView, EditText (like WhatsApp) for Android

https://github.com/rockerhieu/emojicon
android-autofittextview A TextView that automatically resizes text to fit perfectly within its bounds.

https://github.com/grantland/android-autofittextview
Android-RobotoTextView Implementation of a TextView and all its direct/indirect subclasses with native support for the Roboto fonts, includes the brand new Roboto Slab fonts.

https://github.com/johnkil/Android-RobotoTextView
SizeAdjustingTextView This is based on an open source autosizing textview for Android.

https://github.com/erchenger/SizeAdjustingTextView
SecretTextView A TextView that simulates the effect from the app Secret where the characters fade in/out at different speeds.

https://github.com/matthewrkula/SecretTextView
anytextview An extension of Android’s TextView and EditText that let’s you use the font of your choice

https://github.com/hanspeide/anytextview
android-formidable-validation Form validation and feedback library for Android. Provides .setText for more than just TextView and EditText widgets. Provides easy means to validate with dependencies.

https://github.com/coreform/android-formidable-validation
android-edittext-validator Android form edit text is an extension of EditText that brings data validation facilities to the edittext.

https://github.com/vekexasia/android-edittext-validator
chips-edittext-library Chips EditText, Token EditText, Bubble EditText, Spannable EditText and etc… There are many names of this control. Here I develop easy to understand , modify and integrate
Chips Edit Text widget for Android

https://github.com/kpbird/chips-edittext-library
FloatingLabel FloatingLabel Allows you to create a blow kind of EditText.

https://github.com/hardik-trivedi/FloatingLabel
AndroidFloatLabel Float Label Edit Texts for Android

https://github.com/weddingparty/AndroidFloatLabel
AndroidFloatLabel Library project with a custom view that implements the Float Label pattern

https://github.com/IanGClifton/AndroidFloatLabel
TokenAutoComplete Gmail style MultiAutoCompleteTextView for Android

https://github.com/splitwise/TokenAutoComplete
TextJustify-Android Android Text Full Jusiftication / Wrapping / Justify

https://github.com/bluejamesbond/TextJustify-Android
RoundedLetterView RoundedLetterView like the one in Android 5.0 Contacts app

https://github.com/pavlospt/RoundedLetterView
Android-SingleInputForm A single EditText instead of a classical form. Library that implements flavienlaurent’s singleinputform

https://github.com/HeinrichReimer/Android-SingleInputForm
BabushkaText A simpler way to style your TextViews

https://github.com/quiqueqs/BabushkaText
MatchView Include MatchTextView and MatchButton…Come…you will like it

https://github.com/Rogero0o/MatchView
ExpandableTextView Android’s TextView that can expand/collapse like the Google Play’s app description

https://github.com/Manabu-GT/ExpandableTextView
AccountAutoCompleteEditText Simple extension for account suggestion and auto completion.

https://github.com/KeithYokoma/AccountAutoCompleteEditText
TokenAutoComplete Gmail style MultiAutoCompleteTextView for Android

https://github.com/splitwise/TokenAutoComplete


ImageView

PhotoView Implementation of ImageView for Android that supports zooming, by various touch gestures.

https://github.com/chrisbanes/PhotoView
android-smart-image-view Android ImageView replacement which allows image loading from URLs or contact address book, with caching

https://github.com/loopj/android-smart-image-view
TouchImageView Adds touch functionality to Android ImageView.

https://github.com/MikeOrtiz/TouchImageView
CircleImageView A fast circular ImageView perfect for profile images.

https://github.com/hdodenhof/CircleImageView
gesture-imageview This is a simple Android View class which provides basic pinch and zoom capability for images.

https://github.com/jasonpolites/gesture-imageview
android-shape-imageview Custom shaped android imageview components

https://github.com/siyamed/android-shape-imageview
AndroidImageCrop How select and crop image on Android

https://github.com/lorensiuswlt/AndroidImageCrop
GifImageView Android ImageView that handles animated GIF images

https://github.com/felipecsl/GifImageView
cropper Android widget for cropping and rotating an image.

https://github.com/edmodo/cropper
ImageViewZoom Android ImageView widget with zoom and pan capabilities

https://github.com/sephiroth74/ImageViewZoom
CircularImageView Custom view for circular images in Android while maintaining the best draw performance

https://github.com/Pkmmte/CircularImageView
CircularImageView Create circular image view in android

https://github.com/lopspower/CircularImageView
android-crop Android library project for cropping images

https://github.com/jdamcd/android-crop
cropimage Replacement for deprecated official Android crop image function

https://github.com/biokys/cropimage
android-cropimageCropImage Activity from Gallery.apk packaged as a reusable Android library (4.0 and up).

https://github.com/lvillani/android-cropimage
android-gpuimage Android filters based on OpenGL (idea from GPUImage for iOS)

https://github.com/CyberAgent/android-gpuimage
gif-movie-view Android View widget for displaying GIF animations.https://github.com/sbakhtiarov/gif-movie-view
WaveDrawable Drawable animation inspired by Tinder.

https://github.com/Alexrs95/WaveDrawable
DrawerArrowDrawable Visual back-port of the rotating drawer-to-arrow drawable from Android L

https://github.com/ChrisRenke/DrawerArrowDrawable
TextDrawable This light-weight library provides images with letter/text like the Gmail app. It extends the Drawable class thus can be used with existing/custom/network ImageView classes. Also
included is a fluent interface for creating drawables and a customizable ColorGenerator.

https://github.com/amulyakhare/TextDrawable
SelectableRoundedImageView Android ImageView that supports different radiuses on each corner. It also supports oval(and circle) shape and border. This would be especially useful for using inside
CardView which should be rounded only top left and top right corners(Don’t forget to call setPreventCornerOverlap(false) on your cardview).

https://github.com/pungrue26/SelectableRoundedImageView
avatar-android Rounded and Squared Avatar for Android Applications

https://github.com/Pedroafa/avatar-android
ByakuGallery ByakuGallery is an open source Android library that allows the visualization of large images with gesture capabilities. This lib is based on AOSP Camera2.

https://github.com/diegocarloslima/ByakuGallery


Button

circular-progress-button Android Circular Progress Button

https://github.com/dmytrodanylyk/circular-progress-button
android-process-button Android Buttons With Built-in Progress Meters.

https://github.com/dmytrodanylyk/android-process-button
android-circlebutton Circle button widget for Android

https://github.com/markushi/android-circlebutton
android-flat-button FButton - a flat button library for Android

https://github.com/hoang8f/android-flat-button
FloatingActionButton Android Google+ like floating action button

https://github.com/makovkastar/FloatingActionButton
ExpandableButtonMenu An Android library for an expandable button menu

https://github.com/lemonlabs/ExpandableButtonMenu
fancybuttons An Android library to easily create fancy buttons without the need of drawable files.

https://github.com/medyo/fancybuttons
Android-Bootstrap Bootstrap style buttons with Font Awesome

https://github.com/Bearded-Hen/Android-Bootstrap
SwitchButton SwitchButton

https://github.com/kyleduo/SwitchButton
ToggleButton ToggleButton Widget For Android Dev

https://github.com/zcweng/ToggleButton


Progressbar/Progress View

SmoothProgressBar A small Android library allowing you to have a smooth and customizable horizontal indeterminate ProgressBar

https://github.com/castorflex/SmoothProgressBar
NumberProgressBar A beautiful, slim Android ProgressBar.

https://github.com/daimajia/NumberProgressBar
android-HoloCircularProgressBar Holo Circular ProgressBar

https://github.com/passsy/android-HoloCircularProgressBar
android-square-progressbar An android library to display a progressbar that goes around an image.

https://github.com/mrwonderman/android-square-progressbar
ProgressPieView Android library for showing progress in a highly customizable pie.

https://github.com/FilipPudak/ProgressPieView
GoogleProgressBar Android library to display progress like google does in some of his services.

https://github.com/jpardogo/GoogleProgressBar
ProgressWheel A progress wheel for android, intended for use instead of the standard progress bar.

https://github.com/Todd-Davies/ProgressWheel
RefreshActionItem Android - An action bar item which acts both as a refresh button and as a progress indicator

https://github.com/ManuelPeinado/RefreshActionItem
CircleProgress CircleProgress, DonutProgress, ArcProgress

https://github.com/lzyzsd/CircleProgress
WaveView A wave view of android,can be used as progress bar.

https://github.com/john990/WaveView
water-wave-progress 水波按进度上升,带环形进度条

https://github.com/Modificator/water-wave-progress
InfiniteIndicator This lib can be used for viewpager infinite loop with indicator easily.

https://github.com/lightSky/InfiniteIndicator
Android-RoundCornerProgressBar Round Corner Progress Bar Library for Android

https://github.com/akexorcist/Android-RoundCornerProgressBar


Menu

SlidingMenu SlidingMenu is an Open Source Android library that allows developers to easily create applications with sliding menus like those made popular in the Google+, YouTube, and Facebook
apps. Feel free to use it all you want in your Android apps provided that you cite this project and include the license in your app.

https://github.com/jfeinstein10/SlidingMenu
android-menudrawer A slide-out menu implementation, which allows users to navigate between views in your app.

https://github.com/SimonVT/android-menudrawer
ArcMenu An android custom view which looks like the menu in Path 2.0 (for iOS).

https://github.com/daCapricorn/ArcMenu
RibbonMenu Navigation menu for Android (based off Google+ app)

https://github.com/darvds/RibbonMenu
CircularFloatingActionMenu an animated circular menu for Android

https://github.com/oguzbilgener/CircularFloatingActionMenu
ActionsContentView ActionsContentView is an standalone library implements actions/content swiping view (AKA Side Navigation UI Pattern, AKA Facebook side menu). The library doesn’t use any specific
code introduced in new Android SDK versions. This allows develop an application with an action/content swiping view for every version of Android from 2.2 and up.https://github.com/StevenRudenko/ActionsContentView
Android-NewPopupMenu Android-NewPopupMenu is an android library to create popup menu with GoogleMusic app-like style.

https://github.com/u1aryz/Android-NewPopupMenu
android-floating-action-menu Floating Action Menu for Android. Inspired by the Google Plus floating menu.

https://github.com/sephiroth74/android-floating-action-menu
Android-CircleMenu Menu with items on a rotating circle

https://github.com/szugyi/Android-CircleMenu
Android Wheel Menu Simple and easy to use circular menu widget for Android.

https://github.com/anupcowkur/Android-Wheel-Menu
android-satellite-menu Android Satellite Menu

https://github.com/siyamed/android-satellite-menu
SideNavigation Implementation of “SIde Navigation” or “Fly-in app menu” pattern for Android (based on Google+ app)

https://github.com/johnkil/SideNavigation
AndroidResideMenu The idea of ResideMenu is from Dribbble 1 and 2. It has come true and run in iOS devices. iOS ResideMenu This project is the RefsideMenu Android version. The visual effect is
partly referred to iOS version of ResideMenu. And thanks to the authors for the above idea and contribution.

https://github.com/SpecialCyCi/AndroidResideMenu
GoogleNavigationDrawerMenu Android Library for a DrawerLayout similar to the one in Google Apps

https://github.com/Arasthel/GoogleNavigationDrawerMenu
simple-side-drawer Simple library which enable you to add a drawer(slide-out) navigation to your android application

https://github.com/adamrocker/simple-side-drawer
BlurNavigationDrawer Android - Blur Navigation Drawer like Etsy app.

https://github.com/charbgr/BlurNavigationDrawer
ActionSheetForAndroid IOS UIActionSheet in Android

https://github.com/baoyongzhang/ActionSheetForAndroid
BottomSheet One way to present a set of actions to a user is with bottom sheets, a sheet of paper that slides up from the bottom edge of the screen. Bottom sheets offer flexibility in the display
of clear and simple actions that do not need explanation.

https://github.com/soarcn/BottomSheet
Context-Menu.Android Context-Menu.Android

https://github.com/Yalantis/Context-Menu.Android
Side-Menu.Android Side-Menu.Android

https://github.com/Yalantis/Side-Menu.Android
Android-CircleMenu 自定义ViewGroup实现的圆形旋转菜单,支持跟随手指旋转以及快速旋转。 图标请勿商用。 https://github.com/hongyangAndroid/Android-CircleMenu
AndroidPullMenu An Android Library that allows users to pull down a menu and select different actions. It can be implemented inside ScrollView, GridView, ListView.

https://github.com/ShkurtiA/AndroidPullMenu


Dialog

QustomDialog a quick custom android dialog project

https://github.com/danoz73/QustomDialog
Android-RateThisApp Android library to show “Rate this app” dialog

https://github.com/kskkbys/Android-RateThisApp
AndroidSliderPreference Android library that allows applications to add dialog-based slider widgets to their settings

https://github.com/jayschwa/AndroidSliderPreference
L-Dialogs A small library replicating the new dialogs in android L.

https://github.com/lewisjdeane/L-Dialogs
LicensesDialog LicensesDialog is an open source library to display licenses of third-party libraries in an Android app.

https://github.com/PSDev/LicensesDialog
android-styled-dialogs A simple library for styling Android dialogs in the Holo theme. It also removes boilerplate code for displaying simple dialogs.

https://github.com/inmite/android-styled-dialogs
PostOffice This is a library for easily constructing Holo and Material Design Dialogs.

https://github.com/r0adkll/PostOffice
sweet-alert-dialog Android版的SweetAlert,清新文艺,快意灵动的甜心弹框

https://github.com/pedant/sweet-alert-dialog
BlurDialogFragment Library project to display DialogFragment with a blur effect.

https://github.com/tvbarthel/BlurDialogFragment


ListView/ScrollView

pinned-section-listview Easy to use ListView with pinned sections for Android.

https://github.com/beworker/pinned-section-listview
PullToRefresh-ListView A generic, customizable, open source Android ListView implementation that has ‘Pull to Refresh’ functionality.

https://github.com/erikwt/PullToRefresh-ListView
FlabbyListView Android library to display a ListView whose cells are not rigid but flabby and react to ListView scroll.

https://github.com/jpardogo/FlabbyListView
XListView-Android ListView supports pull refresh and pull up to load more feature.

https://github.com/Maxwin-z/XListView-Android
PinterestListView Pinterest style ListView for Android

https://github.com/vladexologija/PinterestListView
android-pulltorefresh-and-loadmore android custom listview,with interaction pattern load more and pull to refresh to load data dinamically

https://github.com/shontauro/android-pulltorefresh-and-loadmore
PinnedHeaderListView A ListView with pinned section headers for Android

https://github.com/JimiSmith/PinnedHeaderListView
ParallaxScroll Parallax ScrollView and ListView for Android

https://github.com/nirhart/ParallaxScroll
Android-HorizontalListView HorizontalListView is an Android ListView widget which scrolls in a horizontal manner (in contrast with the SDK-provided ListView which scrolls vertically).

https://github.com/MeetMe/Android-HorizontalListView
LinearListView Android library that allows you to bind a LinearLayout with a ListAdapter.

https://github.com/frankiesardo/LinearListView
ParallaxListView A Android ListView Demo with a parallax effect header like Path.

https://github.com/Gnod/ParallaxListView
PagedHeadListView Android boosted ListView supporting paginated header with a new material page indicator.

https://github.com/JorgeCastilloPrz/PagedHeadListView
PullZoomView An Android custom ListView and ScrollView with pull to zoom-in.

https://github.com/Frank-Zhu/PullZoomView
HeaderListView Android ListView with sticky headers

https://github.com/applidium/HeaderListView
ListviewFilter Awesome Listview filter functionality in Android.

https://github.com/bhavyahmehta/ListviewFilter
android-accordion-view Simple ListView based Android AccordionView

https://github.com/hamsterready/android-accordion-view
DragNDropList An easy to use Drag & Drop List for Android. Direct replacement of the android ListView.

https://github.com/terlici/DragNDropList
QuickReturn Android ListView that implements the QuickReturn UI pattern. Written from scratch with focus on performance.

https://github.com/felipecsl/QuickReturn
Android-HorizontalListView HorizontalListView is an Android ListView widget which scrolls in a horizontal manner

https://github.com/MeetMe/Android-HorizontalListView
ZrcListView 一个顺滑又漂亮的Android下拉刷新与加载更多列表组件。

https://github.com/zarics/ZrcListView
android-swipelistview An Android List View implementation with support for drawable cells and many other swipe related features

https://github.com/47deg/android-swipelistview
android-pulltorefresh This project aims to provide a reusable pull to refresh widget for Android.

https://github.com/johannilsson/android-pulltorefresh
StickyListHeaders An android library for section headers that stick to the top

https://github.com/emilsjolander/StickyListHeaders
LazyList Lazy load of images in Android

https://github.com/thest1/LazyList
FloatingGroupExpandableListView An open source Android library that provides a floating group view at the top of the ExpandableListView

https://github.com/diegocarloslima/FloatingGroupExpandableListView
PullSeparateListView 到顶部或底部时拉动,item分离效果

https://github.com/chiemy/PullSeparateListView
Android-SlideExpandableListView A better ExpandableListView, with animated expandable views for each list item

https://github.com/tjerkw/Android-SlideExpandableListView
HorizontalVariableListView Horizontal list view for Android which allows variable items widths

https://github.com/sephiroth74/HorizontalVariableListView
ListBuddies Android library to achieve in an easy way, the behaviour of the home page in the Expedia app, with a pair of auto-scroll circular parallax ListViews.

https://github.com/jpardogo/ListBuddies
Android-Tiling-ScrollView A tiling scrollview to display large picture (similar to iOS “CATiledLayer”)

https://github.com/ened/Android-Tiling-ScrollView
PullScrollView 1.仿照新浪微博Android客户端个人中心的ScrollView,下拉背景伸缩回弹效果。 2.ScrollView仿IOS回弹效果。

https://github.com/MarkMjw/PullScrollView
StickyScrollViewItems A small android library for tagging views inside a ScrollView as “sticky” making them stick to the top of the scroll container until a new sticky view comes and takes it’s
place

https://github.com/emilsjolander/StickyScrollViewItems
Discrollview Scroll + discover = DiscrollView

https://github.com/flavienlaurent/discrollview
SwipeMenuListView SwipeMenuListView

https://github.com/baoyongzhang/SwipeMenuListView
Android-ObservableScrollView Android library to observe scroll events on scrollable views.

https://github.com/ksoichiro/Android-ObservableScrollView
Pull-to-Refresh.Rentals-Android This project aims to provide a simple and customizable pull to refresh implementation. Made in Yalantis

https://github.com/Yalantis/Pull-to-Refresh.Rentals-Android
StikkyHeader This is a very simple library for Android that allows you to stick an header to a scrollable view and easly apply animation to it

https://github.com/carlonzo/StikkyHeader
quickscroll Bringing extended scrolling features to Android’s native ListView and ExpandableListView.

https://github.com/andraskindler/quickscroll


GridView

two-way-gridview An Android GridView that can be configured to scroll horizontally or vertically

https://github.com/jess-anders/two-way-gridview
AsymmetricGridView Android ListView that mimics a GridView with asymmetric items. Supports items with row span and column span

https://github.com/felipecsl/AsymmetricGridView
AndroidCoolDragAndDropGridView An example of a gridview with various column span items and drag and drop support like Google keep has

https://github.com/theredsunrise/AndroidCoolDragAndDropGridView
GridViewHeader Android GridView with addHeader( View view ) function

https://github.com/munix/GridViewHeader
DynamicGrid Drag and drop GridView for Android

https://github.com/askerov/DynamicGrid
PagingGridView A Paging GridView with the same behavior as PagingListView.

https://github.com/nicolasjafelle/PagingGridView
DraggableGridView A drag-and-drop scrolling grid view for Android

https://github.com/thquinn/DraggableGridView
AndroidStaggeredGrid An Android staggered grid view which supports multiple columns with rows of varying sizes.

https://github.com/etsy/AndroidStaggeredGrid
StaggeredGridView A modified version of Android’s experimental StaggeredGridView. Includes own OnItemClickListener and OnItemLongClickListener, selector, and fixed position restore.

https://github.com/maurycyw/StaggeredGridView
android-GridViewWithHeaderAndFooter GridView with Header and Footer

https://github.com/liaohuqiu/android-GridViewWithHeaderAndFooter
DynamicGrid Drag and drop GridView for Android

https://github.com/askerov/DynamicGrid


RatingView

SimpleRatingView A rating toggle for Android which switches between 3 rating levels: positive, neutral, and negative.

https://github.com/xiprox/SimpleRatingView


Recyclerview

recyclerview-animators An Android library which easily add itemanimator to RecyclerView items.

https://github.com/wasabeef/recyclerview-animators
SuperRecyclerView Pumped up RecyclerView

https://github.com/Malinskiy/SuperRecyclerView
DynamicRecyclerView Set of plugable extenstions for Android RecyclerView

https://github.com/ismoli/DynamicRecyclerView


ViewPager

Android-ViewPagerIndicator Paging indicator widgets compatible with the ViewPager from the Android Support Library and ActionBarSherlock. Originally based on Patrik Åkerfeldt’s ViewFlow.

https://github.com/JakeWharton/Android-ViewPagerIndicator
ViewPagerExtensions A set of custom views for the ViewPager from the Android Support Package

https://github.com/astuetz/ViewPagerExtensions
parallaxviewpager An easy-to-use ViewPager subclass with parallax background effect for Android apps.

https://github.com/andraskindler/parallaxviewpager
android-auto-scroll-view-pager Android auto scroll viewpager or viewpager in viewpager

https://github.com/Trinea/android-auto-scroll-view-pager
NumericPageIndicator Android - A ViewPager page indicator that displays the current page number and (optionally) the page count

https://github.com/ManuelPeinado/NumericPageIndicator
VerticalViewPager Vertical implementation of Android ViewPager

https://github.com/LambergaR/VerticalViewPager
InfiniteViewPager Augment Android’s ViewPager with wrap-around functionality.

https://github.com/antonyt/InfiniteViewPager
ViewPager3D Extension of Android ViewPager with a 3D swipe effect

https://github.com/inovex/ViewPager3D
LoopingViewPager An android ViewPager extension allowing infinite scrolling

https://github.com/imbryk/LoopingViewPager


ActionBar

ActionBarSherlock Action bar implementation which uses the native action bar on Android 4.0+ and a custom implementation on pre-4.0 through a single API and theme.

https://github.com/JakeWharton/ActionBarSherlock
TabBarView An Android Library to help you create actionbar tabs like “Capitaine train” app by Cyril Mottier

https://github.com/Mirkoddd/TabBarView
android-extendedactionbar An example of how to extend the ActionBar under the status bar from the theme

https://github.com/Takhion/android-extendedactionbar
FadingActionBar Android library implementing a fading effect for the action bar, similar to the one found in the Play Music app

https://github.com/ManuelPeinado/FadingActionBar
GlassActionBar Android - a library that adds a glass-like effect to the action bar.

https://github.com/ManuelPeinado/GlassActionBar


Fragment

Android-CircularRevealFragment A demo about how to show and hide fragments using the new Android Lollipop circle reveal transitions. Minimum API level is 21

https://github.com/ferdy182/Android-CircularRevealFragment


Tabs


Toast

Crouton Context sensitive notifications for Android

https://github.com/keyboardsurfer/Crouton
SuperToasts A library that extends the Android toast framework.

https://github.com/JohnPersano/SuperToasts
Android-AppMsg In-layout notifications. Based on Toast notifications and article by Cyril Mottier

https://github.com/johnkil/Android-AppMsg
MessageBar An Android Toast replacement, similar to the one seen in the GMail app.

https://github.com/SimonVT/MessageBar
SnackBar toast-like alert pattern for Android

https://github.com/MrEngineer13/SnackBar


SeekBar

HoloCircleSeekBar A Circle SeekBar inspired by Android Holo ColorPicker designed by Marie Schweiz and developed by Lars Werkman.

https://github.com/JesusM/HoloCircleSeekBar
AndroidCircularSeekBar A circular seek bar for Android

https://github.com/RaghavSood/AndroidCircularSeekBar
circularseekbar Custom circular SeekBar (Circle, Semi-circle, and Ellipse) View/Widget for Android

https://github.com/devadvance/circularseekbar
StartPointSeekBar StartPointSeekBar is a custom view for the Android platform that makes it possible to have a SeekBar to have custom start point.

https://github.com/vashisthg/StartPointSeekBar
SeekArc Circular SeekBar view for Android

https://github.com/TriggerTrap/SeekArc
discreteSeekBar DiscreteSeekbar is my poor attempt to develop an android implementation of the Discrete Slider component from the Google Material Design Guidelines.

https://github.com/AnderWeb/discreteSeekBar
discreteSeekBar DiscreteSeekbar is my poor attempt to develop an android implementation of the Discrete Slider component from the Google Material Design Guidelines.

https://github.com/AnderWeb/discreteSeekBar
android-comboseekbar seekbar with distinct values

https://github.com/karabaralex/android-comboseekbar
RangeSeekbar A seekbar contains two cursor(left and right). Multiple touch supported.

https://github.com/dolphinwang/RangeSeekbar


Calendar View

Caldroid Caldroid is a fragment that display calendar with dates in a month. Caldroid can be used as embedded fragment, or as dialog fragment. User can also swipe left/right to navigate to different
months.

https://github.com/roomorama/Caldroid
android-times-square Standalone Android widget for picking a single date from a calendar view.

https://github.com/square/android-times-square
calendar-widget The Android calendar widget is home screen widget for your Android device. It displays a list of upcoming calendar events so that you can easily have a glimpse at your upcoming
appointments.

https://github.com/plusonelabs/calendar-widget
android-spinnerwheel Wheel-like spinner widget for Android

https://github.com/ai212983/android-spinnerwheel
Android-MonthCalendarWidget A simple example of a responsive Month Calendar app widget for Android

https://github.com/romannurik/Android-MonthCalendarWidget
android-betterpickers Android library for better Picker DialogFragments

https://github.com/derekbrameyer/android-betterpickers
android-calendar-card Android calendar view (like card)

https://github.com/kenumir/android-calendar-card
DateSlider An alternative DatePicker for Android

https://github.com/bendemboski/DateSlider
Android-Week-View Android Week View is an android library to display calendars (week view or day view) within the app. It supports custom styling.

https://github.com/alamkanak/Android-Week-View


Layout

FoldableLayout Android widgets to implement folding animation

https://github.com/alexvasilkov/FoldableLayout
ScalableLayout Scalable Layout For Android

https://github.com/ssomai/ScalableLayout
FlipLayout Android Flip 3D Animation like web Google+

https://github.com/stormzhang/FlipLayout
FlowLayout Android implementation of FlowLayout. Layout arranges its children in multiple rows depending on their width.

https://github.com/blazsolar/FlowLayout
CircleLayout Circular layout for android

https://github.com/dmitry-zaitsev/CircleLayout
ResideLayout An Android Layout which has a same function likehttps://github.com/romaonthego/RESideMenu

https://github.com/kyze8439690/ResideLayout
GooglePlusLayout GoolgePlusLayout is a custom layout that plays animation on the children views while scrolling as the layout in the Google Plus (android) main page

https://github.com/Nammari/GooglePlusLayout
android-empty-layout A library for showing different types of layouts when a list view is empty

https://github.com/alamkanak/android-empty-layout
ImageLayout Android - A layout that arranges its children in relation to a background image

https://github.com/ManuelPeinado/ImageLayout
android-flowlayout Linear layout, that wrap its content to the next line if there is no space in the current line.

https://github.com/ApmeM/android-flowlayout
AndroidSwipeLayout The Most Powerful Swipe Layout!

https://github.com/daimajia/AndroidSwipeLayout
FreeFlow A layout engine for Android that decouples layouts from the View containers that manage scrolling and view recycling. FreeFlow makes it really easy to create custom layouts and beautiful
transition animations as data and layouts change

https://github.com/Comcast/FreeFlow
SwipeableLayout A swipeable - auto resizing view group for android

https://github.com/wmbest2/SwipeableLayout
SwipeBackLayout An Android library that help you to build app with swipe back gesture.

https://github.com/Issacw0ng/SwipeBackLayout
android_maskable_layout A library that easily allows you to mask layouts/viewgroups

https://github.com/christophesmet/android_maskable_layout
android-gridlayout A backwards compatible implementation of GridLayout for Android

https://github.com/dlew/android-gridlayout
DragLayout An Android Project

https://github.com/BlueMor/DragLayout
ExpandableLayout Implementation of ExpandableListview with custom header and custom content.

https://github.com/traex/ExpandableLayout
android-PullRefreshLayout This component like SwipeRefreshLayout, it is more beautiful than SwipeRefreshLayout.

https://github.com/baoyongzhang/android-PullRefreshLayout
DragTopLayout Drag down to show a view on the top.

https://github.com/chenupt/DragTopLayout


Other

Swipecards A Tinder-like Android library to create the swipe cards effect. You can swipe left or right to like or dislike the content.

https://github.com/Diolor/Swipecards
Android SlideShow Widget A set of widgets to create smooth slide shows with ease.

https://github.com/marvinlabs/android-slideshow-widget
AndroidWheel Custom wheel widget for android

https://github.com/sephiroth74/AndroidWheel
range-bar Android widget for selecting a range of values.

https://github.com/edmodo/range-bar
TileView The TileView widget is a subclass of ViewGroup that provides a mechanism to asynchronously display tile-based images, with additional functionality for 2D dragging, flinging, pinch or
double-tap to zoom, adding overlaying Views (markers), built-in Hot Spot support, dynamic path drawing, multiple levels of detail, and support for any relative positioning or coordinate system.

https://github.com/moagrius/TileView
android-switch-backport A backport of the Switch widget (http://developer.android.com/reference/android/widget/Switch.html)
that was introduced on Android 4. This port works on Android 2.1+.

https://github.com/BoD/android-switch-backport
android-bootstrap A template/bootstrap/boilerplate application that includes tons of great open source tools and frameworks.

https://github.com/AndroidBootstrap/android-bootstrap
cardslib Android Library to build a UI Card

https://github.com/gabrielemariotti/cardslib
AndroidSlidingUpPanel Android Sliding Up Panel Demo

https://github.com/umano/AndroidSlidingUpPanel
android-viewflow A horizontal view scroller library for Android

https://github.com/pakerfeldt/android-viewflow
android-viewbadger A simple way to “badge” any given Android view at runtime without having to cater for it in layout

https://github.com/jgilfelt/android-viewbadger
DraggablePanel Android library used to create an awesome Android UI based on a draggable element similar to the last YouTube graphic component.

https://github.com/pedrovgs/DraggablePanel
android-stackblur Android StackBlur is a library that can perform a blurry effect on a Bitmap based on a gradient or radius, and return the result. The library is based on the code of Mario Klingemann.

https://github.com/kikoso/android-stackblur
StickyGridHeaders An Android Library that makes it easy to make grid views with sectioned data and headers that stick to the top.

https://github.com/TonicArtos/StickyGridHeaders
AndroidViewHover An elegant way to show your menu or messages.

https://github.com/daimajia/AndroidViewHover
SystemBarTint Apply background tinting to the Android system UI when using KitKat translucent modes

https://github.com/jgilfelt/SystemBarTint
chromeview Android WebView implementation that uses the latest Chromium code

https://github.com/pwnall/chromeview
android-iconify Integration of FontAwesome for Android

https://github.com/JoanZapata/android-iconify
StandOut StandOut lets you easily create floating windows in your Android app.

https://github.com/pingpongboss/StandOut
android-sliding-layer-lib This repository host a library that provides an easy way to include an autonomous layer/view that slides from the side of your screen and which is fully gesture ready,
the same way as our detail view in Wunderlist 2 does. This pattern can also be seen in Google+’s notification center or in Basecamp’s detail view.

https://github.com/6wunderkinder/android-sliding-layer-lib
Android-SwipeToDismiss Android swipe-to-dismiss mini-library and sample code

https://github.com/romannurik/Android-SwipeToDismiss
HoloColorPicker An Android Holo themed colorpicker designed by Marie Schweiz

https://github.com/LarsWerkman/HoloColorPicker
UnifiedPreference UnifiedPreference is a library for working with all versions of the Android Preference package from API v4 and up.

https://github.com/saik0/UnifiedPreference
aFileChooser Android library that provides a file explorer to let users select files on external storage.

https://github.com/iPaulPro/aFileChooser
NewQuickAction Android QuickAction

https://github.com/lorensiuswlt/NewQuickAction
android-uitableview Library and example project on how to use the UITableView component

https://github.com/thiagolocatelli/android-uitableview
Android-ProgressFragment Implementation of the fragment with the ability to display indeterminate progress indicator when you are waiting for the initial data.

https://github.com/johnkil/Android-ProgressFragment
android-pdfview A fast PDF reader component for Android development

https://github.com/JoanZapata/android-pdfview
Android-Pdf-Viewer-Library Pdf Viewer library for Android

https://github.com/jblough/Android-Pdf-Viewer-Library
QuiltViewLibrary Android Quilt View Library

https://github.com/jacobmoncur/QuiltViewLibrary
Android-UndoBar An implementation of Android’s Undo Bar as seen in Google’s Gmail app.

https://github.com/jenzz/Android-UndoBar
Android-ScrollBarPanel Android-ScrollBarPanel allows to attach a View to a scroll indicator like it’s done in Path 2.0

https://github.com/rno/Android-ScrollBarPanel
ScrollBarPanelWithClock Path like scrollbar panel with clock.

https://github.com/learnNcode/ScrollBarPanelWithClock
changeloglib Android Library to display your changelog

https://github.com/gabrielemariotti/changeloglib
android-FlipView A small, easy to use android library for implementing flipping between views as seen in the popular Flipboard application

https://github.com/emilsjolander/android-FlipView
discreet-app-rate A lightweight non intrusive app rate reminder for Android

https://github.com/PomepuyN/discreet-app-rate
KenBurnsView Android ImageViews animated by Ken Burns Effect

https://github.com/flavioarfaria/KenBurnsView
UndoBar The UI component for Android advanced UI pattern undo-bar, used in Gmail app, create by roman nurik

https://github.com/soarcn/UndoBar
FancyCoverFlow A cool Open Source CoverFlow view for Android with several fancy effects.

https://github.com/davidschreiber/FancyCoverFlow
AppRater AppRater Library for Android

https://github.com/codechimp-org/AppRater
Android-ActionItemBadge This library offers a simple method to add a small badge icon to your ActionBar-MenuItem

https://github.com/mikepenz/Android-ActionItemBadge
poppyview Android library implementing a poppy view on scroll, similar to the one found in the Google Plus app

https://github.com/flavienlaurent/poppyview
android-segmented-control ios7 UISegmentedControl for android

https://github.com/hoang8f/android-segmented-control
IconicDroid IconicDroid is a custom Android Drawable which allows to draw icons from several iconic fonts.

https://github.com/atermenji/IconicDroid
ParallaxPager Add some depth to your Android scrolling.

https://github.com/prolificinteractive/ParallaxPager
AndroidPinning A standalone library project for certificate pinning on Android.

https://github.com/moxie0/AndroidPinning
WizardPager Wizard Pager is a library that provides an example implementation of a Wizard UI on Android, it’s based of Roman Nurik’s wizard pager

https://github.com/TechFreak/WizardPager
android-visualizer Takes the input from the Android MediaPlayer and displays visualizations, like in iTunes or WinAmp

https://github.com/felixpalmer/android-visualizer
ExpandablePanel Android library for creating an expandable to full screen view inside a viewgroup composition.

https://github.com/JorgeCastilloPrz/ExpandablePanel
NiftyNotification effects for android notifications.base on (Crouton)

https://github.com/sd6352051/NiftyNotification
GlowPadBackport A backport of the Android 4.2 GlowPadView that works on the SDK on API levels 4+

https://github.com/frakbot/GlowPadBackport
CustomLoading custom loading for android

https://github.com/stormzhang/CustomLoading
chromium_webview Android WebView wrapper based on chromium

https://github.com/mogoweb/chromium_webview
MagicViews Set custom font in Android application

https://github.com/ikocijan/MagicViews
TableFixHeaders Android library that implements a table with fixed headers.

https://github.com/InQBarna/TableFixHeaders
FloatingNotification Floating Notification for Android app - Facebook ChatHeads Notification system

https://github.com/marshallino16/FloatingNotification
android-slideshow-widget A set of widgets to create smooth slideshows with ease.

https://github.com/marvinlabs/android-slideshow-widget
HanselAndGretel Android library providing bread crumbs to the support library fragments.

https://github.com/JakeWharton/HanselAndGretel
ChromaHashView A classic password visualization concept, ported to Android

https://github.com/MichaelEvans/ChromaHashView
Android-DirectoryChooser A directory chooser library for Android.

https://github.com/passy/Android-DirectoryChooser
WheelView An Android Widget for selecting items that rotate on a wheel.

https://github.com/LukeDeighton/WheelView
RippleView View that imitates Ripple Effect on click which was introduced in Android L (for Android 2.3+)

https://github.com/siriscac/RippleView
GaugeView An Android library for drawing gauges on Canvas.

https://github.com/CodeAndMagic/GaugeView
ATableView Create iOS-like tables (UITableView) for Android, using UIKit object model.

https://github.com/dmacosta/ATableView
Android-RecurrencePicker Google Calendar Recurrence picker

https://github.com/Shusshu/Android-RecurrencePicker
ActionSheetForAndroid IOS UIActionSheet in Android

https://github.com/baoyongzhang/ActionSheetForAndroid
ckChangeLog ckChangeLog - An Android Library to display a Change Log

https://github.com/cketti/ckChangeLog
android-floatinglabel-widgets Floating label input widgets

https://github.com/marvinlabs/android-floatinglabel-widgets
MarkdownView MarkdownView is an Android webview with the capablity of loading Markdown text or file and display it as HTML, it uses MarkdownJ and extends Android webview.

https://github.com/falnatsheh/MarkdownView
NoNonsense-FilePicker A file/directory-picker for android. Implemented as a library project.

https://github.com/spacecowboy/NoNonsense-FilePicker
PopoverView A Popover Controller for Android Tablets. It’s an easy solution to simulate an iOS UIPopoverController

https://github.com/lupidan/PopoverView
slideuppane A pane that slide up from the bottom of an android view

https://github.com/briangriffey/slideuppane
SwipeBack SwipeBack for Android Activities to do pretty the same as the android “back-button” will do, but in a really intuitive way by using a swipe gesture

https://github.com/sockeqwe/SwipeBack
ShowTipsView Highligth specific points of interest of your app

https://github.com/fredericojssilva/ShowTipsView
FancyCoverFlow A cool Open Source CoverFlow view for Android with several fancy effects.

https://github.com/davidschreiber/FancyCoverFlow
WheelView Android滚动选择控件

https://github.com/wangjiegulu/WheelView
CurtainView An android view,which can layer on any gravity for swiping.

https://github.com/aicaprio/CurtainView
android-pathview Android view with both path from constructed path or from svg.

https://github.com/geftimov/android-pathview


Template

android-material-drawer-template An Android template with navigation drawer for material design

https://github.com/kanytu/android-material-drawer-template
material-design-icons-adt-template Android Studio / Eclipse ADT template for material-design-icons resources

https://github.com/intrications/material-design-icons-adt-template


Adapter

MultiChoiceAdapter Android - A ListView adapter with support for multiple choice modal selection

https://github.com/ManuelPeinado/MultiChoiceAdapter
easy-adapter Easy Adapters library for Android

https://github.com/ribot/easy-adapter
Renderers Renderers is an Android library that avoids all the boilerplate needed to create a new ListView adapter.

https://github.com/pedrovgs/Renderers
FunDapter Simplify Adapter creation for your Android ListViews.

https://github.com/amigold/FunDapter
instant-adapter Just like instant coffee, saves 78% of your time on Android’s Custom Adapters.

https://github.com/ragunathjawahar/instant-adapter
adapter-kit Adapter Kit is a set of useful adapters for Android.

https://github.com/mobsandgeeks/adapter-kit
EfficientAdapter An efficient adapter to make the use of RecyclerView much easier for Android.

https://github.com/StanKocken/EfficientAdapter
EasyListViewAdapters This library provides Easy Android ListView Adapters(EasyListAdapter & EasyCursorAdapter) which makes designing Multi-Row-Type ListView very simple & cleaner, It also provides
many useful features for ListView.

https://github.com/birajpatel/EasyListViewAdapters
GridListViewAdapters This library provides GridAdapters(ListGridAdapter & CursorGridAdapter) which enable you to bind your data in grid card fashion within android.widget.ListView, Also provides
many other features related to GridListView.

https://github.com/birajpatel/GridListViewAdapters


Validation

android-saripaar UI Validation Library for Android

https://github.com/ragunathjawahar/android-saripaar


Gesture

android-gesture-detectors Gesture detector framework for multitouch handling on Android, based on Android’s ScaleGestureDetector

https://github.com/Almeros/android-gesture-detectors


Game Engine

cocos2d-x cocos2d-x for C++

https://github.com/cocos2d/cocos2d-x/
libgdx Desktop/Android/HTML5/iOS Java game development framework

https://github.com/libgdx/libgdx
AndEngine Free Android 2D OpenGL Game Engine

https://github.com/nicolasgramlich/AndEngine
playn A Java game development framework that deploys to JVM, HTML5, Android and iOS.

https://github.com/threerings/playn
LGame This is free 2d game development framework(Java Game Engine), support JavaSE/Android/IOS/WP7/HTML5/PSM/Linux/MAC/Windows.

https://github.com/cping/LGame
LiquidFun LiquidFun is a 2D physics engine for games Developed by GOOGLE

https://github.com/google/liquidfun
jbox2d a 2d Java physics engine, native port of the C++ physics engines Box2D and LiquidFun

https://github.com/jbox2d/jbox2d


Bluetooth

android-beacon-library Allows Android apps to interact with BLE beacons

https://github.com/AltBeacon/android-beacon-library
Android-BluetoothSPPLibrary Bluetooth Serial Port Profile which comfortable to developer application to communication with microcontroller via bluetooth

https://github.com/akexorcist/Android-BluetoothSPPLibrary


SocialNetworks

AndroidSocialNetworks Library for easy work with Facebook, Twitter, LinkedIn and Google on Android

https://github.com/antonkrasov/AndroidSocialNetworks#license


XMPP

asmack A build environment for the XMPP client library Smack on Android

https://github.com/Flowdalic/asmack
Xabber Open source Jabber (XMPP) client with multi-account support, clean and simple interface. Being both free (as in freedom!) and ad-free, Xabber is designed to be the best Jabber client for
Android.

https://github.com/redsolution/xabber-android
Conversations Conversations is an open source XMPP (formally known as Jabber) client for Android 4.0+ smart phones.

https://github.com/siacs/Conversations
yaxim YAXIM - Yet Another XMPP Instant Messenger, a jabber client for android

https://github.com/pfleidi/yaxim
androidpn An open source project to provide push notification support for Android – a xmpp based notification server and a client tool kit.

https://github.com/dannytiehui/androidpn
Android-Paho-Mqtt-Service A simple MQTT Service that will keep running for the duration of your Android application using the Paho Java MQTT Client.

https://github.com/JesseFarebro/Android-Mqtt


Plugin

maven-android-plugin Android Maven Plugin

https://github.com/jayway/maven-android-plugin
android-archetypes Maven Archetypes for Android development

https://github.com/akquinet/android-archetypes
maven-android-sdk-deployer A tool to install components of the Android SDK to use with the Maven Android Plugin.

https://github.com/mosabua/maven-android-sdk-deployer
sdk-manager-plugin Gradle plugin which downloads and manages your Android SDK.

https://github.com/JakeWharton/sdk-manager-plugin
android-holo-colors-idea-plugin IntelliJ / Android Studio plugin for Android Holo Colors

https://github.com/jeromevdl/android-holo-colors-idea-plugin
lein-droid A Leiningen plugin for building Clojure/Android projects

https://github.com/clojure-android/lein-droid
android-selector-chapek Android Studio plugin which automatically generates drawable selectors from appropriately named resources.

https://github.com/inmite/android-selector-chapek
android-parcelable-intellij-plugin IntelliJ Plugin for Android Parcelable boilerplate code generation.

https://github.com/mcharmas/android-parcelable-intellij-plugin
AndroidDynamicLoader A plugin system that runs like a browser, but instead of load web pages, it load plugins which runs natively on Android system.

https://github.com/mmin18/AndroidDynamicLoader
android-sdk-plugin An easy-to-use sbt plugin for working with all Android projects

https://github.com/pfn/android-sdk-plugin
adb-idea A plugin for Android Studio and Intellij IDEA that speeds up your day to day android development.

https://github.com/pbreault/adb-idea
groovy-android-gradle-plugin A Gradle plugin to support the Groovy language for building Android apps

https://github.com/melix/groovy-android-gradle-plugin
apf Android Plugin Framework

https://github.com/umeng/apf
lint-cleaner-plugin A Gradle Plugin for removing unused resources in Android projects.

https://github.com/marcoRS/lint-cleaner-plugin
vim-android Vim plugin to do android development.

https://github.com/bpowell/vim-android
gradle-android-scala-plugin gradle-android-scala-plugin adds scala language support to official gradle android plugin

https://github.com/saturday06/gradle-android-scala-plugin
android-butterknife-zelezny Simple plug-in for Android Studio/IDEA that allows one-click creation of Butterknife view injections.

https://github.com/inmite/android-butterknife-zelezny
m2e-android Android for Maven Eclipse

https://github.com/rgladwell/m2e-android
AndroidProguardScala AndroidProguardScala is an Eclipse plugin that speeds up the development process when you’re using Scala on Android.

https://github.com/banshee/AndroidProguardScala
android-studio-unit-test-plugin Android Studio IDE support for Android gradle unit tests. Prepared for Robolectric.

https://github.com/evant/android-studio-unit-test-plugin


Code Generation

parceler Android Parcelables made easy through code generation.

https://github.com/johncarl81/parceler
auto-parcel Android Parcelable models made easy

https://github.com/frankiesardo/auto-parcel
RoboCoP Pure Java code generation tool for generating a fully functional ContentProvider for Android.

https://github.com/mediarain/RoboCoP
android-contentprovider-generator A small tool to generate an Android ContentProvider.

https://github.com/BoD/android-contentprovider-generator
ParcelablePlease Annotation Processor for generating Parcelable code

https://github.com/sockeqwe/ParcelablePlease
pojobuilder A Java Code Generator for Pojo Builders

https://github.com/mkarneim/pojobuilder
javawriter A utility class which aids in generating Java source files.

https://github.com/square/javawriter


Media

FFmpeg mirror of git://source.ffmpeg.org/ffmpeg.git

https://github.com/FFmpeg/FFmpeg
FFMpeg this is port of ffmpeg for android (this is app, but in future i will do android lib from it and then system will be able to convert videos automatically)

https://github.com/havlenapetr/FFMpeg
libstreaming A solution for streaming H.264, H.263, AMR, AAC using RTP on Android

https://github.com/fyhertz/libstreaming
AndroidFFmpeg FFmpeg build for android random architectures with example jni

https://github.com/appunite/AndroidFFmpeg
android-ffmpeg-java Android Java wrapper around ffmpeg command line binary

https://github.com/guardianproject/android-ffmpeg-java
FFmpeg-Android Script and Instructions for building FFmpeg for Android

https://github.com/OnlyInAmerica/FFmpeg-Android
android-ffmpeg a system for building custom ffmpeg binaries for Android

https://github.com/guardianproject/android-ffmpeg
android-ffmpeg-with-rtmp This repository contains script(s) to build ffmpeg for android with RTMP (and OpenSSL) support.

https://github.com/cine-io/android-ffmpeg-with-rtmp
mp4parser A Java API to read, write and create MP4 files

https://github.com/sannies/mp4parser
jcodec jcodec - a pure java implementation of video/audio codecs.

https://github.com/jcodec/jcodec


Embedded

usb-serial-for-android Android USB host serial driver library for CDC, FTDI, Arduino and other devices.

https://github.com/mik3y/usb-serial-for-android


Utility

smoothie Easy async loading for Android’s ListView/GridView

https://github.com/lucasr/smoothie
tape A lightning fast, transactional, file-based FIFO for Android and Java.

https://github.com/square/tape
ColorArt iTunes 11-style color matching code for Android

https://github.com/MichaelEvans/ColorArt
AndroidBillingLibrary Android Market In-app Billing Libraryhttps://github.com/robotmedia/AndroidBillingLibrary
android-saripaar UI Validation Library for Android

https://github.com/ragunathjawahar/android-saripaar
timber A logger with a small, extensible API which provides utility on top of Android’s normal Log class.

https://github.com/JakeWharton/timber
wire Clean, lightweight protocol buffers for Android.

https://github.com/square/wire
motion An Android library allowing images to exhibit a parallax effect that reacts to the device’s tilt

https://github.com/nvanbenschoten/motion
Colours A beautiful set of predefined colors and a set of color methods to make your Android development life easier.

https://github.com/MatthewYork/Colours
Android-Validator Form Validator Library for Android

https://github.com/throrin19/Android-Validator
svg-android Support for scalable vector graphics in Android

https://github.com/pents90/svg-android
davdroid DAVdroid – CalDAV/CardDAV synchronization for Android 4+ devices

https://github.com/rfc2822/davdroid
phrase https://github.com/square/phrase
seismic Android device shake detection.

https://github.com/square/seismic
android-validation-komensky A simple library for validating user input in forms using annotations.

https://github.com/inmite/android-validation-komensky
AndroidFaceCropper Android bitmap Face Cropper

https://github.com/lafosca/AndroidFaceCropper
AutobahnAndroid WebSocket & WAMP in Java for Android

https://github.com/tavendo/AutobahnAndroid
android_dbinspector Android library for viewing in app databases.

https://github.com/infinum/android_dbinspector
wishlist Utilities I wish Android had but doesn’t

https://github.com/kevinsawicki/wishlist
joda-time-android Joda-Time library with Android specialization

https://github.com/dlew/joda-time-android
OpenKeychain OpenKeychain is an OpenPGP implementation for Android.

https://github.com/open-keychain/open-keychain
Silk A library containing a large set of utilities and views for Android apps.

https://github.com/afollestad/Silk
Reservoir Android library to easily serialize and cache your objects to disk using key/value pairs.

https://github.com/anupcowkur/Reservoir
Android-Templates-And-Utilities Collection of source codes, utilities, templates and snippets for Android development.

https://github.com/petrnohejl/Android-Templates-And-Utilities
groundy Sexy way to execute async/background tasks on Android

https://github.com/telly/groundy
EasyCamera Wrapper around the android Camera class that simplifies its usage

https://github.com/Glamdring/EasyCamera
CastCompanionLibrary-android CastCompanionLibrary-android is a library project to enable developers integrate Cast capabilities into their applications faster and easier.

https://github.com/googlecast/CastCompanionLibrary-android
cling UPnP/DLNA library for Java and Android

https://github.com/4thline/cling
dspec A simple way to define and render UI specs on top of your Android UI.

https://github.com/lucasr/dspec
GhostLog Android app that displays the logcat buffer in a system overlay window

https://github.com/jgilfelt/GhostLog
secure-preferences Android Shared preference wrapper than encrypts the keys and values of Shared Preferences. It’s not bullet proof security but rather a quick win for incrementally making your
android app more secure.

https://github.com/scottyab/secure-preferences
DebugLog Create a simple and more understandable Android logs.

https://github.com/MustafaFerhan/DebugLog
AndroidCaldavSyncAdapater Caldav synch adapter for Android

https://github.com/gggard/AndroidCaldavSyncAdapater
routable-android Routable, an in-app native URL router, for Android

https://github.com/clayallsopp/routable-android
fb-android-dagger A set of helper classes for using dagger with Android components such as Applications, Activities, Fragments, BroadcastReceivers, and Services.

https://github.com/adennie/fb-android-dagger
android-gesture-detectors Gesture detector framework for multitouch handling on Android, based on Android’s ScaleGestureDetector

https://github.com/Almeros/android-gesture-detectors
TypedPreferences Preference wrappers for primitive types for Android

https://github.com/johnjohndoe/TypedPreferences
android-intents A collection of well-known Android intents for most common actions

[[)(https://github.com/d-tarasov/android-intents][565]]https://github.com/d-tarasov/android-intents])(https://github.com/d-tarasov/android-intents][565])
android-intents A small library which will save you from writing the same intent creation code again and again for the most simple tasks

[[566]]https://github.com/marvinlabs/android-intents][566]
AndroidUtils AndroidUtils

[[567]]https://github.com/pardom/AndroidUtils][567]
ASimpleCache a simple cache for android and java

[[568]]https://github.com/yangfuhai/ASimpleCache][568]
svg-android Fork of svg-android +SVN history +Maven +more

[[569]]https://github.com/japgolly/svg-android][569]
AndroidQuickUtils Android QuickUtils is a development library for the Android platform. It is intended to make application development easier and consistent throughout your applications.

[[570]]https://github.com/cesarferreira/AndroidQuickUtils][570]
esperandro Easy SharedPreference Engine foR ANDROid

[[571]]https://github.com/dkunzler/esperandro][571]
AndroidCommons Various useful utilities for Android apps development

[[572]]https://github.com/alexvasilkov/AndroidCommons][572]
greenrobot-common General purpose utilities and hash functions for Android and Java (aka java-common)

[[573]]https://github.com/greenrobot/greenrobot-common][573]
puree-android Puree is a log collector for Android.

[[574]]https://github.com/cookpad/puree-android][574]


SDK

mapbox-android-sdk Open Source Maps SDK for Android

[[575]]https://github.com/mapbox/mapbox-android-sdk][575]
android-checkout Library for Android In-App Billing (Version 3)

[[576]]https://github.com/serso/android-checkout][576]
WeatherLib Android Weather Library: android weather lib to develop weather based app fast and easily

[[577]]https://github.com/survivingwithandroid/WeatherLib][577]
Clusterkraf A clustering library for the Google Maps Android API v2.

[[578]]https://github.com/twotoasters/clusterkraf][578]
aws-sdk-android Official mirror of the AWS SDK for Android.

[[579]]https://github.com/aws/aws-sdk-android][579]
evernote-sdk-android Evernote SDK for Android

[[580]]https://github.com/evernote/evernote-sdk-android][580]
countly-sdk-android Countly Mobile Analytics - Android SDK

[[581]]https://github.com/Countly/countly-sdk-android][581]
ANE-Facebook Air Native Extension (iOS and Android) for the Facebook mobile SDK

[[582]]https://github.com/freshplanet/ANE-Facebook][582]
Office-365-SDK-for-Android Office 365 SDK for Android Preview by Microsoft Open Technologies, Inc.

[[583]]https://github.com/OfficeDev/Office-365-SDK-for-Android][583]
weibo_android_sdk 新浪微博 Android SDK

[[584]]https://github.com/sinaweibosdk/weibo_android_sdk][584]
socialauth-android SocialAuth repository which contains socialauth android version and samples

[[585]]https://github.com/3pillarlabs/socialauth-android][585]
PayPal-Android-SDK Accept PayPal and credit cards in your Android app

[[586]]https://github.com/paypal/PayPal-Android-SDK][586]
barcodescanner Barcode Scanner Libraries for Android

[[587]]https://github.com/dm77/barcodescanner][587]
android-donations-lib Donations Library for Android. Supports Google Play Store, Flattr, PayPal, and Bitcoin

[[588]]https://github.com/dschuermann/android-donations-lib][588]
card.io-Android-SDK card.io provides fast, easy credit card scanning in mobile apps

[[589]]https://github.com/card-io/card.io-Android-SDK][589]
Android-ShareEverywhere This project is the tribute to my favorite Android Widget: the Share button. Share ALL THE THINGS!

[[590]]https://github.com/dgmltn/Android-ShareEverywhere][590]
android-simpl3r Amazon S3 multipart file upload for Android, made simple

[[591]]https://github.com/jgilfelt/android-simpl3r][591]
poly-picker Android library project for providing multiple image selection from the device.

[[592]]https://github.com/jaydeepw/poly-picker][592]
Android-ReactiveLocation Small library that wraps Google Play Service API in brilliant RxJava Observables reducing boilerplate to minimum.

[[593]]https://github.com/mcharmas/Android-ReactiveLocation][593]
LandscapeVideoCamera Powerful custom Android Camera with granular control over the video quality and filesize, restricting recordings to landscape only.

[[594]]https://github.com/jmolsmobile/LandscapeVideoCamera][594]


Test

Junit A programmer-oriented testing framework for Java.

[[595]]https://github.com/junit-team/junit][595]
robotium Like Selenium, but for Android

[[596]]https://github.com/RobotiumTech/robotium][596]
assertj-android A set of AssertJ helpers geared toward testing Android.

[[597]]https://github.com/square/assertj-android][597]
selendroid “Selenium for Android” (Test automate native or hybrid Android apps and the mobile web with Selendroid.)

[[598]]https://github.com/selendroid/selendroid][598]
Cafe A powerful test framework for Android named Case Automated Framework for Everyone.

[[599]]https://github.com/BaiduQA/Cafe][599]
android-junit-report A custom instrumentation test runner for Android that generates XML reports for integration with other tools.

[[600]]https://github.com/jsankey/android-junit-report][600]
robolectric Android Unit Testing Framework

[[601]]https://github.com/xtremelabs/robolectric][601]


Chart

GraphView Android Graph Library for creating zoomable and scrollable line and bar graphs.

[[602]]https://github.com/jjoe64/GraphView][602]
MPAndroidChart A simple Android chart view / graph view library, supporting line- bar- pie- and candlestick charts as well as scaling, dragging and animations.

[[603]]https://github.com/PhilJay/MPAndroidChart][603]
EazeGraph An Android chart and graph library

[[604]]https://github.com/blackfizz/EazeGraph][604]
AndroidCharts An easy-to-use Android charts library with animation.

[[605]]https://github.com/HackPlan/AndroidCharts][605]
WilliamChart Android library to create charts.

[[606]]https://github.com/diogobernardino/WilliamChart][606]
Android-Charts Open-source native Android graph/chart framework includes line chart,stick chart,candlestick chart,pie chart,spider-web chart etc.

[[607]]https://github.com/limccn/Android-Charts][607]
XCL-Charts Android开源图表库(XCL-Charts is a free charting library for Android platform.)

[[608]]https://github.com/xcltapestry/XCL-Charts][608]
desCharts Android Charting Library

[[609]]https://github.com/bradipao/desCharts][609]
HelloCharts Charts/graphs library for Android compatible with API 8+

[[610]]https://github.com/lecho/hellocharts-android][610]
HoloGraphLibrary Fork of the HoloGraphLibrary by Daniel Nadeau with additionnal features

[[611]]https://github.com/Androguide/HoloGraphLibrary][611]


Icons

Skycons Forecast / DarkSky’s Skycons, Animated Weather icons recreated for Android

[[612]]https://github.com/torryharris/Skycons][612]
droidicon Over 1600 customizable icons for Android including 750+ Google Material Design icons, 25 ready-made social badges, and more!

[[613]]https://github.com/theDazzler/droidicon][613]
Android-Iconics Android-Iconics is a library to use (almost) any alternative iconfont in your projects. It allows you to add any Android-Iconics compatible typeface-library-addon to your project
and you are able to start using that font.

[[614]]https://github.com/mikepenz/Android-Iconics][614]
android-material-icons Easy to use material icons for Android

[[615]]https://github.com/Malinskiy/android-material-icons][615]
androidicons Androidicons is a professional, handcrafted icon set with 250 icons in 14 different colors and 5 sizes, including an icon font and all sources.

[[616]]https://github.com/opoloo/androidicons][616]


Colors

Android-Material-Design-Colors Android Material Design Colors

[[617]]https://github.com/wada811/Android-Material-Design-Colors][617]


Font

Calligraphy Custom fonts in Android the easy way…

[[618]]https://github.com/chrisjenx/Calligraphy][618]
android-typeface-helper Typeface helper for Android

[[619]]https://github.com/norbsoft/android-typeface-helper][619]
Android-Icon-Fonts Material and Holo iconic fonts.

[[620]]https://github.com/johnkil/Android-Icon-Fonts][620]
Print A lightweight Android library for use iconic fonts.

[[621]]https://github.com/johnkil/Print/][621]
TypefaceHelper Helper object for injecting typeface into various text views of android.

[[622]]https://github.com/Drivemode/TypefaceHelper][622]


OpenGL

Rajawali Rajawali is a 3D engine for Android based on OpenGL ES 2.0/3.0. It can be used for normal apps as well as live wallpapers.

[[623]]https://github.com/MasDennis/Rajawali][623]


Debug

android-grid-wichterle This app will show grid overlay over whole system which helps you to verify your excellent app design.

[[624]]https://github.com/inmite/android-grid-wichterle][624]


Demo

android-demos Examples of Android applications

[[625]]https://github.com/novoda/android-demos][625]
u2020 A sample Android app which showcases advanced usage of Dagger among other open source libraries.

[[626]]https://github.com/JakeWharton/u2020][626]
BlurEffectForAndroidDesign Sample to show how to implement blur graphical tricks

[[627]]https://github.com/PomepuyN/BlurEffectForAndroidDesign][627]
maven-android-plugin-samples Usage examples for Android Maven Plugin

[[628]]https://github.com/jayway/maven-android-plugin-samples][628]
Android-WizardPager Android pager-style wizard flow sample code

[[629]]https://github.com/romannurik/Android-WizardPager][629]
AndroidPushNotificationsDemo A example of an android app that receives push notifications using MQTT.

[[630]]https://github.com/tokudu/AndroidPushNotificationsDemo][630]
android-basic-samples Google Play game services - Android samples

[[631]]https://github.com/playgameservices/android-basic-samples][631]
RobolectricSample Sample project demonstrating use of the Robolectric Android testing project

[[632]]https://github.com/robolectric/RobolectricSample][632]
android-demo Android common lib demo, include ImageCache, HttpCache, DropDownListView, DownloadManager, install apk silent and so on, you can find description

[[633]]https://github.com/Trinea/android-demo][633]
android-movies-demo Sample application demonstrating Android design and animation

[[634]]https://github.com/dlew/android-movies-demo][634]
maven-android-plugin-samples Usage examples for Android Maven Plugin

[[628]]https://github.com/jayway/maven-android-plugin-samples][628]
android-http-examples Sample code for HTTP on Android.

[[635]]https://github.com/swankjesse/android-http-examples][635]
androidmvp MVP Android Example

[[636]]https://github.com/antoniolg/androidmvp][636]
ProgrammingAndroidExamples This repo contains example code for O’Reilly’s “Programming Android” by Zigured Mednieks, Laird Dornin, Blake Meike and Masumi Nakamura

[[637]]https://github.com/bmeike/ProgrammingAndroidExamples][637]
android-layout-samples Explorations around Android custom layouts

[[638]]https://github.com/lucasr/android-layout-samples][638]
LearningAndroidYamba This is the code that goes along with Learning Android book.

[[639]]https://github.com/twitter-university/LearningAndroidYamba][639]
RoboDemo RoboDemo is a ShowCase library for Android to demonstrate to users how a given Activity works.

[[640]]https://github.com/stephanenicolas/RoboDemo][640]
ProgrammingAndroid2Examples This repo contains example code for O’Reilly’s “Programming Android” by Zigured Mednieks, Laird Dornin, Blake Meike and Masumi Nakamura

[[641]]https://github.com/bmeike/ProgrammingAndroid2Examples][641]
hellomap-android Quick start with the Google Maps Android API

[[642]]https://github.com/googlemaps/hellomap-android][642]
GraphView-Demos Examples for my Android GraphView library

[[643]]https://github.com/jjoe64/GraphView-Demos][643]
Android-Volley-Example Android volley library examples

[[644]]https://github.com/PareshMayani/Android-Volley-Example][644]
android-demos Google Drive Android API Demos

[[645]]https://github.com/googledrive/android-demos][645]
AndroidDemoProjects Collection of Small Android Projects

[[646]]https://github.com/PaulTR/AndroidDemoProjects][646]
android-ActivitySceneTransition Demonstrates how to the use Activity scene transitions when transitions from one Activity to another. Uses a combination of moveImage and changeBounds to nicely
transition a grid of images to an Activity with a large image and detail text.

[[647]]https://github.com/googlesamples/android-ActivitySceneTransition][647]
android_L_preview_example This project is focused on the sample using the API’s new preview version of Android-L, use of transitions, shadows etc…[[648]]https://github.com/saulmm/android_L_preview_example][648]
googletv-android-samples Source for many GoogleTV Example applications.

[[649]]https://github.com/google/googletv-android-samples][649]
Android-RxJava Learning RxJava for Android by example

[[650]]https://github.com/kaushikgopal/Android-RxJava][650]
Android-LollipopShowcase A simple app to showcase some of the cool new cool stuff in Android L. RecyclerView, CardView, ActionBarDrawerToggle, DrawerLayout, Animations, Android Compat Design,
Toolbar

[[651]]https://github.com/mikepenz/Android-LollipopShowcase][651]
QuickNews This is a news client, similar to netease, news headlines

[[652]]https://github.com/tigerguixh/QuickNews][652]
android-best-practices Do’s and Don’ts for Android development, by Futurice developers

[[653]]https://github.com/futurice/android-best-practices][653]
ToolbarMenudrawer Quick example for the new Toolbar (and Menudrawer) API. Thanks for starring / forking me. :’)

[[654]]https://github.com/I-am-Reinvented/ToolbarMenudrawer][654]
Android-PullLayout 仿UC天气下拉和微信下拉眼睛

[[655]]https://github.com/BlueMor/Android-PullLayout][655]
DragLayout An Android Project.ViewDragHelper.QQ.QQ5.0.侧滑

https://github.com/BlueMor/DragLayout
rx-android-architecture An example project of an Android architecture built on RxJava

[[656]]https://github.com/tehmou/rx-android-architecture][656]
AndroidCoolDragAndDropGridView An example of a gridview with various column span items and drag and drop support like Google keep has

https://github.com/theredsunrise/AndroidCoolDragAndDropGridView
Demo-GoogleBook-Android An android demo about searching and displaying books details using Google book api.

[[657]]https://github.com/Jungerr/Demo-GoogleBook-Android][657]
Demo-YouTuBe-Android An android demo about searching and playing youtube videos with youtube player or videoview.

[[658]]https://github.com/Jungerr/Demo-YouTuBe-Android][658]
android-proguard-snippets Proguard configurations for common Android libraries

[[659]]https://github.com/krschultz/android-proguard-snippets][659]
ViewPagerHeaderScrollDemo ViewPagerHeaderScrollDemo

[[660]]https://github.com/ongakuer/ViewPagerHeaderScrollDemo][660]
Quality-Tools-for-Android This is an Android sample app + tests that will be used to work on various project to increase the quality of the Android platform.

[[661]]https://github.com/stephanenicolas/Quality-Tools-for-Android][661]
socket.io-android-chat A simple chat demo for socket.io and Android

[[662]]https://github.com/nkzawa/socket.io-android-chat][662]
AndroidTVExplorer A sample project which can be used as a base in order to develop Media Library applications for Android TV. Follow the series of blogs starting at[[663]]http://www.malmstein.com/blog/2014/10/21/building-applications-for-android-tv/][663] in
order to keep up to date with the process

[[664]]https://github.com/malmstein/AndroidTVExplorer][664]
Android-Notification-Example A simple sample showing the different types of notifications on Andoid

[[665]]https://github.com/saulmm/Android-Notification-Example][665]


App

2048-android The android port of the 2048 game (for offline playing)

[[666]]https://github.com/uberspot/2048-android][666]
FeedEx FeedEx News Reader is a light and modern Android feed reader, based on Sparse rss.

[[667]]https://github.com/HoloAddict/FeedEx][667]
rubychina4android Ruby-China的Android客户端

[[668]]https://github.com/gonjay/rubychina4android][668]
HackerNews An open source Hacker News client for Android.

[[669]]https://github.com/bishopmatthew/HackerNews][669]
News-Android-App ownCloud News Reader - Android App

[[670]]https://github.com/owncloud/News-Android-App][670]
android-delicious Delicious Android is an Android app which helps you access and save bookmarks via Delicious. It’s available over at Google Play.

[[671]]https://github.com/lexs/android-delicious][671]
droidplanner Ground Control Station for Android Devices

[[672]]https://github.com/DroidPlanner/droidplanner][672]
FoldingNavigationDrawer-Android This is a sample project present how to use Folding-Android to add Folding Efect to Navigation Drawer.

[[673]]https://github.com/tibi1712/FoldingNavigationDrawer-Android][673]
play-android Stream music and control the queue of a play server from your Android device.

[[674]]https://github.com/play/play-android][674]
vanilla Vanilla Music Player for Android (abandoned)

[[675]]https://github.com/kreed/vanilla][675]
OpenFlappyBird An open source clone of a famous flappy bird game for Android using AndEngine

[[676]]https://github.com/deano2390/OpenFlappyBird][676]
TurtlePlayer A Free, Fully Fledged, Open-Source Music Player for Android

[[677]]https://github.com/eddturtle/TurtlePlayer][677]
seadroid Android client for Seafile

[[678]]https://github.com/haiwen/seadroid][678]
freegemas-gdx Freegemas libGDX is an Android and Java desktop port of Freegemas, which in turn is an open source version of the well known Bejeweled.

[[679]]https://github.com/siondream/freegemas-gdx][679]
kanxue-android-app 看雪安全论坛 Android 客户端

[[680]]https://github.com/kanxue-team/kanxue-android-app][680]
FlappyCow Android game in “Flappy Bird” Style

[[681]]https://github.com/cubei/FlappyCow][681] 1.wakao-app 哇靠百科 - 一款聚合了众多笑话段子、妹子图、微信公众号文章的Android App。

[[682]]https://github.com/yongbo000/wakao-app][682]
Twidere-Android Twidere is a powerful twitter client for Android 1.6+ 1 , which gives you a full Holo experience and nearly full Twitter’s feature.

[[683]]https://github.com/TwidereProject/Twidere-Android][683]
Telecine Record full-resolution video on your Android devices.

[[684]]https://github.com/JakeWharton/Telecine][684]
TopNews 高仿“今日头条”客户端,实现它大部分的功能,练习之作,目的了解怎么发开一个新闻类客户端,从涉及的相关知识点中提升自我水平。

[[685]]https://github.com/Rano1/TopNews][685]
WaniKani-for-Android An Android client application for the awesome kanji learning website wanikani.com

[[686]]https://github.com/xiprox/WaniKani-for-Android][686]
OpenLibra-Material OpenLibra client on Material Design

[[687]]https://github.com/saulmm/OpenLibra-Material][687]


Security

gnupg-for-android A port of gnupg to Android

[[688]]https://github.com/guardianproject/gnupg-for-android][688]
openssl-android a version of the official Android openssl setup to build standalone for use in app

[[689]]https://github.com/guardianproject/openssl-android][689]
apg OpenPGP for Android

[[690]]https://github.com/thialfihar/apg][690]
android-grid-wichterle This app will show grid overlay over whole system which helps you to verify your excellent app design.

[[624]]https://github.com/inmite/android-grid-wichterle][624]


Tools

scrollscreenshot Make Android screenshots of scrollable screen content

[[691]]https://github.com/PGSSoft/scrollscreenshot][691]
dex-method-counts Command-line tool to count per-package methods in Android .dex files

[[692]]https://github.com/mihaip/dex-method-counts][692]
osmtracker-android GPS tracking tool for OpenStreetMap

[[693]]https://github.com/nguillaumin/osmtracker-android][693]
ProMosaic Make mosaic effect on android

[[694]]https://github.com/coderkiss/ProMosaic][694]
enroscar A set of Android tools that facilitate apps development

[[695]]https://github.com/stanfy/enroscar][695]
android-device-frame-generator Wrap your app screenshots in real device artwork

[[696]]http://f2prateek.com/android-device-frame-generator/][696]
AndroidGradleStarter Android Gradle Starter

[[697]]https://github.com/ravidsrk/AndroidGradleStarter][697]
android-gradle-template Combines Android Studio, Gradle, Espresso, Robolectric, AndroidAnnotations, RoboCoP, JaCoCo

[[698]]https://github.com/nenick/android-gradle-template][698]
swiftp FTP server for your android device.

[[699]]https://github.com/ppareit/swiftp][699]
NotificationLog Use an expanded notification as a makeshift Android log output console.

[[700]]https://github.com/jgilfelt/NotificationLog][700]
Java7-on-Android Java 7 features backported to Android 2.2+

[[701]]https://github.com/yareally/Java7-on-Android][701]
Genius-Android 一个在Android中能经常使用的库集合,包括日志,命令行语句执行;Ping,DNS,Telnet,TraceRoute等网络包;同时包含一套UI主题。

[[702]]https://github.com/qiujuer/Genius-Android][702]
TaggerString TaggerString is very light library which allows to build dynamic string resource in much more readable way.

[[703]]https://github.com/polok/TaggerString][703]
svg2android SVG to Android VectorDrawable XML resource file

[[704]]https://github.com/inloop/svg2android][704]
gplay.ws create a badge to promote your own Android application in a single step

[[705]]http://gplay.ws/][705]
gradle-play-publisher Gradle Plugin to upload your APK and metadata to the Google Play Store

[[706]]https://github.com/Triple-T/gradle-play-publisher][706]
android-lifecycle A diagram of the Android Activity / Fragment lifecycle

[[[https://github.com/xxv/android-lifecycle][707]]]https://github.com/xxv/android-lifecycle][https://github.com/xxv/android-lifecycle][707]]
AndroidDevTools 收集整理Android开发所需的Android SDK、开发中用到的工具、Android开发教程、Android设计规范,免费的设计素材等。

[[708]]https://github.com/inferjay/AndroidDevTools][708]
gradle-packer-plugin Android Packer Gradle Plugin

[[709]]https://github.com/mcxiaoke/gradle-packer-plugin][709]
AndroidLocalizationer This is a Android Studio/ IntelliJ IDEA plugin to localize your Android app, translate your string resources automactically.

[[710]]https://github.com/westlinkin/AndroidLocalizationer][710]


Decompiler

jadx Dex to Java decompiler

[[711]]https://github.com/skylot/jadx][711]
simplify Generic Android Deobfuscator

[[712]]https://github.com/CalebFenton/simplify][712]


Gradle plugin

android-native-dependencies Gradle plugin for resolving and downloading Android native dependencies (.so)

[[713]]https://github.com/nhachicha/android-native-dependencies][713]


Android Wear

BusWear EventBus for Android Wear devices.

[[714]]https://github.com/tajchert/BusWear][714]


Other

DiskLruCache Java implementation of a Disk-based LRU cache which specifically targets Android compatibility.

[[715]]https://github.com/JakeWharton/DiskLruCache][715]
anode Android framework for node.js applications

[[716]]https://github.com/paddybyers/anode][716]
Fragment-Switcher An instance-state saving fragment switcher, intended for use with navigation drawers or tabs.

[[717]]https://github.com/jacobtabak/Fragment-Switcher][717]

[565]: https://github.com/d-tarasov/android-intents%5D)(https://github.com/d-tarasov/android-intents[566]: https://github.com/marvinlabs/android-intents[567]: https://github.com/pardom/AndroidUtils[568]: https://github.com/yangfuhai/ASimpleCache[569]: https://github.com/japgolly/svg-android[570]: https://github.com/cesarferreira/AndroidQuickUtils[571]: https://github.com/dkunzler/esperandro[572]: https://github.com/alexvasilkov/AndroidCommons[573]: https://github.com/greenrobot/greenrobot-common[574]: https://github.com/cookpad/puree-android[575]: https://github.com/mapbox/mapbox-android-sdk[576]: https://github.com/serso/android-checkout[577]: https://github.com/survivingwithandroid/WeatherLib[578]: https://github.com/twotoasters/clusterkraf[579]: https://github.com/aws/aws-sdk-android[580]: https://github.com/evernote/evernote-sdk-android[581]: https://github.com/Countly/countly-sdk-android[582]: https://github.com/freshplanet/ANE-Facebook[583]: https://github.com/OfficeDev/Office-365-SDK-for-Android[584]: https://github.com/sinaweibosdk/weibo_android_sdk[585]: https://github.com/3pillarlabs/socialauth-android[586]: https://github.com/paypal/PayPal-Android-SDK[587]: https://github.com/dm77/barcodescanner[588]: https://github.com/dschuermann/android-donations-lib[589]: https://github.com/card-io/card.io-Android-SDK[590]: https://github.com/dgmltn/Android-ShareEverywhere[591]: https://github.com/jgilfelt/android-simpl3r[592]: https://github.com/jaydeepw/poly-picker[593]: https://github.com/mcharmas/Android-ReactiveLocation[594]: https://github.com/jmolsmobile/LandscapeVideoCamera[595]: https://github.com/junit-team/junit[596]: https://github.com/RobotiumTech/robotium[597]: https://github.com/square/assertj-android[598]: https://github.com/selendroid/selendroid[599]: https://github.com/BaiduQA/Cafe[600]: https://github.com/jsankey/android-junit-report[601]: https://github.com/xtremelabs/robolectric[602]: https://github.com/jjoe64/GraphView[603]: https://github.com/PhilJay/MPAndroidChart[604]: https://github.com/blackfizz/EazeGraph[605]: https://github.com/HackPlan/AndroidCharts[606]: https://github.com/diogobernardino/WilliamChart[607]: https://github.com/limccn/Android-Charts[608]: https://github.com/xcltapestry/XCL-Charts[609]: https://github.com/bradipao/desCharts[610]: https://github.com/lecho/hellocharts-android[611]: https://github.com/Androguide/HoloGraphLibrary[612]: https://github.com/torryharris/Skycons[613]: https://github.com/theDazzler/droidicon[614]: https://github.com/mikepenz/Android-Iconics[615]: https://github.com/Malinskiy/android-material-icons[616]: https://github.com/opoloo/androidicons[617]: https://github.com/wada811/Android-Material-Design-Colors[618]: https://github.com/chrisjenx/Calligraphy[619]: https://github.com/norbsoft/android-typeface-helper[620]: https://github.com/johnkil/Android-Icon-Fonts[621]: https://github.com/johnkil/Print/[622]: https://github.com/Drivemode/TypefaceHelper[623]: https://github.com/MasDennis/Rajawali[624]: https://github.com/inmite/android-grid-wichterle[625]: https://github.com/novoda/android-demos[626]: https://github.com/JakeWharton/u2020[627]: https://github.com/PomepuyN/BlurEffectForAndroidDesign[628]: https://github.com/jayway/maven-android-plugin-samples[629]: https://github.com/romannurik/Android-WizardPager[630]: https://github.com/tokudu/AndroidPushNotificationsDemo[631]: https://github.com/playgameservices/android-basic-samples[632]: https://github.com/robolectric/RobolectricSample[633]: https://github.com/Trinea/android-demo[634]: https://github.com/dlew/android-movies-demo[635]: https://github.com/swankjesse/android-http-examples[636]: https://github.com/antoniolg/androidmvp[637]: https://github.com/bmeike/ProgrammingAndroidExamples[638]: https://github.com/lucasr/android-layout-samples[639]: https://github.com/twitter-university/LearningAndroidYamba[640]: https://github.com/stephanenicolas/RoboDemo[641]: https://github.com/bmeike/ProgrammingAndroid2Examples[642]: https://github.com/googlemaps/hellomap-android[643]: https://github.com/jjoe64/GraphView-Demos[644]: https://github.com/PareshMayani/Android-Volley-Example[645]: https://github.com/googledrive/android-demos[646]: https://github.com/PaulTR/AndroidDemoProjects[647]: https://github.com/googlesamples/android-ActivitySceneTransition[648]: https://github.com/saulmm/android_L_preview_example[649]: https://github.com/google/googletv-android-samples[650]: https://github.com/kaushikgopal/Android-RxJava[651]: https://github.com/mikepenz/Android-LollipopShowcase[652]: https://github.com/tigerguixh/QuickNews[653]: https://github.com/futurice/android-best-practices[654]: https://github.com/I-am-Reinvented/ToolbarMenudrawer[655]: https://github.com/BlueMor/Android-PullLayout[656]: https://github.com/tehmou/rx-android-architecture[657]: https://github.com/Jungerr/Demo-GoogleBook-Android[658]: https://github.com/Jungerr/Demo-YouTuBe-Android[659]: https://github.com/krschultz/android-proguard-snippets[660]: https://github.com/ongakuer/ViewPagerHeaderScrollDemo[661]: https://github.com/stephanenicolas/Quality-Tools-for-Android[662]: https://github.com/nkzawa/socket.io-android-chat[663]: http://www.malmstein.com/blog/2014/10/21/building-applications-for-android-tv/[664]:
https://github.com/malmstein/AndroidTVExplorer[665]: https://github.com/saulmm/Android-Notification-Example[666]: https://github.com/uberspot/2048-android[667]: https://github.com/HoloAddict/FeedEx[668]: https://github.com/gonjay/rubychina4android[669]: https://github.com/bishopmatthew/HackerNews[670]: https://github.com/owncloud/News-Android-App[671]: https://github.com/lexs/android-delicious[672]: https://github.com/DroidPlanner/droidplanner[673]: https://github.com/tibi1712/FoldingNavigationDrawer-Android[674]: https://github.com/play/play-android[675]: https://github.com/kreed/vanilla[676]: https://github.com/deano2390/OpenFlappyBird[677]: https://github.com/eddturtle/TurtlePlayer[678]: https://github.com/haiwen/seadroid[679]: https://github.com/siondream/freegemas-gdx[680]: https://github.com/kanxue-team/kanxue-android-app[681]: https://github.com/cubei/FlappyCow[682]: https://github.com/yongbo000/wakao-app[683]: https://github.com/TwidereProject/Twidere-Android[684]: https://github.com/JakeWharton/Telecine[685]: https://github.com/Rano1/TopNews[686]: https://github.com/xiprox/WaniKani-for-Android[687]: https://github.com/saulmm/OpenLibra-Material[688]: https://github.com/guardianproject/gnupg-for-android[689]: https://github.com/guardianproject/openssl-android[690]: https://github.com/thialfihar/apg[691]: https://github.com/PGSSoft/scrollscreenshot[692]: https://github.com/mihaip/dex-method-counts[693]: https://github.com/nguillaumin/osmtracker-android[694]: https://github.com/coderkiss/ProMosaic[695]: https://github.com/stanfy/enroscar[696]: http://f2prateek.com/android-device-frame-generator/[697]: https://github.com/ravidsrk/AndroidGradleStarter[698]: https://github.com/nenick/android-gradle-template[699]: https://github.com/ppareit/swiftp[700]: https://github.com/jgilfelt/NotificationLog[701]: https://github.com/yareally/Java7-on-Android[702]: https://github.com/qiujuer/Genius-Android[703]: https://github.com/polok/TaggerString[704]: https://github.com/inloop/svg2android[705]: http://gplay.ws/[706]: https://github.com/Triple-T/gradle-play-publisher[707]: https://github.com/xxv/android-lifecycle%5D%5Bhttps://github.com/xxv/android-lifecycle[708]:
https://github.com/inferjay/AndroidDevTools[709]: https://github.com/mcxiaoke/gradle-packer-plugin[710]: https://github.com/westlinkin/AndroidLocalizationer[711]: https://github.com/skylot/jadx[712]: https://github.com/CalebFenton/simplify[713]: https://github.com/nhachicha/android-native-dependencies[714]: https://github.com/tajchert/BusWear[715]: https://github.com/JakeWharton/DiskLruCache[716]: https://github.com/paddybyers/anode[717]: https://github.com/jacobtabak/Fragment-Switcher
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: