EventBus

  1. HermesEventBus A library for using EventBus between processes, useful in IPC or plugin-in development.
    https://github.com/eleme/HermesEventBus
  2. EventBus Android optimized event bus that simplifies communication between Activities, Fragments, Threads, Services, etc. Less code, better quality.
    https://github.com/greenrobot/EventBus
  3. otto An enhanced Guava-based event bus with emphasis on Android support.
    https://github.com/square/otto
  4. Guava's event bus Guava's event bus utility, explained.
    https://code.google.com/p/guava-libraries/wiki/EventBusExplained
  5. 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
  6. RxAndroid RxJava bindings for Android
    https://github.com/ReactiveX/RxAndroid
  7. tinybus A lightweight and simple event bus optimized for Android
    https://github.com/beworker/tinybus
  8. NetworkEvents Android library listening network connection state and change of the Wifi signal strength
    https://github.com/pwittchen/NetworkEvents
  9. AndroidEventBus A lightweight eventbus library for android, simplifies communication between Activities, Fragments, Threads, Services, etc.
    https://github.com/bboyfeiyu/AndroidEventBus
  10. Drekkar An Android event bus for WebView and JS.
    https://github.com/coshx/drekkar

Orm

  1. greenDAO greenDAO is a light & fast ORM solution for Android that maps objects to SQLite databases.
    https://github.com/greenrobot/greenDAO
  2. ormlite ORMLite Android functionality used in conjunction with ormlite-core
    https://github.com/j256/ormlite-android
  3. requery requery - compile time ORM and SQL query library for Java & Android
    https://github.com/requery/requery
  4. LiteOrm LiteOrm is a fast, small, powerful ORM framework for Android. LiteOrm makes you do CRUD operarions on SQLite database with a sigle line of code efficiently. http://litesuits.com?form=gorm
    https://github.com/litesuits/android-lite-orm
  5. ActiveAndroid Active record style SQLite persistence for Android
    https://github.com/pardom/ActiveAndroid
  6. sugar Insanely easy way to work with Android Database.
    https://github.com/satyan/sugar
  7. androrm An Object Relational Mapper for Android.
    https://github.com/androrm/androrm/
  8. orman lightweight and practical ORM for Java/Android. works with SQLite & MySQL.
    https://github.com/ahmetalpbalkan/orman
  9. ormdroid ORMDroid is a simple ORM persistence framework for your Android applications.
    https://github.com/roscopeco/ormdroid
  10. 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
  11. sprinkles Sprinkles is a boiler-plate-reduction-library for dealing with databases in android applications
    https://github.com/emilsjolander/sprinkles
  12. android-database-sqlcipher Android SQLite API based on SQLCipher
    https://github.com/sqlcipher/android-database-sqlcipher
  13. couchbase-lite-android Lightweight, embedded, syncable NoSQL database engine for Android.
    https://github.com/couchbase/couchbase-lite-android
  14. 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
  15. RxSimpleNoSQL Reactive extensions for SimpleNoSQL. Manipulate entities using Observables. https://github.com/xmartlabs/RxSimpleNoSQL
  16. SQLiteProvider Extended SQLite functionality for Android
    https://github.com/novoda/SQLiteProvider
  17. Android-AnnotatedSQL Android library for auto generating SQL schema and Content provider
    https://github.com/hamsterksu/Android-AnnotatedSQL
  18. DBExecutor DBExecutor
    https://github.com/LuckyJayce/DBExecutor
  19. LitePal An Android library that allows developers to use SQLite database extremely easy.
    https://github.com/LitePalFramework/LitePal
  20. realm-java Realm is a mobile database: a replacement for SQLite & ORMs
    https://github.com/realm/realm-java
  21. DBFlow A blazing fast, powerful, and very simple ORM android database library that writes database code for you.
    https://github.com/agrosner/DBFlow
  22. sqlbrite A lightweight wrapper around SQLiteOpenHelper which introduces reactive stream semantics to SQL operations.
    https://github.com/square/sqlbrite
  23. RestorableSQLiteDatabase A wrapper to replicate android's SQLiteDatabase with restoring capability.
    https://github.com/yaa110/RestorableSQLiteDatabase
  24. Cupboard Simple persistence that gets out of your way and is easy to add to your existing code base
    https://bitbucket.org/qbusict/cupboard
  25. SquiDB is a simple SQLite database layer for Android
    https://github.com/yahoo/squidb
  26. Android-Orma A lightning-fast ORM for Android as a wrapper of SQLiteDatabase http://gfx.github.io/Android-Orma https://github.com/gfx/Android-Orma
  27. RushOrm Object-relational mapping for Android http://www.rushorm.com/ https://github.com/Stuart-campbell/RushOrm
  28. DBFlow A blazing fast, powerful, and very simple ORM android database library that writes database code for you.
    https://github.com/Raizlabs/DBFlow

Image Loading

  1. Android-Universal-Image-Loader Powerful and flexible library for loading, caching and displaying images on Android.
    https://github.com/nostra13/Android-Universal-Image-Loader
  2. picasso A powerful image downloading and caching library for Android
    https://github.com/square/picasso
  3. picasso-transformations An Android transformation library providing a variety of image transformations for Picasso
    https://github.com/wasabeef/picasso-transformations
  4. ion Android Asynchronous Networking and Image Loading
    https://github.com/koush/ion
  5. glide An image loading and caching library for Android focused on smooth scrolling
    https://github.com/bumptech/glide
  6. glide-transformations An Android transformation library providing a variety of image transformations for Glide.
    https://github.com/wasabeef/glide-transformations
  7. ImageLoader Library for async image loading and caching on Android
    https://github.com/novoda/ImageLoader
  8. webimageloader Library to handle asynchronous image loading on Android.
    https://github.com/lexs/webimageloader
  9. AndroidImageLoader Andorid library that loads images asynchronously into cache using a thread pool
    https://github.com/wuman/AndroidImageLoader
  10. SoBitmap Bitmap decoder, handle resize & quality & compress stuff following user's configurations. https://github.com/airk000/SoBitmap
  11. Fresco An image management library by FaceBook
    https://github.com/facebook/fresco
  12. Glide Bitmap Pool Glide Bitmap Pool is a memory management library for reusing the bitmap memory https://github.com/amitshekhariitbhu/GlideBitmapPool
  13. Compressor Compressor is a lightweight and powerful android image compression library, also support RxJava. https://github.com/zetbaitsu/Compressor
  14. Luban Luban(鲁班)—Image compression with efficiency very close to WeChat Moments/可能是最接近微信朋友圈的图片压缩算法
    https://github.com/Curzibn/Luban

Animations

  1. Transitions-Everywhere Backport of Android Transitions API for animations. Animations backported to Android 4.0+. API compatible with Android 2.2+
    https://github.com/andkulikov/Transitions-Everywhere
  2. FragmentAnimations 3D animations for support-v4 Fragment transition.
    https://github.com/kakajika/FragmentAnimations
  3. Road Runner Road Runner is a library for android which allow you to make your own loading animation using a SVG image
    https://github.com/glomadrian/RoadRunner
  4. ListViewAnimations An Android library which allows developers to easily add animations to ListView items
    https://github.com/nhaarman/ListViewAnimations
  5. NineOldAndroids Android library for using the Honeycomb animation API on all versions of the platform back to 1.0!
    https://github.com/JakeWharton/NineOldAndroids
  6. 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
  7. AndroidViewAnimations Cute view animation collection.
    https://github.com/daimajia/AndroidViewAnimations
  8. AnimationEasingFunctions Android Animation Easing Functions. Let's make animation more real!
    https://github.com/daimajia/AnimationEasingFunctions
  9. ViewPagerTransforms Library containing common animations needed for transforming ViewPager scrolling for Android v13+.
    https://github.com/ToxicBakery/ViewPagerTransforms
  10. TransitionsBackport A backport of the new Transitions API for Android
    https://github.com/guerwan/TransitionsBackport
  11. 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
  12. ParallaxPagerTransformer A pager for Android with parallax effect
    https://github.com/xgc1986/ParallaxPagerTransformer
  13. android-page-curl Page Curl for Android
    https://github.com/MysticTreeGames/android-page-curl
  14. android-cubic-bezier-interpolator An Android Library that helps you implement bezier animations in you application
    https://github.com/codesoup/android-cubic-bezier-interpolator
  15. ActivityTransition An android project presenting some transitions you can use between activities
    https://github.com/ophilbert/ActivityTransition
  16. 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
  17. AndroidImageSlider An amazing and convenient Android image slider.
    https://github.com/daimajia/AndroidImageSlider
  18. transitions-everywhere Backport of Transitions API from Android 4.4. Compatible with Android 2.2+
    https://github.com/andkulikov/transitions-everywhere
  19. android-ripple-background A beautiful ripple animation for your app
    https://github.com/skyfishjy/android-ripple-background
  20. CircleIndicator a lightweight viewpager indicator like in nexus 5 launcher
    https://github.com/ongakuer/CircleIndicator
  21. Interactive-animation Collect android animation
    https://github.com/Rano1/Interactive-animation
  22. Slidr Easily add slide to dismiss functionality to an Activity
    https://github.com/r0adkll/Slidr
  23. CircularReveal Lollipop ViewAnimationUtils.createCircularReveal for everyone 2.3+
    https://github.com/ozodrukh/CircularReveal
  24. 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
  25. ArcAnimator ArcAnimator helps to create arc transition animation: 2.3.+
    https://github.com/asyl/ArcAnimator
  26. shimmer-android An easy, flexible way to add a shimmering effect to any view in an Android app.
    https://github.com/facebook/shimmer-android
  27. Material-Animations Android Transition animations explanation with examples.
    https://github.com/lgvalle/Material-Animations
  28. Rebound A Java library that models spring dynamics and adds real world physics to your app.
    https://github.com/facebook/rebound
  29. CircularReveal Lollipop ViewAnimationUtils.createCircularReveal for everyone 2.3+
    https://github.com/ozodrukh/CircularReveal
  30. PreLollipopTransition Simple tool which help you to implement activity transition for pre-Lollipop devices.
    https://github.com/takahirom/PreLollipopTransition
  31. WaveCompat Wave effect of activity animation
    https://github.com/wangjiegulu/WaveCompat
  32. MultiStateAnimation Android library to create complex multi-state animations.
    https://github.com/KeepSafe/MultiStateAnimation
  33. Android-Transition Allows the easy creation of view transitions that react to user inputs.
    https://github.com/kaichunlin/android-transition
  34. CircularTools Material reveal and readial reaction animation library. Min. API 11
    https://github.com/AutSoft/CircularTools
  35. fab-transformation Support Floating Action Button transformation for Android
    https://github.com/konifar/fab-transformation
  36. AppIntroAnimation AppIntroAnimation is a set of code snippets to make cool intro screen for your app with special Image Translation and Transformation animation effects. It is very easy to use and customize without adding third party library integrations.
    https://github.com/TakeoffAndroid/AppIntroAnimation
  37. TransitionPlayer Android library to control Transition animates. A simple way to create a interactive animation.
    https://github.com/XMFE-TEAM/TransitionPlayer
  38. Backboard A motion-driven animation framework for Android
    https://github.com/tumblr/Backboard
  39. ActivityOptionsICS The lib can make the ActivityOptions animations use in Android api3.1+ http://www.cnblogs.com/tianzhijiexian/p/4128045.html
    https://github.com/tianzhijiexian/ActivityOptionsICS
  40. AndroidAnimationsActions Actions for android animations. Inspired by libgdx scene2d actions.
    https://github.com/dtx12/AndroidAnimationsActions
  41. material-scrolling Android library for material scrolling techniques.
    https://github.com/satorufujiwara/material-scrolling
  42. ExplosionField explosive dust effect for views
    https://github.com/tyrantgit/ExplosionField
  43. ViewPropertyObjectAnimator Wrapper of the ObjectAnimator that can be used similarly to ViewPropertyAnimator
    https://github.com/blipinsk/ViewPropertyObjectAnimator
  44. AnimatorCompat AnimatorCompat: 一个快速创建动画帮助库
    https://github.com/zzz40500/AnimatorCompat
  45. QuickSand Automatically manipulates the duration of animations dependent on view count. Quicksand .. the more you struggle.
    https://github.com/blundell/QuickSand
  46. animate An application demoing meaningful motion on Android https://medium.com/ribot-labs/exploring-meaningful-motion-on-android-1cd95a4bc61d
    https://github.com/hitherejoe/animate
  47. FPSAnimator FPSAnimator is very easy animation library for Android TextureView and SurfaceView
    https://github.com/MasayukiSuda/FPSAnimator
  48. EasingInterpolator Twenty-eight different easing animation interpolators for Android.
    https://github.com/MasayukiSuda/EasingInterpolator
  49. TargetView Animation View to Highlight particular Views for Android.
    https://github.com/anastr/SimpleTargetView
  50. CannyViewAnimator CannyViewAnimator is an enhanced version of ViewAnimator. It allows to use Animators and Transitions to extend Visibility.
    https://github.com/LiveTyping/CannyViewAnimator
  51. MaterialImageLoading Material image loading implementation
    https://github.com/florent37/MaterialImageLoading
  52. android-TNRAnimationHelper This is a library that contains practical animations: Rotation, Flip, Horizontal and Vertical Shake, Pulse. http://thunderrise.com/
    https://github.com/thunderrise/android-TNRAnimationHelper
  53. TransitionHelper This is a simple util to create Activity transition animation. API compatible with Android 2.2+
    https://github.com/ImmortalZ/TransitionHelper
  54. ViewAnimator A fluent Android animation library
    https://github.com/florent37/ViewAnimator
  55. android-PageFlip This project is aimed to implement 3D style page flip on Android system based on OpenGL 2.0.
    https://github.com/eschao/android-PageFlip
  56. CircularAnim Android ripple animation helper, easy to create Circular Reveal. | Android水波动画帮助类,轻松实现View show/hide/startActivity()特效。(0.3.3)
    https://github.com/XunMengWinter/CircularAnim
  57. Particle It's a cool animation which can use in splash or somewhere else.
    https://github.com/JeasonWong/Particle
  58. RxAnimations Repository for android animations Rx wrapper
    https://github.com/0ximDigital/RxAnimations
  59. android-slidingactivity Android library which allows you to swipe down from an activity to close it.
    https://github.com/klinker41/android-slidingactivity
  60. ActSwitchAnimTool ActSwitchAnimTool make the Animation easy to implements, and it compat the version of Android 4.0 or above.
    https://github.com/Yellow5A5/ActSwitchAnimTool
  61. AnimatedRecordingView Android animated recording view
    https://github.com/HeZaiJin/AnimatedRecordingView

Network

  1. android-async-http An Asynchronous HTTP Library for Android
    https://github.com/loopj/android-async-http
  2. okhttp An HTTP+SPDY client for Android and Java applications.
    https://github.com/square/okhttp
  3. retrofit Type-safe REST client for Android and Java by Square, Inc.
    https://github.com/square/retrofit
  4. AndroidAsync Asynchronous socket, http (client+server), websocket, and socket.io library for android. Based on nio, not threads.
    https://github.com/koush/AndroidAsync
  5. async-http-client Asynchronous Http and WebSocket Client library for Java
    https://github.com/AsyncHttpClient/async-http-client
  6. http-request Java HTTP Request Library
    https://github.com/kevinsawicki/http-request
  7. android-upload-service Easily upload files (FTP / Multipart / Binary) in the background with progress indication notification. Supports OkHttp and Hurl stack. Can be extended with custom network layers and custom upload types
    https://github.com/gotev/android-upload-service
  8. node-android Run Node.js on Android
    https://github.com/InstantWebP2P/node-android
  9. android-lite-http Arrow(LiteHttp) is a simple, intelligent and flexible HTTP client for Android.
    https://github.com/litesuits/android-lite-http
  10. 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
  11. unirest-java Unirest in Java: Simplified, lightweight HTTP client library.
    https://github.com/mashape/unirest-java/
  12. wasp Android Network Solution
    https://github.com/orhanobut/wasp
  13. NetworkEvents Android library listening network connection state and change of the Wifi signal strength
    https://github.com/pwittchen/NetworkEvents
  14. LiteHttp LiteHttp is a simple, intelligent and flexible HTTP framework for Android. With LiteHttp you can make HTTP request with only one line of code! It could convert a java model to the parameter and rander the response JSON as a java model intelligently. http://litesuits.com?form=ghttp
    https://github.com/litesuits/android-lite-http
  15. AndNet AndNet是一个Android开中中二次封装的网络框架 http://blog.csdn.net/qibin0506/article/details/50127223
    https://github.com/qibin0506/AndNet
  16. AndroidNetworking Android Networking is a powerful library for doing any type of networking in Android applications.
    https://github.com/amitshekhariitbhu/AndroidNetworking
  17. HttpAgent A perfectically simple library to manage http requests.
    https://github.com/studioidan/HttpAgent
  18. okhttp-json-mock Mock your datas for Okhttp and Retrofit in json format in just a few moves.
    https://github.com/mirrajabi/okhttp-json-mock

Task/Job

  1. LiteAsync An ameliorative, enhanced AsyncTask for Android. LiteAsync provides SimpleTask, SafeTask, CachedTask, etc, for rapid development. More convenient is, it has a TaskExecutor which can executes ordered, cyclicbarrier, delayed and timer Task.
    https://github.com/litesuits/android-lite-async

results matching ""

    No results matching ""