Pinned Repositories
ActionBarSherlock
Library for implementing the action bar design pattern using the native action bar on Android 4.0+ and a custom implementation on pre-4.0 through a single API and theme.
android-art-res
the source code in research art of android development
Android-Custom-Gallery-And-Instant-Upload
Android Custom Gallery And Instant Upload
android-menudrawer
A slide-out menu implementation, which allows users to navigate between views in your app.
android-studio-setting
Android-Universal-Image-Loader
Powerful and flexible instrument for asynchronous loading, caching and displaying images on Android.
Android_Resource
first time use github
AndroidHeroes
Source code of the book - Android群英传
androidSource
android framework层源码解析,不定时更新哈
ANR-WatchDog
A simple watchdog that detects Android ANR (Application Not Responding) error and throws a meaningful exception
zlgyp's Repositories
zlgyp/ActionBarSherlock
Library for implementing the action bar design pattern using the native action bar on Android 4.0+ and a custom implementation on pre-4.0 through a single API and theme.
zlgyp/android-art-res
the source code in research art of android development
zlgyp/Android-Custom-Gallery-And-Instant-Upload
Android Custom Gallery And Instant Upload
zlgyp/android-menudrawer
A slide-out menu implementation, which allows users to navigate between views in your app.
zlgyp/android-studio-setting
zlgyp/Android-Universal-Image-Loader
Powerful and flexible instrument for asynchronous loading, caching and displaying images on Android.
zlgyp/Android_Resource
first time use github
zlgyp/AndroidHeroes
Source code of the book - Android群英传
zlgyp/androidSource
android framework层源码解析,不定时更新哈
zlgyp/ANR-WatchDog
A simple watchdog that detects Android ANR (Application Not Responding) error and throws a meaningful exception
zlgyp/blockcanary
A transparent ui-block detection library for Android.
zlgyp/blockindigo
another ui-block detection library for Android base on Blockcanary
zlgyp/BlurEffectForAndroidDesign
Sample to show how to implement blur graphical tricks
zlgyp/frameworks_opt_perf
WIP
zlgyp/leakcanary
A memory leak detection library for Android and Java.
zlgyp/LiveBlurListView
Sample to show how to implement live blur for Android ViewGroup
zlgyp/lizhangqu.github.io
zlgyp/luics.github.com
luics site
zlgyp/master
zlgyp/platform_frameworks_base
zlgyp/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!
zlgyp/ThinkAndroid
ThinkAndroid是一个免费的开源的、简易的、遵循Apache2开源协议发布的Android开发框架,其开发宗旨是简单、快速的进行 Android应用程序的开发,包含Android mvc、简易sqlite orm、ioc模块、封装Android httpclitent的http模块, 具有快速构建文件缓存功能,无需考虑缓存文件的格式,都可以非常轻松的实现缓存,它还基于文件缓存模块实现了图片缓存功能, 在android中加载的图片的时候,对oom的问题,和对加载图片错位的问题都轻易解决。他还包括了一个手机开发中经常应用的实用工具类, 如日志管理,配置文件管理,android下载器模块,网络切换检测等等工具。