Skip to content

Commit f55202d

Browse files
committed
Added new libraries
1 parent 87b900d commit f55202d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,9 +218,10 @@ and Android apps
218218

219219
### Utilities
220220

221-
* [Android Crop](https://github.com/jdamcd/android-crop) - Android library project for cropping images
222221
* [AndroidUtilCode](https://github.com/Blankj/AndroidUtilCode) - Android developers should collect the following utils(updating)
223222
* [Android Annotations](https://github.com/androidannotations/androidannotations) - Fast Android Development. Easy maintainance
223+
* [Android Crop](https://github.com/jdamcd/android-crop) - Android library project for cropping images
224+
* [Android In-App Billing V3](https://github.com/anjlab/android-inapp-billing-v3) - A lightweight implementation of Android In-app Billing Version 3
224225
* [Android Saripaar](https://github.com/ragunathjawahar/android-saripaar) - UI form validation library for Android
225226
* [Android Weak Handler](https://github.com/badoo/android-weak-handler) - Memory safer implementation of android.os.Handler
226227
* [Ason](https://github.com/afollestad/ason) - JSON in Java made easy! Catch less exceptions, serialize/deserialize with ease, plus some other useful tricks and conveniences
@@ -245,6 +246,7 @@ and Android apps
245246

246247
* [EventBus](https://github.com/greenrobot/EventBus) - Android optimized event bus that simplifies communication between Activities, Fragments, Threads, Services, etc. Less code, better quality
247248
* [Lightweight Stream API](https://github.com/aNNiMON/Lightweight-Stream-API) - Stream API from Java 8 rewritten on iterators for Java 7 and below
249+
* [Optional](https://github.com/MrHadiSatrio/Optional) - Java 8 Optional-like APIs for everyone
248250
* [RetroLambda](https://github.com/evant/gradle-retrolambda) - A Gradle plugin for getting Java lambda support in Java 6, 7 and android
249251
* [RxAndroid](https://github.com/ReactiveX/RxAndroid) – This module adds the minimum classes to RxJava that make writing reactive components in Android applications easy and hassle-free. More specifically, it provides a Scheduler that schedules on the main thread or any given Looper.
250252
* [RxBinding](https://github.com/JakeWharton/RxBinding) - RxJava binding APIs for Android's UI widgets

0 commit comments

Comments
 (0)