Pinned Repositories
ABridge
Android 进程间通信最牛方案,为简单而生
ActivityLogHelper
An android app which can watch current Activity
ActivityStack
AgentWeb
AgentWeb is a powerful library based on Android WebView.
alpha
Alpha是一个基于PERT图构建的Android异步启动框架,它简单,高效,功能完善。 在应用启动的时候,我们通常会有很多工作需要做,为了提高启动速度,我们会尽可能让这些工作并发进行。但这些工作之间可能存在前后依赖的关系,所以我们又需要想办法保证他们执行顺序的正确性。Alpha就是为此而设计的,使用者只需定义好自己的task,并描述它依赖的task,将它添加到Project中。框架会自动并发有序地执行这些task,并将执行的结果抛出来。
AndResGuard
proguard resource for Android by wechat team
MvrxWanAndroid
Mvrx+Epoxy实现的WanAndroid
platform_frameworks_base
Timing-Task
Android的定时任务
yrickwong.github.io
yrickwong's Repositories
yrickwong/ToolWizAppLock
Smart App Lock for Android
yrickwong/ReferrerDemo
A Demo to demonstrate how to handle "com.android.vending.INSTALL_REFERRER".
yrickwong/scalpel
A surgical debugging tool to uncover the layers under your app.
yrickwong/the-tech-frontier-app
The Android App for Tech Frontier
yrickwong/Android-Universal-Image-Loader
Powerful and flexible library for loading, caching and displaying images on Android.
yrickwong/picasso
A powerful image downloading and caching library for Android
yrickwong/glide
An image loading and caching library for Android focused on smooth scrolling
yrickwong/ArcMenu
An android custom view which looks like the menu in Path 2.0 (for iOS).
yrickwong/AndroidSwipeLayout
The Most Powerful Swipe Layout!
yrickwong/PhotoView
Implementation of ImageView for Android that supports zooming, by various touch gestures.
yrickwong/robolectric-samples
Sample projects that demonstrate how to use Robolectric.
yrickwong/dynamic-load-apk
DL : dynamic load framework in android
yrickwong/Scrollable
Android scrollable tabs
yrickwong/Android-AppUninstallWatcher
App uninstall watcher.
yrickwong/Genius-Android
Android Material theme and Tool library.
yrickwong/MaterialDesignLibrary
This is a library with components of Android L to you use in android 2.2
yrickwong/Android-PullLayout
仿UC天气下拉和微信下拉眼睛
yrickwong/ServiceStickyTest
yrickwong/android-priority-jobqueue
A Job Queue specifically written for Android to easily schedule jobs (tasks) that run in the background, improving UX and application stability.
yrickwong/gesture-imageview
Implements pinch-zoom, rotate, pan as an ImageView for Android 2.1+