From 31fe53f80f898270b7111246bc72c2180c05411d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar?= Date: Wed, 16 Apr 2014 13:10:43 +0200 Subject: [PATCH 01/60] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 5cf440e..163d45d 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ Collection if libraries starred during some years of Android Development. Here i      |          |---[ActionBar](#actionbar)      |          |---[Sliding Views](#slidingviews)      |          |---[Other](#otherwidgets) +     |---[Toasts](#toastsui)      |---[Animation](#animationui)      |          |---[Parallax](#parallaxui)      |          |---[Other](#otheranimation) @@ -103,6 +104,7 @@ Collection if libraries starred during some years of Android Development. Here i | :----------: | :--------: | [Flabby ListView](https://github.com/jpardogo/FlabbyListView) | Android library to display a ListView which cells are not rigid but flabby and react to ListView scroll and touch events [Dob List](https://github.com/bilalsammour/DobList) | DobLis is an Open Source Android library that provides to ListView adding ProgressBar (or any view) to the footer of ListView to be shown in loading more, and callback that is called when reaching last item in ListView +[Swipe ListView](https://github.com/47deg/android-swipelistview) | An Android List View implementation with support for drawable cells and many other swipe related features ###### SeekBar @@ -148,6 +150,12 @@ Collection if libraries starred during some years of Android Development. Here i [FreeFlow](https://github.com/Comcast/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 [Draggable Panel](https://github.com/pedrovgs/DraggablePanel) | Android library used to create an awesome Android UI based on a draggable element similar to the last YouTube graphic component +#### Toasts + +| Title | Description | +| :----------: | :--------: | +[Super Toasts](https://github.com/JohnPersano/SuperToasts) | A library that extends the Android toast framework + #### Animation ###### Parallax @@ -211,6 +219,7 @@ Collection if libraries starred during some years of Android Development. Here i [Android Volley](https://github.com/mcxiaoke/android-volley) | Android Volley Mirror [Retrofit](https://github.com/square/retrofit) | Type-safe REST client for Android and Java by Square, Inc [OkHttp](https://github.com/square/okhttp) | An HTTP+SPDY client for Android and Java applications +[KSOAP 2](https://code.google.com/p/ksoap2-android/) | Lightweight and efficient SOAP client library for the Android platform ### Tasks From 417567d4794f79f3809f21d440ad83c2a70629bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar?= Date: Thu, 17 Apr 2014 01:15:38 +0200 Subject: [PATCH 02/60] Update README.md --- README.md | 28 +++++++++++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 163d45d..b5a1d75 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ Collection if libraries starred during some years of Android Development. Here i      |          |---[ActionBar](#actionbar)      |          |---[Sliding Views](#slidingviews)      |          |---[Other](#otherwidgets) +     |---[Dialogs](#dialogsui)      |---[Toasts](#toastsui)      |---[Animation](#animationui)      |          |---[Parallax](#parallaxui) @@ -52,7 +53,9 @@ Collection if libraries starred during some years of Android Development. Here i [OPEN SOURCE APPS](#opensourceapps) *** -    [Chat](#chat) +    [P2P](#peertopeerapps) +    [Chat](#chatapps) +    [Other](#otherapps)


@@ -150,6 +153,12 @@ Collection if libraries starred during some years of Android Development. Here i [FreeFlow](https://github.com/Comcast/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 [Draggable Panel](https://github.com/pedrovgs/DraggablePanel) | Android library used to create an awesome Android UI based on a draggable element similar to the last YouTube graphic component +####
Dialogs + +| Title | Description | +| :----------: | :--------: | +[Update Checker](https://github.com/rampo/UpdateChecker) | Increase your app's updates + #### Toasts | Title | Description | @@ -297,11 +306,24 @@ Collection if libraries starred during some years of Android Development. Here i ## Open Source Apps -### Chat +### P2P + +| Title | Description | +| :----------: | :--------: | +[Transdroid](https://github.com/erickok/transdroid) | Manage your torrents from your Android device + +### Chat + +| Title | Description | +| :----------: | :--------: | +[Conversations](https://github.com/siacs/Conversations) | Conversations is an open source XMPP (formally known as Jabber) client for Android 4.0+ smart phones + +### Other | Title | Description | | :----------: | :--------: | -| [Conversations](https://github.com/siacs/Conversations) | +[Gaug.es Android](https://github.com/fastestforward/gauges-android) | Gaug.es Android App +[White House Android](https://github.com/WhiteHouse/wh-app-android) | White House application for Android

From aa379f1bac9361a7baf3c062d76f84644ab254aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar?= Date: Thu, 17 Apr 2014 01:49:58 +0200 Subject: [PATCH 03/60] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b5a1d75..d6eec54 100644 --- a/README.md +++ b/README.md @@ -306,6 +306,12 @@ Collection if libraries starred during some years of Android Development. Here i ##
Open Source Apps +### Camera + +| Title | Description | +| :----------: | :--------: | +[PhotoUp](https://github.com/chrisbanes/photup) | + ### P2P | Title | Description | From a2100faa052c29b43ce40793dff69da21da9e13f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar?= Date: Thu, 17 Apr 2014 01:50:56 +0200 Subject: [PATCH 04/60] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d6eec54..2155372 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ Collection if libraries starred during some years of Android Development. Here i [OPEN SOURCE APPS](#opensourceapps) *** +    [Camera](#cameraapps)     [P2P](#peertopeerapps)     [Chat](#chatapps)     [Other](#otherapps) From 42883d1035c9c11ab977a9357e3af4fdc4521209 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar?= Date: Thu, 17 Apr 2014 01:55:53 +0200 Subject: [PATCH 05/60] Update README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2155372..d67890d 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ Collection if libraries starred during some years of Android Development. Here i     [Testing](#testing)     [Reverse Engineering](#reverseengineering)     [Bluetooth](#bluetooth) +    [File Pickers](#filepickers)
[EXAMPLES](#examples) @@ -58,8 +59,7 @@ Collection if libraries starred during some years of Android Development. Here i     [Chat](#chatapps)     [Other](#otherapps)
- -

+
##
Libraries @@ -265,6 +265,12 @@ Collection if libraries starred during some years of Android Development. Here i | :----------: | :--------: | [JadX](https://github.com/skylot/jadx) | Dex to Java decompiler +### File Pickers + +| Title | Description | +| :----------: | :--------: | +[NoNonSense File Picker](https://github.com/spacecowboy/NoNonsense-FilePicker) | A file/directory-picker for android. Implemented as a library project + ### Bluetooth | Title | Description | From dbe6942ad8e0d3855a3fca46a4619a66f6d6ae9d Mon Sep 17 00:00:00 2001 From: yanghui Date: Thu, 17 Apr 2014 14:57:22 +0800 Subject: [PATCH 06/60] add some actionbar library --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d67890d..d155194 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,11 @@ Collection if libraries starred during some years of Android Development. Here i | Title | Description | | :----------: | :--------: | [Not Boring ActionBar](https://github.com/flavienlaurent/NotBoringActionBar) | News Stand app makes the ActionBar not boring! +[GlassActionBar](https://github.com/ManuelPeinado/GlassActionBar) | Android - a library that adds a glass-like effect to the action bar. +[FadingActionBar](https://github.com/ManuelPeinado/FadingActionBar) | Android library implementing a fading effect for the action bar, similar to the one found in the Play Music app +[ActionBarSherlock](https://github.com/JakeWharton/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. +[ActionBar-PullToRefresh](https://github.com/chrisbanes/ActionBar-PullToRefresh) | +A modern implementation of the pull-to-refresh interaction for #android ###### Sliding Views From 844f4a734eacabbe0296e3fe2c977362cd5e9ff9 Mon Sep 17 00:00:00 2001 From: yanghui Date: Thu, 17 Apr 2014 15:00:36 +0800 Subject: [PATCH 07/60] add edittext library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d155194..938f070 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,7 @@ Collection if libraries starred during some years of Android Development. Here i | Title | Description | | :----------: | :--------: | [Float Label EditText](https://github.com/wrapp/floatlabelededittext) | Floating hint from edit text +[EditTextMentions](https://github.com/pepibumur/EditTextMentions) | EditText subclass with mentions detection ( like Facebook or Twitter ) ###### ImageView From 52c71ad36cb13547e56db3d25b508ea3321dc973 Mon Sep 17 00:00:00 2001 From: yanghui Date: Thu, 17 Apr 2014 15:03:18 +0800 Subject: [PATCH 08/60] add imageview library --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 938f070..1db04b6 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,8 @@ Collection if libraries starred during some years of Android Development. Here i | :----------: | :--------: | [Ken Burns View](https://github.com/flavioarfaria/KenBurnsView) | Android ImageViews animated by Ken Burns Effect [PhotoView](https://github.com/chrisbanes/PhotoView) | Implementation of ImageView for Android that supports zooming, by various touch gestures +[CircleImageView](https://github.com/hdodenhof/CircleImageView) | A circular ImageView for Android +[CustomShapeImageView](https://github.com/MostafaGazar/CustomShapeImageView) | Custom shape ImageView using PorterDuffXfermode with paint shapes and SVGs ###### ProgressBar From 16ca29b78a089efd3bfce82708a6be4530080f25 Mon Sep 17 00:00:00 2001 From: yanghui Date: Thu, 17 Apr 2014 15:06:02 +0800 Subject: [PATCH 09/60] add progressbar library --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1db04b6..cd5cd86 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,8 @@ Collection if libraries starred during some years of Android Development. Here i | :----------: | :--------: | [Holo Circular ProgressBar](https://github.com/passsy/android-HoloCircularProgressBar) | is a Custom View implementation for Android you might know from the Android Clock [Google ProgressBar](https://github.com/jpardogo/GoogleProgressBar) | Android library to display progress like google does in some of his services -[Smooth ProgressBar](https://github.com/castorflex/SmoothProgressBar) | A small Android library allowing you to have a smooth and customizable horizontal indeterminate ProgressBar +[Smooth ProgressBar](https://github.com/castorflex/SmoothProgressBar) | A small Android library allowing you to have a smooth and customizable horizontal indeterminate ProgressBar +[ProgressWheel](https://github.com/Todd-Davies/ProgressWheel) | A progress wheel for android, intended for use instead of the standard progress bar. ###### ListView From b19b7301a98bcceeb7a46f0616f556d0c477e005 Mon Sep 17 00:00:00 2001 From: yanghui Date: Thu, 17 Apr 2014 15:07:31 +0800 Subject: [PATCH 10/60] add dialog library --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cd5cd86..9513d96 100644 --- a/README.md +++ b/README.md @@ -168,6 +168,8 @@ A modern implementation of the pull-to-refresh interaction for #android | Title | Description | | :----------: | :--------: | [Update Checker](https://github.com/rampo/UpdateChecker) | Increase your app's updates +[android-styled-dialogs](https://github.com/inmite/android-styled-dialogs) | A simple library for styling Android dialogs in the Holo theme. It also removes boilerplate code for displaying simple dialogs. + #### Toasts From dfcd16b5841594ec3ab56f9834c3a41c5a9751ab Mon Sep 17 00:00:00 2001 From: yanghui Date: Thu, 17 Apr 2014 15:08:58 +0800 Subject: [PATCH 11/60] add network library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9513d96..03adb2e 100644 --- a/README.md +++ b/README.md @@ -241,6 +241,7 @@ A modern implementation of the pull-to-refresh interaction for #android [Retrofit](https://github.com/square/retrofit) | Type-safe REST client for Android and Java by Square, Inc [OkHttp](https://github.com/square/okhttp) | An HTTP+SPDY client for Android and Java applications [KSOAP 2](https://code.google.com/p/ksoap2-android/) | Lightweight and efficient SOAP client library for the Android platform +[android-async-http](https://github.com/loopj/android-async-http) | An Asynchronous HTTP Library for Android ### Tasks From ed60d896130d46ab8cbfbb5966a40f7e288b40de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar?= Date: Thu, 17 Apr 2014 12:39:23 +0200 Subject: [PATCH 12/60] Update README.md --- README.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 03adb2e..ebb11be 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ Collection if libraries starred during some years of Android Development. Here i | Title | Description | | :----------: | :--------: | [Float Label EditText](https://github.com/wrapp/floatlabelededittext) | Floating hint from edit text -[EditTextMentions](https://github.com/pepibumur/EditTextMentions) | EditText subclass with mentions detection ( like Facebook or Twitter ) +[EditText Mentions](https://github.com/pepibumur/EditTextMentions) | EditText subclass with mentions detection (like Facebook or Twitter) ###### ImageView @@ -94,8 +94,8 @@ Collection if libraries starred during some years of Android Development. Here i | :----------: | :--------: | [Ken Burns View](https://github.com/flavioarfaria/KenBurnsView) | Android ImageViews animated by Ken Burns Effect [PhotoView](https://github.com/chrisbanes/PhotoView) | Implementation of ImageView for Android that supports zooming, by various touch gestures -[CircleImageView](https://github.com/hdodenhof/CircleImageView) | A circular ImageView for Android -[CustomShapeImageView](https://github.com/MostafaGazar/CustomShapeImageView) | Custom shape ImageView using PorterDuffXfermode with paint shapes and SVGs +[Circle ImageView](https://github.com/hdodenhof/CircleImageView) | A circular ImageView for Android +[Custom Shape ImageView](https://github.com/MostafaGazar/CustomShapeImageView) | Custom shape ImageView using PorterDuffXfermode with paint shapes and SVGs ###### ProgressBar @@ -104,7 +104,7 @@ Collection if libraries starred during some years of Android Development. Here i [Holo Circular ProgressBar](https://github.com/passsy/android-HoloCircularProgressBar) | is a Custom View implementation for Android you might know from the Android Clock [Google ProgressBar](https://github.com/jpardogo/GoogleProgressBar) | Android library to display progress like google does in some of his services [Smooth ProgressBar](https://github.com/castorflex/SmoothProgressBar) | A small Android library allowing you to have a smooth and customizable horizontal indeterminate ProgressBar -[ProgressWheel](https://github.com/Todd-Davies/ProgressWheel) | A progress wheel for android, intended for use instead of the standard progress bar. +[Progress Wheel](https://github.com/Todd-Davies/ProgressWheel) | A progress wheel for android, intended for use instead of the standard progress bar ###### ListView @@ -118,7 +118,7 @@ Collection if libraries starred during some years of Android Development. Here i | Title | Description | | :----------: | :--------: | -[StartPoint SeekBar](https://github.com/vashisthg/StartPointSeekBar) | StartPointSeekBar is a custom view for the Android platform that makes it possible to have a SeekBar to have custom start point +[Start Point SeekBar](https://github.com/vashisthg/StartPointSeekBar) | StartPointSeekBar is a custom view for the Android platform that makes it possible to have a SeekBar to have custom start point ###### GridView @@ -137,11 +137,9 @@ Collection if libraries starred during some years of Android Development. Here i | Title | Description | | :----------: | :--------: | [Not Boring ActionBar](https://github.com/flavienlaurent/NotBoringActionBar) | News Stand app makes the ActionBar not boring! -[GlassActionBar](https://github.com/ManuelPeinado/GlassActionBar) | Android - a library that adds a glass-like effect to the action bar. -[FadingActionBar](https://github.com/ManuelPeinado/FadingActionBar) | Android library implementing a fading effect for the action bar, similar to the one found in the Play Music app -[ActionBarSherlock](https://github.com/JakeWharton/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. -[ActionBar-PullToRefresh](https://github.com/chrisbanes/ActionBar-PullToRefresh) | -A modern implementation of the pull-to-refresh interaction for #android +[Glass ActionBar](https://github.com/ManuelPeinado/GlassActionBar) | A library that adds a glass-like effect to the action bar +[Fading ActionBar](https://github.com/ManuelPeinado/FadingActionBar) | Android library implementing a fading effect for the action bar, similar to the one found in the Play Music app +[ActionBar PullToRefresh](https://github.com/chrisbanes/ActionBar-PullToRefresh) | A modern implementation of the pull-to-refresh interaction for #android ###### Sliding Views @@ -168,7 +166,7 @@ A modern implementation of the pull-to-refresh interaction for #android | Title | Description | | :----------: | :--------: | [Update Checker](https://github.com/rampo/UpdateChecker) | Increase your app's updates -[android-styled-dialogs](https://github.com/inmite/android-styled-dialogs) | A simple library for styling Android dialogs in the Holo theme. It also removes boilerplate code for displaying simple dialogs. +[Android Style Dialogs](https://github.com/inmite/android-styled-dialogs) | A simple library for styling Android dialogs in the Holo theme. It also removes boilerplate code for displaying simple dialogs #### Toasts @@ -241,7 +239,7 @@ A modern implementation of the pull-to-refresh interaction for #android [Retrofit](https://github.com/square/retrofit) | Type-safe REST client for Android and Java by Square, Inc [OkHttp](https://github.com/square/okhttp) | An HTTP+SPDY client for Android and Java applications [KSOAP 2](https://code.google.com/p/ksoap2-android/) | Lightweight and efficient SOAP client library for the Android platform -[android-async-http](https://github.com/loopj/android-async-http) | An Asynchronous HTTP Library for Android +[Android Async Http](https://github.com/loopj/android-async-http) | An Asynchronous HTTP Library for Android ### Tasks From 736d671bbb9a9328dda901e89b2339c478511743 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar?= Date: Fri, 18 Apr 2014 01:37:16 +0200 Subject: [PATCH 13/60] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index ebb11be..4c1df98 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ Collection if libraries starred during some years of Android Development. Here i      |---[Camera](#cameraui)      |---[Other](#otherui)     [Social](#social) +    [DB & Preferences](#database)     [Network](#network)     [Tasks](#tasks)     [Open GL](#opengl) @@ -229,6 +230,14 @@ Collection if libraries starred during some years of Android Development. Here i [Twitter Android SDK](https://github.com/sephiroth74/TwitterAndroidSDK) | Twitter SDK for Android, using Twitter4j [Facebook Android SDK](https://github.com/facebook/facebook-android-sdk) | Use the Facebook SDK for Android to integrate with Facebook, help build engaging social apps +### DB & Preferences + +[Android SQLite Asset Helper](https://github.com/jgilfelt/android-sqlite-asset-helper) | An Android helper class to manage database creation and version management using an application's raw asset files +[Cupboard](https://bitbucket.org/qbusict/cupboard) | Cupboard for Android is simple persistence that gets out of your way and is easy to add to your existing code base +[Sprinkles](https://github.com/emilsjolander/sprinkles) | Sprinkles is a boiler-plate-reduction-library for dealing with databases in android applications +[Esperandro](https://github.com/dkunzler/esperandro) | Easy SharedPreference Engine for Android +[Sugar](https://github.com/satyan/sugar) | Insanely easy way to work with Android Database. http://satyan.github.com/sugar/ + ### Network | Title | Description | From ac04ad79c20ddf85d98fedb78ae9cdca3159bb48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar?= Date: Fri, 18 Apr 2014 01:38:43 +0200 Subject: [PATCH 14/60] fixed DB structure --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4c1df98..c5673ed 100644 --- a/README.md +++ b/README.md @@ -232,6 +232,8 @@ Collection if libraries starred during some years of Android Development. Here i ### DB & Preferences +| Title | Description | +| :----------: | :--------: | [Android SQLite Asset Helper](https://github.com/jgilfelt/android-sqlite-asset-helper) | An Android helper class to manage database creation and version management using an application's raw asset files [Cupboard](https://bitbucket.org/qbusict/cupboard) | Cupboard for Android is simple persistence that gets out of your way and is easy to add to your existing code base [Sprinkles](https://github.com/emilsjolander/sprinkles) | Sprinkles is a boiler-plate-reduction-library for dealing with databases in android applications From 04c737b6d1bc3f4e49aaf649118f32522dd81a58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar?= Date: Fri, 18 Apr 2014 01:42:36 +0200 Subject: [PATCH 15/60] changed title --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c5673ed..79eae3d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -Some useful libraries and samples for Android -============================================= +Some useful libraries, samples, tools & Open Source apps for Android +==================================================================== Collection if libraries starred during some years of Android Development. Here is the definitely list of android Open Source libraries From febfd66f53f141cf22c635528466d65ccb54e15c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar?= Date: Fri, 18 Apr 2014 01:52:13 +0200 Subject: [PATCH 16/60] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 79eae3d..3988cad 100644 --- a/README.md +++ b/README.md @@ -239,6 +239,8 @@ Collection if libraries starred during some years of Android Development. Here i [Sprinkles](https://github.com/emilsjolander/sprinkles) | Sprinkles is a boiler-plate-reduction-library for dealing with databases in android applications [Esperandro](https://github.com/dkunzler/esperandro) | Easy SharedPreference Engine for Android [Sugar](https://github.com/satyan/sugar) | Insanely easy way to work with Android Database. http://satyan.github.com/sugar/ +[Secure Preferences](https://github.com/scottyab/secure-preferences) | Android SharedPreference wrapper that encrypts 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 +[AES Secure Preferences](https://github.com/chrisjenx/android-secure-preferences) | Secure AES Encryiption decorated Android Shared Preferences implementation ### Network From 29a08894b23e38e80d99377c17674a459702c7c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar?= Date: Fri, 18 Apr 2014 22:57:12 +0200 Subject: [PATCH 17/60] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 3988cad..9c81f6d 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,10 @@ Collection if libraries starred during some years of Android Development. Here i [Flabby ListView](https://github.com/jpardogo/FlabbyListView) | Android library to display a ListView which cells are not rigid but flabby and react to ListView scroll and touch events [Dob List](https://github.com/bilalsammour/DobList) | DobLis is an Open Source Android library that provides to ListView adding ProgressBar (or any view) to the footer of ListView to be shown in loading more, and callback that is called when reaching last item in ListView [Swipe ListView](https://github.com/47deg/android-swipelistview) | An Android List View implementation with support for drawable cells and many other swipe related features +[Multi Choice Adapter](https://github.com/ManuelPeinado/MultiChoiceAdapter) | A ListView adapter with support for multiple choice modal selection +[Jazzy ListView](https://github.com/twotoasters/JazzyListView) | JazzyListView is an extension of ListView designed to animate list item views as they become visible +[ListView Animations](https://github.com/nhaarman/ListViewAnimations) | An Android library which allows developers to easily add animations to ListView items +[Slide Expandable ListView](https://github.com/tjerkw/Android-SlideExpandableListView) | A better ExpandableListView, with animated expandable views for each list item ###### SeekBar @@ -196,6 +200,11 @@ Collection if libraries starred during some years of Android Development. Here i [Ken Burns View](https://github.com/flavioarfaria/KenBurnsView) * | Android ImageViews animated by Ken Burns Effect [Draggable Panel](https://github.com/pedrovgs/DraggablePanel) * | Android library used to create an awesome Android UI based on a draggable element similar to the last YouTube graphic component [DobSliding](https://github.com/Startappz/DobSliding) * | DobSliding is an Open Source Android library that allows developers to develop applications with vertical sliding menus just like the Android notifications menu +[Jazzy ListView](https://github.com/twotoasters/JazzyListView) * | JazzyListView is an extension of ListView designed to animate list item views as they become visible +[ListView Animations](https://github.com/nhaarman/ListViewAnimations) * | An Android library which allows developers to easily add animations to ListView items +[Slide Expandable ListView](https://github.com/tjerkw/Android-SlideExpandableListView) * | A better ExpandableListView, with animated expandable views for each list item +[Sticky List Headers](https://github.com/emilsjolander/StickyListHeaders) | An android library for section headers that stick to the top +[Android ScrollBar Panel](https://github.com/rno/Android-ScrollBarPanel) | Android ScrollBarPanel allows to attach a View to a scroll indicator like it's done in Path 2.0 #### Maps From f1c04512e31f5bd83008e353ababc03f58869a5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar?= Date: Fri, 18 Apr 2014 23:07:39 +0200 Subject: [PATCH 18/60] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9c81f6d..fa733d0 100644 --- a/README.md +++ b/README.md @@ -145,6 +145,7 @@ Collection if libraries starred during some years of Android Development. Here i [Glass ActionBar](https://github.com/ManuelPeinado/GlassActionBar) | A library that adds a glass-like effect to the action bar [Fading ActionBar](https://github.com/ManuelPeinado/FadingActionBar) | Android library implementing a fading effect for the action bar, similar to the one found in the Play Music app [ActionBar PullToRefresh](https://github.com/chrisbanes/ActionBar-PullToRefresh) | A modern implementation of the pull-to-refresh interaction for #android +[Refresh Action Item](https://github.com/ManuelPeinado/RefreshActionItem) | An action bar item which acts both as a refresh button and as a progress indicator ###### Sliding Views From 1d735aecf550070ceec2a83dad05e2196807d813 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar?= Date: Fri, 18 Apr 2014 23:34:27 +0200 Subject: [PATCH 19/60] Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index fa733d0..9857386 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ Collection if libraries starred during some years of Android Development. Here i      |          |---[ImageView](#imageview)      |          |---[ProgressBar](#progressbar)      |          |---[ListView](#listview) +     |          |---[ViewPager](#viewpager)      |          |---[SeekBar](#seekbar)      |          |---[GridView](#gridview)      |          |---[ScrollView](#scrollview) @@ -119,6 +120,15 @@ Collection if libraries starred during some years of Android Development. Here i [ListView Animations](https://github.com/nhaarman/ListViewAnimations) | An Android library which allows developers to easily add animations to ListView items [Slide Expandable ListView](https://github.com/tjerkw/Android-SlideExpandableListView) | A better ExpandableListView, with animated expandable views for each list item +###### ViewPager + +| Title | Description | +| :----------: | :--------: | +[Jazzy ViewPager](https://github.com/jfeinstein10/JazzyViewPager) | An easy to use ViewPager that adds an awesome set of custom swiping animations. Just change your ViewPagers to JazzyViewPagers, two more steps, and you're good to go! +[ViewPager Indicator](https://github.com/JakeWharton/Android-ViewPagerIndicator) | Paging indicator widgets compatible with the ViewPager from the Android Support Library and ActionBarSherlock +[Salvage](https://github.com/JakeWharton/salvage) | Generic view recycler and ViewPager PagerAdapter implementation +[Auto Scroll ViewPager](https://github.com/Trinea/android-auto-scroll-view-pager) | auto scroll ViewPager or ViewPager in ViewPager. http://www.trinea.cn/ + ###### SeekBar | Title | Description | @@ -153,6 +163,8 @@ Collection if libraries starred during some years of Android Development. Here i | :----------: | :--------: | [Android Sliding Up Panel](https://github.com/umano/AndroidSlidingUpPanel) | This type of a panel is a common pattern also used in the Google Music app and the Rdio app [DobSliding](https://github.com/Startappz/DobSliding) | DobSliding is an Open Source Android library that allows developers to develop applications with vertical sliding menus just like the Android notifications menu +[Menu Drawer](https://github.com/SimonVT/android-menudrawer) | A slide-out menu implementation, which allows users to navigate between views in your app. http://simonvt.github.com/android-menudrawer/ +[Sliding Menu](https://github.com/jfeinstein10/SlidingMenu) | An Android library that allows you to easily create applications with slide-in menus ###### Other @@ -166,6 +178,7 @@ Collection if libraries starred during some years of Android Development. Here i [Quilt View Library](https://github.com/jacobmoncur/QuiltViewLibrary) | QuiltView displays views of different sizes in a scrollable grid [FreeFlow](https://github.com/Comcast/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 [Draggable Panel](https://github.com/pedrovgs/DraggablePanel) | Android library used to create an awesome Android UI based on a draggable element similar to the last YouTube graphic component +[Android Reside Menu](https://github.com/SpecialCyCi/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 #### Dialogs From b202911791c5b608fdd20238a70f9926226bdeed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar?= Date: Fri, 18 Apr 2014 23:38:57 +0200 Subject: [PATCH 20/60] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9857386..e85da82 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,7 @@ Collection if libraries starred during some years of Android Development. Here i [ViewPager Indicator](https://github.com/JakeWharton/Android-ViewPagerIndicator) | Paging indicator widgets compatible with the ViewPager from the Android Support Library and ActionBarSherlock [Salvage](https://github.com/JakeWharton/salvage) | Generic view recycler and ViewPager PagerAdapter implementation [Auto Scroll ViewPager](https://github.com/Trinea/android-auto-scroll-view-pager) | auto scroll ViewPager or ViewPager in ViewPager. http://www.trinea.cn/ +[Pager Sliding Tab Strip](https://github.com/astuetz/PagerSlidingTabStrip) | An interactive indicator to navigate between the different pages of a ViewPager ###### SeekBar From 2dc489ebd1306940b0ecd336d14a28c4c0fd6679 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar?= Date: Sat, 19 Apr 2014 00:02:24 +0200 Subject: [PATCH 21/60] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e85da82..ff901fd 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,7 @@ Collection if libraries starred during some years of Android Development. Here i [PhotoView](https://github.com/chrisbanes/PhotoView) | Implementation of ImageView for Android that supports zooming, by various touch gestures [Circle ImageView](https://github.com/hdodenhof/CircleImageView) | A circular ImageView for Android [Custom Shape ImageView](https://github.com/MostafaGazar/CustomShapeImageView) | Custom shape ImageView using PorterDuffXfermode with paint shapes and SVGs +[Rounded ImageView](https://github.com/vinc3m1/RoundedImageView) | a fast ImageView that supports rounded corners and ovals or circles ###### ProgressBar @@ -129,6 +130,8 @@ Collection if libraries starred during some years of Android Development. Here i [Salvage](https://github.com/JakeWharton/salvage) | Generic view recycler and ViewPager PagerAdapter implementation [Auto Scroll ViewPager](https://github.com/Trinea/android-auto-scroll-view-pager) | auto scroll ViewPager or ViewPager in ViewPager. http://www.trinea.cn/ [Pager Sliding Tab Strip](https://github.com/astuetz/PagerSlidingTabStrip) | An interactive indicator to navigate between the different pages of a ViewPager +[Numeric Page Indicator](https://github.com/ManuelPeinado/NumericPageIndicator) | A ViewPager page indicator that displays the current page number and (optionally) the page count +[Wizard Pager](https://github.com/TechFreak/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://code.google.com/p/romannurik-code/source/browse/misc/wizardpager) ###### SeekBar @@ -166,6 +169,7 @@ Collection if libraries starred during some years of Android Development. Here i [DobSliding](https://github.com/Startappz/DobSliding) | DobSliding is an Open Source Android library that allows developers to develop applications with vertical sliding menus just like the Android notifications menu [Menu Drawer](https://github.com/SimonVT/android-menudrawer) | A slide-out menu implementation, which allows users to navigate between views in your app. http://simonvt.github.com/android-menudrawer/ [Sliding Menu](https://github.com/jfeinstein10/SlidingMenu) | An Android library that allows you to easily create applications with slide-in menus +[Side Navigation](https://github.com/johnkil/SideNavigation) | Implementation of "SIde Navigation" or "Fly-in app menu" pattern for Android (based on Google+ app). http://johnkil.github.com/SideNavigation ###### Other @@ -194,6 +198,8 @@ Collection if libraries starred during some years of Android Development. Here i | Title | Description | | :----------: | :--------: | [Super Toasts](https://github.com/JohnPersano/SuperToasts) | A library that extends the Android toast framework +[Message Bar](https://github.com/simonvt/messagebar) | An Android Toast replacement, similar to the one seen in the GMail app. http://simonvt.github.com/MessageBar/ +[Undo Bar](https://github.com/soarcn/UndoBar) | The UI component for Android advanced UI pattern undo-bar, used in Gmail app, create by Roman Nurik. http://soarcn.github.io/UndoBar #### Animation From 387b2159b87d4183a5c2a437ccc95dec457a0970 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar?= Date: Sat, 19 Apr 2014 00:12:47 +0200 Subject: [PATCH 22/60] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ff901fd..6bd40db 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,7 @@ Collection if libraries starred during some years of Android Development. Here i [Circle ImageView](https://github.com/hdodenhof/CircleImageView) | A circular ImageView for Android [Custom Shape ImageView](https://github.com/MostafaGazar/CustomShapeImageView) | Custom shape ImageView using PorterDuffXfermode with paint shapes and SVGs [Rounded ImageView](https://github.com/vinc3m1/RoundedImageView) | a fast ImageView that supports rounded corners and ovals or circles +[Flip ImageView](https://github.com/castorflex/FlipImageView) | Small android lib allowing you to make a flip imageview easily, by extending FlipImageView ###### ProgressBar @@ -144,6 +145,7 @@ Collection if libraries starred during some years of Android Development. Here i | Title | Description | | :----------: | :--------: | [Asymmetric GridView](https://github.com/felipecsl/AsymmetricGridView) | Crazy-ass Android GridView with asymmetric items +[Sticky Grid Headers](https://github.com/TonicArtos/StickyGridHeaders) | An Android Library that makes it easy to make grid views with sectioned data and headers that stick to the top. http://tonicartos.github.io/StickyGridHeaders/ ###### ScrollView @@ -184,6 +186,7 @@ Collection if libraries starred during some years of Android Development. Here i [FreeFlow](https://github.com/Comcast/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 [Draggable Panel](https://github.com/pedrovgs/DraggablePanel) | Android library used to create an awesome Android UI based on a draggable element similar to the last YouTube graphic component [Android Reside Menu](https://github.com/SpecialCyCi/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 +[ShowCase View](https://github.com/amlcurran/ShowcaseView) | Highlight the best bits of your app to users quickly, simply, and cool. http://amlcurran.github.io/ShowcaseView/ #### Dialogs From 6109f385191b287ab5171df74582da90b4d5dcc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar?= Date: Sat, 19 Apr 2014 00:32:21 +0200 Subject: [PATCH 23/60] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6bd40db..96408ca 100644 --- a/README.md +++ b/README.md @@ -386,6 +386,7 @@ Collection if libraries starred during some years of Android Development. Here i | Title | Description | | :----------: | :--------: | [Conversations](https://github.com/siacs/Conversations) | Conversations is an open source XMPP (formally known as Jabber) client for Android 4.0+ smart phones +[Text Secure](https://github.com/WhisperSystems/TextSecure) | A secure text messaging application for Android ### Other From ab5de65d1d41f9e1ee863ccef448041e28b99e75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar?= Date: Sat, 19 Apr 2014 01:53:02 +0200 Subject: [PATCH 24/60] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 96408ca..32228a9 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,7 @@ Collection if libraries starred during some years of Android Development. Here i [Jazzy ListView](https://github.com/twotoasters/JazzyListView) | JazzyListView is an extension of ListView designed to animate list item views as they become visible [ListView Animations](https://github.com/nhaarman/ListViewAnimations) | An Android library which allows developers to easily add animations to ListView items [Slide Expandable ListView](https://github.com/tjerkw/Android-SlideExpandableListView) | A better ExpandableListView, with animated expandable views for each list item +[Swipe ListView](https://github.com/47deg/android-swipelistview) | An Android List View implementation with support for drawable cells and many other swipe related features ###### ViewPager From 611e1a773aa9a5604035c8eb254a7242eb45835d Mon Sep 17 00:00:00 2001 From: Andrew Giang Date: Sat, 19 Apr 2014 10:56:54 -0400 Subject: [PATCH 25/60] Update README.md fix mix up in description for ButterKnife and Robotium --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 32228a9..54873e7 100644 --- a/README.md +++ b/README.md @@ -306,13 +306,13 @@ Collection if libraries starred during some years of Android Development. Here i | Title | Description | | :----------: | :--------: | -[Butterknife](https://github.com/JakeWharton/butterknife) | Like Selenium, but for Android +[Butterknife](https://github.com/JakeWharton/butterknife) | View "injection" library for Android ### Testing | Title | Description | | :----------: | :--------: | -[Robotium](https://github.com/RobotiumTech/robotium) | View "injection" library for Android +[Robotium](https://github.com/RobotiumTech/robotium) | Like Selenium, but for Android [Spoon](https://github.com/square/spoon) | Distributing instrumentation tests to all your Androids [Fest Android](https://github.com/square/fest-android) | A set of FEST assertion helpers geared toward testing Android From a074827c059b5cb994071705806977c8fa58bf82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar?= Date: Tue, 22 Apr 2014 18:08:11 +0200 Subject: [PATCH 26/60] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 54873e7..1e82c7a 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,7 @@ Collection if libraries starred during some years of Android Development. Here i | :----------: | :--------: | [Float Label EditText](https://github.com/wrapp/floatlabelededittext) | Floating hint from edit text [EditText Mentions](https://github.com/pepibumur/EditTextMentions) | EditText subclass with mentions detection (like Facebook or Twitter) +[History EditText](https://github.com/zenlibs/HistoryEditText) | Android EditText that auto-saves previous values and displays them in a dropdown when used again ###### ImageView From d3ace91dc22d6a11f54746e7bc37857824764e1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar?= Date: Thu, 24 Apr 2014 01:05:25 +0200 Subject: [PATCH 27/60] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1e82c7a..2e8e8ed 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Collection if libraries starred during some years of Android Development. Here i      |          |---[ActionBar](#actionbar)      |          |---[Sliding Views](#slidingviews)      |          |---[Other](#otherwidgets) -     |---[Dialogs](#dialogsui) +     |---[Dialogs & Pickers](#dialogspickerssui)      |---[Toasts](#toastsui)      |---[Animation](#animationui)      |          |---[Parallax](#parallaxui) @@ -190,12 +190,14 @@ Collection if libraries starred during some years of Android Development. Here i [Android Reside Menu](https://github.com/SpecialCyCi/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 [ShowCase View](https://github.com/amlcurran/ShowcaseView) | Highlight the best bits of your app to users quickly, simply, and cool. http://amlcurran.github.io/ShowcaseView/ -#### Dialogs +#### Dialogs & Pickers | Title | Description | | :----------: | :--------: | [Update Checker](https://github.com/rampo/UpdateChecker) | Increase your app's updates [Android Style Dialogs](https://github.com/inmite/android-styled-dialogs) | A simple library for styling Android dialogs in the Holo theme. It also removes boilerplate code for displaying simple dialogs +[DateTime Picker](https://github.com/flavienlaurent/datetimepicker) | DateTimePicker is a library which contains the beautiful DatePicker that can be seen in the new Google Agenda app +[Recurrence Picker](https://github.com/Shusshu/Android-RecurrencePicker) | Google Calendar Recurrence picker #### Toasts From 35e348b98bcc1b14b143591d0d5db5715974267b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar?= Date: Thu, 24 Apr 2014 01:05:59 +0200 Subject: [PATCH 28/60] name bugfix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e8e8ed..1c7a757 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Collection if libraries starred during some years of Android Development. Here i      |          |---[ActionBar](#actionbar)      |          |---[Sliding Views](#slidingviews)      |          |---[Other](#otherwidgets) -     |---[Dialogs & Pickers](#dialogspickerssui) +     |---[Dialogs & Pickers](#dialogspickersui)      |---[Toasts](#toastsui)      |---[Animation](#animationui)      |          |---[Parallax](#parallaxui) From 4e72e37c42aca19adbe2d49982a52ea40ba38d3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar?= Date: Thu, 24 Apr 2014 01:11:52 +0200 Subject: [PATCH 29/60] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 1c7a757..ebe5b3e 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ Collection if libraries starred during some years of Android Development. Here i      |---[Validation](#validationui)      |---[Camera](#cameraui)      |---[Other](#otherui) +    [Location](#location)     [Social](#social)     [DB & Preferences](#database)     [Network](#network) @@ -259,6 +260,14 @@ Collection if libraries starred during some years of Android Development. Here i [Shake Detector](https://github.com/tbouron/ShakeDetector) | This library provides a easy way to detect a shake movement using the build-in accelerometer and fire a callback on the UI thread every times it happens [Android Face Cropper](https://github.com/lafosca/AndroidFaceCropper) | Android bitmap Face Cropper +### Location + +| Title | Description | +| :----------: | :--------: | +[Fluffy](https://code.google.com/p/little-fluffy-location-library/) | Battery-friendly background location updates for Android, using Google Play Location where available +[Fused Location](https://github.com/levelup/Android-FusedLocation) | This project aims to bring the Fused location provider to android apps without requiring the Play Services library +[Reactive Location](https://github.com/mcharmas/Android-ReactiveLocation) | Small library that wraps Google Play Service API in brilliant RxJava Observables reducing boilerplate to minimum + ### Social | Title | Description | From 2cba95595157e58791219f813a8fbf78f5317922 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar?= Date: Thu, 24 Apr 2014 01:17:08 +0200 Subject: [PATCH 30/60] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index ebe5b3e..f52ae41 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ Collection if libraries starred during some years of Android Development. Here i [TOOLS](#tools) ***     [Testing](#testingtools) +    [Log](#logtools)
[OPEN SOURCE APPS](#opensourceapps) @@ -378,6 +379,15 @@ Collection if libraries starred during some years of Android Development. Here i | :----------: | | [Quality Tools for Android](https://github.com/stephanenicolas/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 +###
Log + +| Title | +| :----------: | +[Hugo](https://github.com/JakeWharton/hugo) | Annotation-triggered method call logging for your debug builds +[Phone Home](https://github.com/nebulabsnyc/PhoneHome) | PhoneHome is a standalone library that sends logs from remote Android devices to a central server for debugging. PhoneHome requires nothing of end users +[Timber](https://github.com/JakeWharton/timber) | A logger with a small, extensible API which provides utility on top of Android's normal Log class. http://jakewharton.github.io/timber/ +[Debug Log](https://github.com/MustafaFerhan/DebugLog) | Create a simple and more understandable Android logs +

##
Open Source Apps From 4c8329bfa7dbe1038ff66c89217e5cf4030bd352 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar?= Date: Thu, 24 Apr 2014 01:18:36 +0200 Subject: [PATCH 31/60] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f52ae41..fc9fae5 100644 --- a/README.md +++ b/README.md @@ -375,14 +375,14 @@ Collection if libraries starred during some years of Android Development. Here i ### Testing -| Title | -| :----------: | -| [Quality Tools for Android](https://github.com/stephanenicolas/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 +| Title | Description | +| :----------: | :--------: | +[Quality Tools for Android](https://github.com/stephanenicolas/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 ### Log -| Title | -| :----------: | +| Title | Description | +| :----------: | :--------: | [Hugo](https://github.com/JakeWharton/hugo) | Annotation-triggered method call logging for your debug builds [Phone Home](https://github.com/nebulabsnyc/PhoneHome) | PhoneHome is a standalone library that sends logs from remote Android devices to a central server for debugging. PhoneHome requires nothing of end users [Timber](https://github.com/JakeWharton/timber) | A logger with a small, extensible API which provides utility on top of Android's normal Log class. http://jakewharton.github.io/timber/ From 64eb6da5034e1b4358a881e4d14ea3a936a8dda6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar?= Date: Thu, 24 Apr 2014 01:35:35 +0200 Subject: [PATCH 32/60] Update README.md --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/README.md b/README.md index fc9fae5..b751c32 100644 --- a/README.md +++ b/README.md @@ -34,12 +34,14 @@ Collection if libraries starred during some years of Android Development. Here i     [Social](#social)     [DB & Preferences](#database)     [Network](#network) +    [Event Bus](#eventbus)     [Tasks](#tasks)     [Open GL](#opengl)     [Dependency Injection](#dependencyinjection)     [Testing](#testing)     [Reverse Engineering](#reverseengineering)     [Bluetooth](#bluetooth) +    [Scan](#scan)     [File Pickers](#filepickers)
@@ -54,6 +56,7 @@ Collection if libraries starred during some years of Android Development. Here i ***     [Testing](#testingtools)     [Log](#logtools) +    [Localization](#localizationtools)
[OPEN SOURCE APPS](#opensourceapps) @@ -301,6 +304,14 @@ Collection if libraries starred during some years of Android Development. Here i [KSOAP 2](https://code.google.com/p/ksoap2-android/) | Lightweight and efficient SOAP client library for the Android platform [Android Async Http](https://github.com/loopj/android-async-http) | An Asynchronous HTTP Library for Android +###
Event Bus + +| Title | Description | +| :----------: | :--------: | +[Otto](https://github.com/square/otto) | An enhanced Guava-based event bus with emphasis on Android support. +http://square.github.io/otto/ +[EventBus](https://github.com/greenrobot/EventBus) | Android optimized event bus that simplifies communication between Activities, Fragments, Threads, Services, etc. Less code, better quality + ### Tasks | Title | Description | @@ -347,6 +358,14 @@ Collection if libraries starred during some years of Android Development. Here i | :----------: | :--------: | [Android Bluetooth SPP](https://github.com/akexorcist/Android-BluetoothSPPLibrary) | Bluetooth Serial Port Profile which comfortable to developer application to communication with microcontroller via bluetooth +### Scan + +| Title | Description | +| :----------: | :--------: | +[ZXing](https://github.com/zxing/zxing) | Official ZXing ("Zebra Crossing") project home +[ZXing Android Minimal](https://github.com/embarkmobile/zxing-android-minimal) | Port of the ZXing Android application as a minimal Android library project, for embedding in other Android applications +[Barcode Scanner](https://github.com/dm77/barcodescanner) | Barcode Scanner Libraries for Android +

##
Samples @@ -388,6 +407,12 @@ Collection if libraries starred during some years of Android Development. Here i [Timber](https://github.com/JakeWharton/timber) | A logger with a small, extensible API which provides utility on top of Android's normal Log class. http://jakewharton.github.io/timber/ [Debug Log](https://github.com/MustafaFerhan/DebugLog) | Create a simple and more understandable Android logs +### Localization + +| Title | Description | +| :----------: | :--------: | +[DexterApps Translation Util](https://github.com/pranayairan/Dexterapps-Translation-Util) | Automatic String Translation Utility for Android and iOS +

##
Open Source Apps From 18220345b3766224bb2ec0c48c5c350bc85a6675 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar?= Date: Thu, 24 Apr 2014 01:39:42 +0200 Subject: [PATCH 33/60] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index b751c32..989fdc9 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ Collection if libraries starred during some years of Android Development. Here i     [Location](#location)     [Social](#social)     [DB & Preferences](#database) +    [IO](#io)     [Network](#network)     [Event Bus](#eventbus)     [Tasks](#tasks) @@ -220,6 +221,7 @@ Collection if libraries starred during some years of Android Development. Here i | Title | Description | | :----------: | :--------: | [Motion](https://github.com/nvanbenschoten/motion) | An Android library allowing images to exhibit a parallax effect +[Parallax Pager](https://github.com/prolificinteractive/ParallaxPager) | Add some depth to your Android scrolling ###### Other @@ -292,6 +294,13 @@ Collection if libraries starred during some years of Android Development. Here i [Secure Preferences](https://github.com/scottyab/secure-preferences) | Android SharedPreference wrapper that encrypts 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 [AES Secure Preferences](https://github.com/chrisjenx/android-secure-preferences) | Secure AES Encryiption decorated Android Shared Preferences implementation +### IO + +| Title | Description | +| :----------: | :--------: | +[Conceal](https://github.com/facebook/conceal) | Conceal provides easy Android APIs for performing fast encryption and authentication of data, such as that stored on SD cards +http://facebook.github.io/conceal/ + ### Network | Title | Description | From 55bf79854744288fa04317324ac1a018a8aa5ea6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar?= Date: Thu, 24 Apr 2014 01:42:38 +0200 Subject: [PATCH 34/60] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 989fdc9..0722e3a 100644 --- a/README.md +++ b/README.md @@ -298,8 +298,7 @@ Collection if libraries starred during some years of Android Development. Here i | Title | Description | | :----------: | :--------: | -[Conceal](https://github.com/facebook/conceal) | Conceal provides easy Android APIs for performing fast encryption and authentication of data, such as that stored on SD cards -http://facebook.github.io/conceal/ +[Conceal](https://github.com/facebook/conceal) | Conceal provides easy Android APIs for performing fast encryption and authentication of data, such as that stored on SD cards. http://facebook.github.io/conceal/ ### Network @@ -348,6 +347,7 @@ http://square.github.io/otto/ [Robotium](https://github.com/RobotiumTech/robotium) | Like Selenium, but for Android [Spoon](https://github.com/square/spoon) | Distributing instrumentation tests to all your Androids [Fest Android](https://github.com/square/fest-android) | A set of FEST assertion helpers geared toward testing Android +[Double Espresso](https://github.com/JakeWharton/double-espresso) | A pure Gradle port of the Espresso testing utility for Android ### Reverse Engineering @@ -373,6 +373,7 @@ http://square.github.io/otto/ | :----------: | :--------: | [ZXing](https://github.com/zxing/zxing) | Official ZXing ("Zebra Crossing") project home [ZXing Android Minimal](https://github.com/embarkmobile/zxing-android-minimal) | Port of the ZXing Android application as a minimal Android library project, for embedding in other Android applications +[ZXing Fragment](https://github.com/welcu/zxingfragmentlib) | Barcode scanner for Android fragments. Compatible with Android 2.1+ [Barcode Scanner](https://github.com/dm77/barcodescanner) | Barcode Scanner Libraries for Android

From 21217c40cb9c7f02576b22ce6bc1d6177f4ef2ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar?= Date: Tue, 29 Apr 2014 00:00:50 +0200 Subject: [PATCH 35/60] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 0722e3a..b860ca5 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ Collection if libraries starred during some years of Android Development. Here i     [Camera](#cameraapps)     [P2P](#peertopeerapps)     [Chat](#chatapps) +    [Pedometer](#pedometer)     [Other](#otherapps)

@@ -293,6 +294,7 @@ Collection if libraries starred during some years of Android Development. Here i [Sugar](https://github.com/satyan/sugar) | Insanely easy way to work with Android Database. http://satyan.github.com/sugar/ [Secure Preferences](https://github.com/scottyab/secure-preferences) | Android SharedPreference wrapper that encrypts 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 [AES Secure Preferences](https://github.com/chrisjenx/android-secure-preferences) | Secure AES Encryiption decorated Android Shared Preferences implementation +[Snappy DB](https://github.com/nhachicha/SnappyDB) | A key-value database for Android ###
IO @@ -311,6 +313,7 @@ Collection if libraries starred during some years of Android Development. Here i [OkHttp](https://github.com/square/okhttp) | An HTTP+SPDY client for Android and Java applications [KSOAP 2](https://code.google.com/p/ksoap2-android/) | Lightweight and efficient SOAP client library for the Android platform [Android Async Http](https://github.com/loopj/android-async-http) | An Asynchronous HTTP Library for Android +[SSL TrustKiller](https://github.com/iSECPartners/Android-SSL-TrustKiller) | Bypass SSL certificate pinning for most applications ### Event Bus @@ -446,6 +449,12 @@ http://square.github.io/otto/ [Conversations](https://github.com/siacs/Conversations) | Conversations is an open source XMPP (formally known as Jabber) client for Android 4.0+ smart phones [Text Secure](https://github.com/WhisperSystems/TextSecure) | A secure text messaging application for Android +### Pedometer + +| Title | Description | +| :----------: | :--------: | +[Step Counter](https://github.com/PaitoAnderson/StepCounter) | A Step Counter for Android KitKat devices with Built-in Pedometers + ### Other | Title | Description | From 5d22a385895a7088b00635bbe11078360194c0a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar?= Date: Thu, 1 May 2014 20:43:28 +0200 Subject: [PATCH 36/60] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b860ca5..156d58c 100644 --- a/README.md +++ b/README.md @@ -211,6 +211,7 @@ Collection if libraries starred during some years of Android Development. Here i | Title | Description | | :----------: | :--------: | +[Android AppMsg](https://github.com/johnkil/Android-AppMsg) | In-layout notifications. Based on Toast notifications and article by Cyril Mottier (http://android.cyrilmottier.com/?p=773) [Super Toasts](https://github.com/JohnPersano/SuperToasts) | A library that extends the Android toast framework [Message Bar](https://github.com/simonvt/messagebar) | An Android Toast replacement, similar to the one seen in the GMail app. http://simonvt.github.com/MessageBar/ [Undo Bar](https://github.com/soarcn/UndoBar) | The UI component for Android advanced UI pattern undo-bar, used in Gmail app, create by Roman Nurik. http://soarcn.github.io/UndoBar From a395c40fd27b5f2bb45b8ea8254fd5340ded2637 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar?= Date: Sat, 3 May 2014 00:12:59 +0200 Subject: [PATCH 37/60] Update README.md --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 156d58c..463ebce 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,8 @@ Collection if libraries starred during some years of Android Development. Here i     [Camera](#cameraapps)     [P2P](#peertopeerapps)     [Chat](#chatapps) -    [Pedometer](#pedometer) +    [Pedometer](#pedometerapps) +    [NFC](#nfcapps)     [Other](#otherapps)

@@ -450,12 +451,18 @@ http://square.github.io/otto/ [Conversations](https://github.com/siacs/Conversations) | Conversations is an open source XMPP (formally known as Jabber) client for Android 4.0+ smart phones [Text Secure](https://github.com/WhisperSystems/TextSecure) | A secure text messaging application for Android -###
Pedometer +### Pedometer | Title | Description | | :----------: | :--------: | [Step Counter](https://github.com/PaitoAnderson/StepCounter) | A Step Counter for Android KitKat devices with Built-in Pedometers +### NFC + +| Title | Description | +| :----------: | :--------: | +[Farebot](https://github.com/codebutler/farebot) | Read data from public transit cards using your NFC Android phone! + ### Other | Title | Description | From d3e84fb83d4bd282f45125cf003807ae0c454119 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar?= Date: Sun, 4 May 2014 23:30:26 +0200 Subject: [PATCH 38/60] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 463ebce..662382a 100644 --- a/README.md +++ b/README.md @@ -197,6 +197,8 @@ Collection if libraries starred during some years of Android Development. Here i [Draggable Panel](https://github.com/pedrovgs/DraggablePanel) | Android library used to create an awesome Android UI based on a draggable element similar to the last YouTube graphic component [Android Reside Menu](https://github.com/SpecialCyCi/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 [ShowCase View](https://github.com/amlcurran/ShowcaseView) | Highlight the best bits of your app to users quickly, simply, and cool. http://amlcurran.github.io/ShowcaseView/ +[Foldable Layout](https://github.com/alexvasilkov/FoldableLayout) | Android widgets to implement folding animation +[Image Layout](https://github.com/ManuelPeinado/ImageLayout) | Android - A layout that arranges its children in relation to a background image #### Dialogs & Pickers @@ -243,6 +245,7 @@ Collection if libraries starred during some years of Android Development. Here i [Slide Expandable ListView](https://github.com/tjerkw/Android-SlideExpandableListView) * | A better ExpandableListView, with animated expandable views for each list item [Sticky List Headers](https://github.com/emilsjolander/StickyListHeaders) | An android library for section headers that stick to the top [Android ScrollBar Panel](https://github.com/rno/Android-ScrollBarPanel) | Android ScrollBarPanel allows to attach a View to a scroll indicator like it's done in Path 2.0 +[Foldable Layout](https://github.com/alexvasilkov/FoldableLayout) * | Android widgets to implement folding animation #### Maps From a0f5eb9e53d3b9b9929d0b4d90524b0b369c4253 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar?= Date: Mon, 5 May 2014 09:34:48 +0200 Subject: [PATCH 39/60] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 662382a..2ce36e0 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,7 @@ Collection if libraries starred during some years of Android Development. Here i [Google ProgressBar](https://github.com/jpardogo/GoogleProgressBar) | Android library to display progress like google does in some of his services [Smooth ProgressBar](https://github.com/castorflex/SmoothProgressBar) | A small Android library allowing you to have a smooth and customizable horizontal indeterminate ProgressBar [Progress Wheel](https://github.com/Todd-Davies/ProgressWheel) | A progress wheel for android, intended for use instead of the standard progress bar +[Number ProgressBar](https://github.com/daimajia/NumberProgressBar) | A more beautiful, slim, sexy Android progressbar ###### ListView From f32c82d147bdb17b915c17eb78431139955822bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar?= Date: Tue, 6 May 2014 09:46:19 +0200 Subject: [PATCH 40/60] Update README.md --- README.md | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 2ce36e0..898f8e4 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ Collection if libraries starred during some years of Android Development. Here i     [UI](#ui)      |---[Widgets](#widgetsui)      |          |---[TextView](#textview) +     |          |---[Button](#button)      |          |---[EditText](#edittext)      |          |---[ImageView](#imageview)      |          |---[ProgressBar](#progressbar) @@ -90,6 +91,12 @@ Collection if libraries starred during some years of Android Development. Here i [Shimmer Android](https://github.com/RomainPiel/Shimmer-android) | An Android TextView with a shimmering effect [Titanic](https://github.com/RomainPiel/Titanic) | Android experiment showing a sinking TextView +###### Button + +| Title | Description | +| :----------: | :--------: | +[Android Process Button](https://github.com/dmytrodanylyk/android-process-buton) | Custom android button which can indicate progress + ###### EditText | Title | Description | @@ -114,11 +121,12 @@ Collection if libraries starred during some years of Android Development. Here i | Title | Description | | :----------: | :--------: | -[Holo Circular ProgressBar](https://github.com/passsy/android-HoloCircularProgressBar) | is a Custom View implementation for Android you might know from the Android Clock +[Android Holo Circular ProgressBar](https://github.com/passsy/android-HoloCircularProgressBar) | is a Custom View implementation for Android you might know from the Android Clock [Google ProgressBar](https://github.com/jpardogo/GoogleProgressBar) | Android library to display progress like google does in some of his services [Smooth ProgressBar](https://github.com/castorflex/SmoothProgressBar) | A small Android library allowing you to have a smooth and customizable horizontal indeterminate ProgressBar [Progress Wheel](https://github.com/Todd-Davies/ProgressWheel) | A progress wheel for android, intended for use instead of the standard progress bar [Number ProgressBar](https://github.com/daimajia/NumberProgressBar) | A more beautiful, slim, sexy Android progressbar +[Android Process Button](https://github.com/dmytrodanylyk/android-process-buton) * | Custom android button which can indicate progress ###### ListView @@ -126,7 +134,7 @@ Collection if libraries starred during some years of Android Development. Here i | :----------: | :--------: | [Flabby ListView](https://github.com/jpardogo/FlabbyListView) | Android library to display a ListView which cells are not rigid but flabby and react to ListView scroll and touch events [Dob List](https://github.com/bilalsammour/DobList) | DobLis is an Open Source Android library that provides to ListView adding ProgressBar (or any view) to the footer of ListView to be shown in loading more, and callback that is called when reaching last item in ListView -[Swipe ListView](https://github.com/47deg/android-swipelistview) | An Android List View implementation with support for drawable cells and many other swipe related features +[Android Swipe ListView](https://github.com/47deg/android-swipelistview) | An Android List View implementation with support for drawable cells and many other swipe related features [Multi Choice Adapter](https://github.com/ManuelPeinado/MultiChoiceAdapter) | A ListView adapter with support for multiple choice modal selection [Jazzy ListView](https://github.com/twotoasters/JazzyListView) | JazzyListView is an extension of ListView designed to animate list item views as they become visible [ListView Animations](https://github.com/nhaarman/ListViewAnimations) | An Android library which allows developers to easily add animations to ListView items @@ -138,9 +146,9 @@ Collection if libraries starred during some years of Android Development. Here i | Title | Description | | :----------: | :--------: | [Jazzy ViewPager](https://github.com/jfeinstein10/JazzyViewPager) | An easy to use ViewPager that adds an awesome set of custom swiping animations. Just change your ViewPagers to JazzyViewPagers, two more steps, and you're good to go! -[ViewPager Indicator](https://github.com/JakeWharton/Android-ViewPagerIndicator) | Paging indicator widgets compatible with the ViewPager from the Android Support Library and ActionBarSherlock +[Android ViewPager Indicator](https://github.com/JakeWharton/Android-ViewPagerIndicator) | Paging indicator widgets compatible with the ViewPager from the Android Support Library and ActionBarSherlock [Salvage](https://github.com/JakeWharton/salvage) | Generic view recycler and ViewPager PagerAdapter implementation -[Auto Scroll ViewPager](https://github.com/Trinea/android-auto-scroll-view-pager) | auto scroll ViewPager or ViewPager in ViewPager. http://www.trinea.cn/ +[Android Auto Scroll ViewPager](https://github.com/Trinea/android-auto-scroll-view-pager) | auto scroll ViewPager or ViewPager in ViewPager. http://www.trinea.cn/ [Pager Sliding Tab Strip](https://github.com/astuetz/PagerSlidingTabStrip) | An interactive indicator to navigate between the different pages of a ViewPager [Numeric Page Indicator](https://github.com/ManuelPeinado/NumericPageIndicator) | A ViewPager page indicator that displays the current page number and (optionally) the page count [Wizard Pager](https://github.com/TechFreak/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://code.google.com/p/romannurik-code/source/browse/misc/wizardpager) @@ -180,7 +188,7 @@ Collection if libraries starred during some years of Android Development. Here i | :----------: | :--------: | [Android Sliding Up Panel](https://github.com/umano/AndroidSlidingUpPanel) | This type of a panel is a common pattern also used in the Google Music app and the Rdio app [DobSliding](https://github.com/Startappz/DobSliding) | DobSliding is an Open Source Android library that allows developers to develop applications with vertical sliding menus just like the Android notifications menu -[Menu Drawer](https://github.com/SimonVT/android-menudrawer) | A slide-out menu implementation, which allows users to navigate between views in your app. http://simonvt.github.com/android-menudrawer/ +[Android Menu Drawer](https://github.com/SimonVT/android-menudrawer) | A slide-out menu implementation, which allows users to navigate between views in your app. http://simonvt.github.com/android-menudrawer/ [Sliding Menu](https://github.com/jfeinstein10/SlidingMenu) | An Android library that allows you to easily create applications with slide-in menus [Side Navigation](https://github.com/johnkil/SideNavigation) | Implementation of "SIde Navigation" or "Fly-in app menu" pattern for Android (based on Google+ app). http://johnkil.github.com/SideNavigation @@ -317,9 +325,9 @@ Collection if libraries starred during some years of Android Development. Here i [Android Volley](https://github.com/mcxiaoke/android-volley) | Android Volley Mirror [Retrofit](https://github.com/square/retrofit) | Type-safe REST client for Android and Java by Square, Inc [OkHttp](https://github.com/square/okhttp) | An HTTP+SPDY client for Android and Java applications -[KSOAP 2](https://code.google.com/p/ksoap2-android/) | Lightweight and efficient SOAP client library for the Android platform +[KSOAP 2 Android](https://code.google.com/p/ksoap2-android/) | Lightweight and efficient SOAP client library for the Android platform [Android Async Http](https://github.com/loopj/android-async-http) | An Asynchronous HTTP Library for Android -[SSL TrustKiller](https://github.com/iSECPartners/Android-SSL-TrustKiller) | Bypass SSL certificate pinning for most applications +[Android SSL TrustKiller](https://github.com/iSECPartners/Android-SSL-TrustKiller) | Bypass SSL certificate pinning for most applications ### Event Bus From 46a4a5fb185c1c16f0f066968ac09014510cb8db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar?= Date: Wed, 7 May 2014 19:27:33 +0200 Subject: [PATCH 41/60] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 898f8e4..a7b99ec 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,7 @@ Collection if libraries starred during some years of Android Development. Here i [Email AutoComplete TextView](https://github.com/greenhalolabs/EmailAutoCompleteTextView) | An AutoCompleteTextView optimized for email auto-complete [Shimmer Android](https://github.com/RomainPiel/Shimmer-android) | An Android TextView with a shimmering effect [Titanic](https://github.com/RomainPiel/Titanic) | Android experiment showing a sinking TextView +[Blink TextView](https://github.com/frakbot/BlinkTextView) | Remember the '90s? Geocities? Blinking text? Dat. On Android ###### Button @@ -104,6 +105,7 @@ Collection if libraries starred during some years of Android Development. Here i [Float Label EditText](https://github.com/wrapp/floatlabelededittext) | Floating hint from edit text [EditText Mentions](https://github.com/pepibumur/EditTextMentions) | EditText subclass with mentions detection (like Facebook or Twitter) [History EditText](https://github.com/zenlibs/HistoryEditText) | Android EditText that auto-saves previous values and displays them in a dropdown when used again +[Single Input Form](https://github.com/flavienlaurent/singleinputform) | A single EditText instead of a classical form ###### ImageView From 63f4d63195e1bffc9ec7f8e9a8f1bc95edfcbda6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar?= Date: Sat, 10 May 2014 15:45:37 +0200 Subject: [PATCH 42/60] Update README.md --- README.md | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a7b99ec..954fe7f 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,11 @@ Collection if libraries starred during some years of Android Development. Here i     [Location](#location)     [Social](#social)     [DB & Preferences](#database) +     |          |---[ContentProvider / ContentResolver / Cursor](#databasecp) +     |          |---[Preferences](#databasepreferences) +     |          |---[Other](#databaseother) + +     [IO](#io)     [Network](#network)     [Event Bus](#eventbus) @@ -301,16 +306,29 @@ Collection if libraries starred during some years of Android Development. Here i ### DB & Preferences +###### ContentProvider / ContentResolver / Cursor + +| Title | Description | +| :----------: | :--------: | +[Android DB Commons](https://github.com/futuresimple/android-db-commons) | Some common utilities for ContentProvider/ContentResolver/Cursor and other db-related android stuff + +###### Preferences + | Title | Description | | :----------: | :--------: | -[Android SQLite Asset Helper](https://github.com/jgilfelt/android-sqlite-asset-helper) | An Android helper class to manage database creation and version management using an application's raw asset files -[Cupboard](https://bitbucket.org/qbusict/cupboard) | Cupboard for Android is simple persistence that gets out of your way and is easy to add to your existing code base -[Sprinkles](https://github.com/emilsjolander/sprinkles) | Sprinkles is a boiler-plate-reduction-library for dealing with databases in android applications [Esperandro](https://github.com/dkunzler/esperandro) | Easy SharedPreference Engine for Android -[Sugar](https://github.com/satyan/sugar) | Insanely easy way to work with Android Database. http://satyan.github.com/sugar/ [Secure Preferences](https://github.com/scottyab/secure-preferences) | Android SharedPreference wrapper that encrypts 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 [AES Secure Preferences](https://github.com/chrisjenx/android-secure-preferences) | Secure AES Encryiption decorated Android Shared Preferences implementation + +###### Other + +| Title | Description | +| :----------: | :--------: | [Snappy DB](https://github.com/nhachicha/SnappyDB) | A key-value database for Android +[Cupboard](https://bitbucket.org/qbusict/cupboard) | Cupboard for Android is simple persistence that gets out of your way and is easy to add to your existing code base +[Android SQLite Asset Helper](https://github.com/jgilfelt/android-sqlite-asset-helper) | An Android helper class to manage database creation and version management using an application's raw asset files +[Sprinkles](https://github.com/emilsjolander/sprinkles) | Sprinkles is a boiler-plate-reduction-library for dealing with databases in android applications +[Sugar](https://github.com/satyan/sugar) | Insanely easy way to work with Android Database. http://satyan.github.com/sugar/ ### IO From e5fe0bc9862d82eb7a12ada286e5d5c41c9e02b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar?= Date: Thu, 22 May 2014 12:45:04 +0200 Subject: [PATCH 43/60] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 954fe7f..b7fbc89 100644 --- a/README.md +++ b/README.md @@ -205,7 +205,6 @@ Collection if libraries starred during some years of Android Development. Here i | :----------: | :--------: | [Android FlipView](https://github.com/emilsjolander/android-FlipView) | A small, easy to use android library for implementing flipping between views as seen in the popular Flipboard application [Android Flip](https://github.com/openaphid/android-flip) | A component for flip animation on Android, which is similar to the effect in Flipboard iPhone/Android -[Showcase View](https://github.com/amlcurran/ShowcaseView) | Highlight the best bits of your app to users quickly, simply, and cool...ly [Android PDF View](https://github.com/JoanZapata/android-pdfview) | A fast PDF reader component for Android development [Android ViewBadger](https://github.com/jgilfelt/android-viewbadger) | A simple way to "badge" any given Android view at runtime without having to cater for it in layout [Quilt View Library](https://github.com/jacobmoncur/QuiltViewLibrary) | QuiltView displays views of different sizes in a scrollable grid @@ -303,6 +302,7 @@ Collection if libraries starred during some years of Android Development. Here i [Twitter 4J](https://github.com/yusuke/twitter4j) | Twitter4J is an open-sourced, mavenized and Google App Engine safe Java library for the Twitter API [Twitter Android SDK](https://github.com/sephiroth74/TwitterAndroidSDK) | Twitter SDK for Android, using Twitter4j [Facebook Android SDK](https://github.com/facebook/facebook-android-sdk) | Use the Facebook SDK for Android to integrate with Facebook, help build engaging social apps +[Android Social Networks](https://github.com/antonkrasov/AndroidSocialNetworks) | Library for easy work with Facebook, Twitter, LinkedIn and Google on Android ### DB & Preferences @@ -311,6 +311,7 @@ Collection if libraries starred during some years of Android Development. Here i | Title | Description | | :----------: | :--------: | [Android DB Commons](https://github.com/futuresimple/android-db-commons) | Some common utilities for ContentProvider/ContentResolver/Cursor and other db-related android stuff +[Schematic](https://github.com/SimonVT/schematic) | Automatically generate ContentProviders ###### Preferences @@ -501,6 +502,8 @@ http://square.github.io/otto/ | :----------: | :--------: | [Gaug.es Android](https://github.com/fastestforward/gauges-android) | Gaug.es Android App [White House Android](https://github.com/WhiteHouse/wh-app-android) | White House application for Android +[Ac Display](https://github.com/AChep/AcDisplay) | AcDisplay is a new way of handling notifications in Android. +http://acdisplay.artemchep.com

From 4744c7cc091ba95155c2ce7c8c9c6b3fc05c047e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar?= Date: Fri, 23 May 2014 10:52:00 +0200 Subject: [PATCH 44/60] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index b7fbc89..3bc517b 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,7 @@ Collection if libraries starred during some years of Android Development. Here i [TOOLS](#tools) *** +    [Proguard](#proguardtools)     [Testing](#testingtools)     [Log](#logtools)     [Localization](#localizationtools) @@ -440,6 +441,12 @@ http://square.github.io/otto/ ##
Tools +### Proguard + +| Title | Description | +| :----------: | :--------: | +[Facebook Proguard](https://github.com/facebook/proguard) | A faster fork of ProGuard. Based off of ProGuard 4.11 (http://sourceforge.net/p/proguard/code/ci/proguard4.11/tree/) + ### Testing | Title | Description | From ef4389e5eb74a3f6afe4f328ce936614bfb19e81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar?= Date: Sat, 24 May 2014 18:42:06 +0200 Subject: [PATCH 45/60] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3bc517b..1f68d89 100644 --- a/README.md +++ b/README.md @@ -160,6 +160,7 @@ Collection if libraries starred during some years of Android Development. Here i [Pager Sliding Tab Strip](https://github.com/astuetz/PagerSlidingTabStrip) | An interactive indicator to navigate between the different pages of a ViewPager [Numeric Page Indicator](https://github.com/ManuelPeinado/NumericPageIndicator) | A ViewPager page indicator that displays the current page number and (optionally) the page count [Wizard Pager](https://github.com/TechFreak/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://code.google.com/p/romannurik-code/source/browse/misc/wizardpager) +[ViewPager Transformations](https://github.com/ToxicBakery/ViewPagerTransforms) | Library containing common animations needed for transforming ViewPager scrolling for Android v13+ ###### SeekBar From f50775825c5db85676b5be0ac0ce9199939ab4cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20D=C3=ADez=20S=C3=A1nchez?= Date: Sun, 25 May 2014 21:49:00 +0200 Subject: [PATCH 46/60] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f68d89..6c423cd 100644 --- a/README.md +++ b/README.md @@ -313,7 +313,8 @@ Collection if libraries starred during some years of Android Development. Here i | Title | Description | | :----------: | :--------: | [Android DB Commons](https://github.com/futuresimple/android-db-commons) | Some common utilities for ContentProvider/ContentResolver/Cursor and other db-related android stuff -[Schematic](https://github.com/SimonVT/schematic) | Automatically generate ContentProviders +[Schematic](https://github.com/SimonVT/schematic) | Automatically generate ContentProviders +[Android Content Provider Generator](https://github.com/BoD/android-contentprovider-generator) | A small tool to generate an Android ContentProvider ###### Preferences @@ -511,6 +512,7 @@ http://square.github.io/otto/ [Gaug.es Android](https://github.com/fastestforward/gauges-android) | Gaug.es Android App [White House Android](https://github.com/WhiteHouse/wh-app-android) | White House application for Android [Ac Display](https://github.com/AChep/AcDisplay) | AcDisplay is a new way of handling notifications in Android. +[Google I/O](https://github.com/google/iosched) | Google I/O application http://acdisplay.artemchep.com

From 84f692d8c86961c382949ef7b28840dd4e627403 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20D=C3=ADez=20S=C3=A1nchez?= Date: Sun, 25 May 2014 21:52:45 +0200 Subject: [PATCH 47/60] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 6c423cd..aa3e2c1 100644 --- a/README.md +++ b/README.md @@ -511,9 +511,8 @@ http://square.github.io/otto/ | :----------: | :--------: | [Gaug.es Android](https://github.com/fastestforward/gauges-android) | Gaug.es Android App [White House Android](https://github.com/WhiteHouse/wh-app-android) | White House application for Android -[Ac Display](https://github.com/AChep/AcDisplay) | AcDisplay is a new way of handling notifications in Android. +[Ac Display](https://github.com/AChep/AcDisplay) | AcDisplay is a new way of handling notifications in Android. http://acdisplay.artemchep.com [Google I/O](https://github.com/google/iosched) | Google I/O application -http://acdisplay.artemchep.com

From b859ef195f70a02754ba9a274ffea8255c07a1d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20D=C3=ADez=20S=C3=A1nchez?= Date: Sun, 25 May 2014 21:58:43 +0200 Subject: [PATCH 48/60] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index aa3e2c1..b18f1ff 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,7 @@ Collection if libraries starred during some years of Android Development. Here i     [Chat](#chatapps)     [Pedometer](#pedometerapps)     [NFC](#nfcapps) +    [Media](#mediaapps)     [Other](#otherapps)

@@ -216,6 +217,7 @@ Collection if libraries starred during some years of Android Development. Here i [ShowCase View](https://github.com/amlcurran/ShowcaseView) | Highlight the best bits of your app to users quickly, simply, and cool. http://amlcurran.github.io/ShowcaseView/ [Foldable Layout](https://github.com/alexvasilkov/FoldableLayout) | Android widgets to implement folding animation [Image Layout](https://github.com/ManuelPeinado/ImageLayout) | Android - A layout that arranges its children in relation to a background image +[Swipeable cards](https://github.com/kikoso/Swipeable-Cards) | A native library providing a Tinder-like cards effect. A card can be constructed using an image and displayed with animation effects, dismiss-to-like and dismiss-to-unlike, and use different sorting mechanisms ####
Dialogs & Pickers @@ -505,6 +507,14 @@ http://square.github.io/otto/ | :----------: | :--------: | [Farebot](https://github.com/codebutler/farebot) | Read data from public transit cards using your NFC Android phone! + +### Media + +| Title | Description | +| :----------: | :--------: | +[Mizuu](https://github.com/MizzleDK/Mizuu) | Popular media indexer app for Android. http://mizuu.tv + + ### Other | Title | Description | From c76a342a4346ddec280be0885fb55805676affa4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20D=C3=ADez=20S=C3=A1nchez?= Date: Mon, 26 May 2014 00:01:11 +0200 Subject: [PATCH 49/60] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b18f1ff..9eef31f 100644 --- a/README.md +++ b/README.md @@ -523,7 +523,7 @@ http://square.github.io/otto/ [White House Android](https://github.com/WhiteHouse/wh-app-android) | White House application for Android [Ac Display](https://github.com/AChep/AcDisplay) | AcDisplay is a new way of handling notifications in Android. http://acdisplay.artemchep.com [Google I/O](https://github.com/google/iosched) | Google I/O application - +[Wordpress Android](https://github.com/wordpress-mobile/WordPress-Android) | WordPress for Android. http://android.wordpress.org

From b3e93b808d196b915b53efdf58fa20c822d801bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20D=C3=ADez=20S=C3=A1nchez?= Date: Wed, 28 May 2014 17:40:09 +0200 Subject: [PATCH 50/60] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9eef31f..e227755 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,7 @@ Collection if libraries starred during some years of Android Development. Here i [Shimmer Android](https://github.com/RomainPiel/Shimmer-android) | An Android TextView with a shimmering effect [Titanic](https://github.com/RomainPiel/Titanic) | Android experiment showing a sinking TextView [Blink TextView](https://github.com/frakbot/BlinkTextView) | Remember the '90s? Geocities? Blinking text? Dat. On Android +[Secret TextView](https://github.com/matthewrkula/SecretTextView) | A TextView that simulates the effect from the app Secret where the characters fade in/out at different speeds ######
Button From bd67fba8125819953e7551f31654e90bd4dc2e31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20D=C3=ADez=20S=C3=A1nchez?= Date: Sun, 15 Jun 2014 23:42:07 +0200 Subject: [PATCH 51/60] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e227755..c00f939 100644 --- a/README.md +++ b/README.md @@ -126,6 +126,7 @@ Collection if libraries starred during some years of Android Development. Here i [Custom Shape ImageView](https://github.com/MostafaGazar/CustomShapeImageView) | Custom shape ImageView using PorterDuffXfermode with paint shapes and SVGs [Rounded ImageView](https://github.com/vinc3m1/RoundedImageView) | a fast ImageView that supports rounded corners and ovals or circles [Flip ImageView](https://github.com/castorflex/FlipImageView) | Small android lib allowing you to make a flip imageview easily, by extending FlipImageView +[Glide](https://github.com/bumptech/glide) | An image loading and caching library for Android focused on smooth scrolling ###### ProgressBar @@ -150,6 +151,7 @@ Collection if libraries starred during some years of Android Development. Here i [ListView Animations](https://github.com/nhaarman/ListViewAnimations) | An Android library which allows developers to easily add animations to ListView items [Slide Expandable ListView](https://github.com/tjerkw/Android-SlideExpandableListView) | A better ExpandableListView, with animated expandable views for each list item [Swipe ListView](https://github.com/47deg/android-swipelistview) | An Android List View implementation with support for drawable cells and many other swipe related features +[Super ListView](https://github.com/dommerq/SuperListview) | Way more than just a listview ###### ViewPager From f1415a71e3818e52a08de61267952bf016219407 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20D=C3=ADez=20S=C3=A1nchez?= Date: Sat, 28 Jun 2014 09:19:45 +0200 Subject: [PATCH 52/60] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c00f939..9f77630 100644 --- a/README.md +++ b/README.md @@ -516,6 +516,7 @@ http://square.github.io/otto/ | Title | Description | | :----------: | :--------: | [Mizuu](https://github.com/MizzleDK/Mizuu) | Popular media indexer app for Android. http://mizuu.tv +[Exo Player](https://github.com/google/ExoPlayer) | Google Media Player Open Source project ### Other From 522a7143e7fef0f034d4de56672c3484de901588 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20D=C3=ADez=20S=C3=A1nchez?= Date: Sun, 6 Jul 2014 01:44:38 +0200 Subject: [PATCH 53/60] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9f77630..e662629 100644 --- a/README.md +++ b/README.md @@ -268,6 +268,9 @@ Collection if libraries starred during some years of Android Development. Here i [Sticky List Headers](https://github.com/emilsjolander/StickyListHeaders) | An android library for section headers that stick to the top [Android ScrollBar Panel](https://github.com/rno/Android-ScrollBarPanel) | Android ScrollBarPanel allows to attach a View to a scroll indicator like it's done in Path 2.0 [Foldable Layout](https://github.com/alexvasilkov/FoldableLayout) * | Android widgets to implement folding animation +[Animation Easing Functions](https://github.com/daimajia/AnimationEasingFunctions) | Android Animation Easing Functions. Let's make animation more real! +[Android View Animations](https://github.com/daimajia/AndroidViewAnimations) | Cute view animation collection + #### Maps From b285bfb6d87b78532350601fdbb3053bc7dff625 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20D=C3=ADez=20S=C3=A1nchez?= Date: Sun, 13 Jul 2014 18:54:08 +0200 Subject: [PATCH 54/60] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index e662629..22871bb 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ Collection if libraries starred during some years of Android Development. Here i      |---[Maps](#mapsui)      |---[Validation](#validationui)      |---[Camera](#cameraui) +     |---[Charts](#chartsui)      |---[Other](#otherui)     [Location](#location)     [Social](#social) @@ -290,6 +291,12 @@ Collection if libraries starred during some years of Android Development. Here i | :----------: | :--------: | [Easy Camera](https://github.com/Glamdring/EasyCamera) | Wrapper around the android Camera class that simplifies its usage +#### Charts + +| Title | Description | +| :----------: | :--------: | +[Eaze Graph](https://github.com/blackfizz/EazeGraph) | An Android chart and graph library + #### Other | Title | Description | From 5c499d7e60ddb9c32f76b5ee78af6e1349c0f9dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20D=C3=ADez=20S=C3=A1nchez?= Date: Sun, 13 Jul 2014 19:01:16 +0200 Subject: [PATCH 55/60] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 22871bb..ab89969 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,7 @@ Collection if libraries starred during some years of Android Development. Here i [Rounded ImageView](https://github.com/vinc3m1/RoundedImageView) | a fast ImageView that supports rounded corners and ovals or circles [Flip ImageView](https://github.com/castorflex/FlipImageView) | Small android lib allowing you to make a flip imageview easily, by extending FlipImageView [Glide](https://github.com/bumptech/glide) | An image loading and caching library for Android focused on smooth scrolling +[Circular ImageView](https://github.com/Pkmmte/CircularImageView) | Custom view for circular images in Android while maintaining the best draw performance ###### ProgressBar From deb8c46cb3c7ccd04e948713eafaa4f72e6655d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20D=C3=ADez=20S=C3=A1nchez?= Date: Thu, 7 Aug 2014 20:09:30 -0400 Subject: [PATCH 56/60] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ab89969..d919bab 100644 --- a/README.md +++ b/README.md @@ -534,6 +534,7 @@ http://square.github.io/otto/ | Title | Description | | :----------: | :--------: | +[Financius](https://github.com/mvarnagiris/Financius) | Personal expense manager [Gaug.es Android](https://github.com/fastestforward/gauges-android) | Gaug.es Android App [White House Android](https://github.com/WhiteHouse/wh-app-android) | White House application for Android [Ac Display](https://github.com/AChep/AcDisplay) | AcDisplay is a new way of handling notifications in Android. http://acdisplay.artemchep.com From 5d429e169944f761bb3b9327d4cbf6670516fbb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20D=C3=ADez=20S=C3=A1nchez?= Date: Thu, 7 Aug 2014 20:14:33 -0400 Subject: [PATCH 57/60] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d919bab..25a5080 100644 --- a/README.md +++ b/README.md @@ -540,6 +540,9 @@ http://square.github.io/otto/ [Ac Display](https://github.com/AChep/AcDisplay) | AcDisplay is a new way of handling notifications in Android. http://acdisplay.artemchep.com [Google I/O](https://github.com/google/iosched) | Google I/O application [Wordpress Android](https://github.com/wordpress-mobile/WordPress-Android) | WordPress for Android. http://android.wordpress.org +[One Bus Away](https://github.com/OneBusAway/onebusaway-android) | The official Android app for OneBusAway. +http://www.onebusaway.org/ +

From 1395fce0f44a3a2e0295d9fa627a34c81dacf2be Mon Sep 17 00:00:00 2001 From: Jeroen Mols Date: Fri, 19 Dec 2014 08:03:33 +0100 Subject: [PATCH 58/60] Update README.md Added Landscape Video Camera --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 25a5080..d5e7287 100644 --- a/README.md +++ b/README.md @@ -291,6 +291,7 @@ Collection if libraries starred during some years of Android Development. Here i | Title | Description | | :----------: | :--------: | [Easy Camera](https://github.com/Glamdring/EasyCamera) | Wrapper around the android Camera class that simplifies its usage +[Landscape Video Camera](https://github.com/jmolsmobile/LandscapeVideoCamera) | Powerful custom Android Camera with granular control over the video quality and filesize, restricting recordings to landscape only. ####
Charts From 184e01e1fffb2397fb52fda1dbda4c22bfdfd974 Mon Sep 17 00:00:00 2001 From: Diogo Bernardino Date: Sat, 10 Jan 2015 17:33:45 +0000 Subject: [PATCH 59/60] Added WilliamChart library to Charts section. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 25a5080..ebecd14 100644 --- a/README.md +++ b/README.md @@ -297,6 +297,7 @@ Collection if libraries starred during some years of Android Development. Here i | Title | Description | | :----------: | :--------: | [Eaze Graph](https://github.com/blackfizz/EazeGraph) | An Android chart and graph library +[WilliamChart](https://github.com/diogobernardino/WilliamChart) | Flexible charting library with nice motion capabilities #### Other From 8bc807d54f0c411629c83d2d3b195f516feaa523 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20D=C3=ADez=20S=C3=A1nchez?= Date: Wed, 14 Jan 2015 15:23:23 +0100 Subject: [PATCH 60/60] Update README.md added chart library --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9c9b9a0..38eb145 100644 --- a/README.md +++ b/README.md @@ -297,8 +297,9 @@ Collection if libraries starred during some years of Android Development. Here i | Title | Description | | :----------: | :--------: | -[Eaze Graph](https://github.com/blackfizz/EazeGraph) | An Android chart and graph library -[WilliamChart](https://github.com/diogobernardino/WilliamChart) | Flexible charting library with nice motion capabilities +[Eaze Graph](https://github.com/blackfizz/EazeGraph) | An Android chart and graph library +[WilliamChart](https://github.com/diogobernardino/WilliamChart) | Flexible charting library with nice motion capabilities +[MPAndroidChart](https://github.com/PhilJay/MPAndroidChart) | An Android chart and graph library supporting scaling and dragging by gesture #### Other