gamepawpaw's Stars
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.
loopj/android-smart-image-view
Android ImageView replacement which allows image loading from URLs or contact address book, with caching
johannilsson/android-actionbar
DEPRECATED Android Action Bar Implementation
johannilsson/android-pulltorefresh
DEPRECATED This project aims to provide a reusable pull to refresh widget for Android.
jgilfelt/android-viewbadger
[DEPRECATED] A simple way to "badge" any given Android view at runtime without having to cater for it in layout
bauerca/drag-sort-listview
Android ListView with drag and drop reordering.
vieux/OpenUDID
[OpenUDID IS NOW DEPRECATED] Open source initiative for a universal and persistent UDID solution for Android.
android-async-http/android-async-http
An asynchronous, callback-based Http client for Android built on top of Apache's HttpClient libraries.
nostra13/Android-Universal-Image-Loader
Powerful and flexible library for loading, caching and displaying images on Android.
sephiroth74/ImageViewZoom
Android ImageView widget with zoom and pan capabilities
square/picasso
A powerful image downloading and caching library for Android
PSDev/LicensesDialog
LicensesDialog is an open source library to display licenses of third-party libraries in an Android app.
code-troopers/android-betterpickers
[NO LONGER MAINTAINED] Android library for better Picker DialogFragments
flavienlaurent/colorpicker
ColorPicker is a library which contains the beautiful ColorPicker that can be seen in the new Google Agenda app
avast/android-styled-dialogs
Backport of Material dialogs with easy-to-use API based on DialogFragment
nhaarman/supertooltips
SuperToolTips
kikoso/android-stackblur
Android StackBlur is a library that can perform a blurry effect on a Bitmap based on a gradient or radius, and return the result. The library is based on the code of Mario Klingemann.
gabrielemariotti/cardslib
Android Library to build a UI Card
daCapricorn/ArcMenu
An android custom view which looks like the menu in Path 2.0 (for iOS).
siyamed/android-satellite-menu
Android Satellite Menu
JakeWharton/butterknife
Bind Android views and callbacks to fields and methods.
JakeWharton/ActionBarSherlock
[DEPRECATED] 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.
JakeWharton/ViewPagerIndicator
Paging indicator widgets compatible with the ViewPager from the Android Support Library and ActionBarSherlock.
amlcurran/ShowcaseView
[Archived] Highlight the best bits of your app to users quickly, simply, and cool...ly
jfeinstein10/SlidingMenu
An Android library that allows you to easily create applications with slide-in menus. You may use it in your Android apps provided that you cite this project and include the license in your app. Thanks!
saik0/UnifiedPreference
A convinience library for working with all versions of the Android Preference package from API v4 and up
johnkil/Android-RobotoTextView
Implementation of a TextView and all its direct/indirect subclasses with native support for the Roboto fonts, includes the brand new Roboto Slab fonts.
lightbox/PhotoProcessing
A demo of how you can process photos leveraging the ndk.
Baseflow/PhotoView
Implementation of ImageView for Android that supports zooming, by various touch gestures.
chrisbanes/Android-PullToRefresh
DEPRECATED