Some interesting Github repositories for Android
I’ve not written for a long time and I thought that this “come-back-article” should be less technical (Although interesting
)
It seems that lately everyone is using git for version control and its web version: github. Spring and Djange have moved to github, so why shouldn’t we?
.
Ocassionaly, I like to watch github repositories to see if there are interesting projects for future use, or just to learn. One day I was watching github’s repositories I found some interesting projects for Android that you can find interesting
- Asynchronous image loading, caching and displaying: https://github.com/nostra13/Android-Universal-Image-Loader
- Lightweight rss library for Android: https://github.com/ahorn/android-rss
- A library for making OpenGL live wallpapers: https://github.com/markfguerra/GLWallpaperService
- Android’s ImageView replacement which allows to load from Urls: https://github.com/loopj/android-smart-image-view
- TouchDB android integration: https://github.com/couchbaselabs/TouchDB-Android
- Do you want to use clojure in Android?: https://github.com/remvee/clj-android
- SegmentedRadio Button Android’s implementation: https://github.com/makeramen/android-segmentedradiobutton
- ViewPager implementation that allows vertical scrolling: https://github.com/JakeWharton/Android-DirectionalViewPager
- OAuth library app:https://github.com/novoda/oauth_for_android
- We’ll know ‘Pull to refresh…’: https://github.com/erikwt/PullToRefresh-ListView
- OCR in Android: https://github.com/rmtheis/android-ocr
- Java implementation of a disk-based LRU caché which specifically targets to Android platform: https://github.com/JakeWharton/DiskLruCache
- JQuery style library for Android. Pretty cool. https://github.com/androidquery/androidquery
- Adds pinch in and out to Android’s ImageView: https://github.com/MikeOrtiz/TouchImageView
- Password encryption for Android: https://github.com/bpellin/keepassdroid
- QuickAction’s implementation: https://github.com/lorensiuswlt/NewQuickAction
- OpenCV Android port: https://github.com/billmccord/OpenCV-Android
- Image Lazy loading in lists: https://github.com/thest1/LazyList
Si conocéis algún proyecot, framework o librería que debiera aparecer aquí, hacedmelo saber y lo incluiré en la medida de lo posible =)

Nice list Javier. Here’s a few more.
buenísima recopilación. Qué te parecen ?
https://github.com/johannilsson/android-actionbar
https://github.com/jgilfelt/android-mapviewballoons
Pingback: 一些Android UI资源 | 张洪波博客