Pinned Repositories
aat-materials
The projects and materials that accompany the Android Animations by Tutorials book
Advanced-Android-Developer
Answers to codelabs for Google's Advanced Android Developer Course
AIDL
Andorid-M-App-Permissions
Andorid M App Permissions
AndResGuard
proguard resource for Android by wechat team
android-ActivitySceneTransitionBasic
android_uml
UML files to reverse Android frameworks
Git-Docs
Git File Command and etc
weiguangqiang's Repositories
weiguangqiang/Spoon-Knife
This repo is for demonstration purposes only.
weiguangqiang/booktree
A Book Tree
weiguangqiang/DoughnutDemo_Android
渐变色的圆环
weiguangqiang/GitRepository
LearnGit by GitRepository
weiguangqiang/codeexamples-android
Android examples from the vogella.com website
weiguangqiang/android-best-practices
Do's and Don'ts for Android development, by Futurice developers
weiguangqiang/RecyclerViewItemAnimators
An Android library which provides simple Item animations to RecyclerView items
weiguangqiang/effective-java-examples
Source code to the book "Effective Java Second Edition" created by Joshua Bloch
weiguangqiang/custom-view-examples
Collection of example applications to highlight creating custom Views and ViewGroups within the Android framework.
weiguangqiang/coursera-android
Source Code for Android Course Example Applications
weiguangqiang/surfaceviewdemo
SurfaceView Demos for Droidcon presentation
weiguangqiang/Andorid-M-App-Permissions
Andorid M App Permissions
weiguangqiang/DiscView
weiguangqiang/Framwork
Android 5.1 MTK Framework
weiguangqiang/gradle-fatjar-plugin
Gradle FatJAR Plugin
weiguangqiang/filthy-rich-clients
Samples for the book Filthy Rich Clients
weiguangqiang/lazy-data-loading
Sample demonstrate hot to load data from SQLite and parse it from Cursor on the fly when you need it.
weiguangqiang/Java_Books
Java 编程书籍分享
weiguangqiang/AsyncAndroid
Example code for Android Concurrency book (ISBN 978-1-78328-687-4)
weiguangqiang/bradybound
Minimalist download speed limiter/shaper
weiguangqiang/Android-native-service
It is a native service framework code which is summed up by the media server and the camera service. Multi clients can asynchronously connect to a native service by Bp and Bn. It includes the client test code and server code.
weiguangqiang/FNASampleApps
Sample apps showing Flexibly Network Aware architecture for bandwidth and latency
weiguangqiang/eatbookexamples
Example code from the Efficient Android Threading book.
weiguangqiang/java-experiments
Some java tracks, experiments, etc.
weiguangqiang/android-lifecycle
A diagram of the Android Activity / Fragment lifecycle
weiguangqiang/apue.3e
Advanced Programming in the UNIX Environment - Third Edition
weiguangqiang/sourcekit-vast-android
VAST SourceKit
weiguangqiang/android_uml
UML files to reverse Android frameworks
weiguangqiang/custom-touch-examples
Collection of example applications to highlight doing custom touch event handling and using GestureDetectors in Android applications.
weiguangqiang/Android-Database-Locking-Collisions-Example
Show db locking and collisions with multiple connections