Pinned Repositories
alpha
Alpha是一个基于PERT图构建的Android异步启动框架,它简单,高效,功能完善。 在应用启动的时候,我们通常会有很多工作需要做,为了提高启动速度,我们会尽可能让这些工作并发进行。但这些工作之间可能存在前后依赖的关系,所以我们又需要想办法保证他们执行顺序的正确性。Alpha就是为此而设计的,使用者只需定义好自己的task,并描述它依赖的task,将它添加到Project中。框架会自动并发有序地执行这些task,并将执行的结果抛出来。
Amphitheatre
Amphitheatre is an Android TV app that connects with network shares, organizes and serves videos to any Android capable media player app.
AndFix
AndFix is a library that offer hot-fix for Android App.
android-arscblamer
ArscBlamer is a command-line tool that can parse an Android app's resources.arsc file and extract useful, actionable information about its contents
android-art-res
the source code in research art of android development
android-common
Android common lib, include ImageCache, HttpCache, DropDownListView, DownloadManager, Utils and so on
android-native-library-merging-demo
Buck demo showing how to safely merge native libraries in Android apps.
animate
An application demoing meaningful motion on Android
DroidPlugin
A plugin framework on android,Run any third-party apk without installation, modification or repackage
DynamicAPK
Solution to implement multi apk dynamic loading for Android App. (实现Android App多apk插件化和动态加载,支持资源分包)
andyfeng1986's Repositories
andyfeng1986/alpha
Alpha是一个基于PERT图构建的Android异步启动框架,它简单,高效,功能完善。 在应用启动的时候,我们通常会有很多工作需要做,为了提高启动速度,我们会尽可能让这些工作并发进行。但这些工作之间可能存在前后依赖的关系,所以我们又需要想办法保证他们执行顺序的正确性。Alpha就是为此而设计的,使用者只需定义好自己的task,并描述它依赖的task,将它添加到Project中。框架会自动并发有序地执行这些task,并将执行的结果抛出来。
andyfeng1986/android-art-res
the source code in research art of android development
andyfeng1986/android-native-library-merging-demo
Buck demo showing how to safely merge native libraries in Android apps.
andyfeng1986/BoosterDemo
滴滴Booster移动APP质量优化框架 学习之旅demo
andyfeng1986/breakpad
Mirror of Google Breakpad project
andyfeng1986/ByteX
ByteX is a bytecode plugin platform based on Android Gradle Transform Api and ASM. 字节码插件开发平台
andyfeng1986/capt
Class Annotation Processor Tool on Android
andyfeng1986/Chapter03
Object Alloc Tracker Samples
andyfeng1986/dexSplitter
Analyze contribution rate of each module to the apk size
andyfeng1986/epoxy
Epoxy is an Android library for building complex screens in a RecyclerView
andyfeng1986/git-practice
just for some git practice
andyfeng1986/gradle-dependency-graph-generator-plugin
Gradle plugin that generates dependency graphs from your project.
andyfeng1986/GradleDebug
andyfeng1986/HybridDemo
动态化引擎Demo
andyfeng1986/InvestApp
andyfeng1986/JIMU
一种简单有效的android组件化方案,支持组件的代码资源隔离、单独调试、集成调试、组件交互、UI跳转、生命周期等完整功能。
andyfeng1986/LookAtMe
Android library for a VideoView that plays video only when :eyes: are open and :boy: is detected
andyfeng1986/matrix
Matrix is a plugin style, no-intrusion APM system developed by WeChat.
andyfeng1986/McImage
Android Gradle Plugin -- Auto Check big image and compress image in building.
andyfeng1986/mp4box.js
JavaScript version of GPAC's MP4Box tool
andyfeng1986/pixz
Parallel, indexed xz compressor
andyfeng1986/Qigsaw
Qigsaw is a dynamic modularization library which is based on Android App Bundles. It supports dynamic delivery for split APK without reinstalling the base one.
andyfeng1986/rabbit-client
🐰【Android APM System】【 Android Develop Tools】【net request log】【crash Log】【 fps monitor】【 block monitor】【app speed】【apk analyzer】 etc.
andyfeng1986/simple-react
simple react
andyfeng1986/size-analyzer
The size-analyzer is a tool to help developers find tips on how to reduce the size of their Android application.
andyfeng1986/SoftwareArchitect
Become a Better Software Architect
andyfeng1986/Trojan
Trojan is an efficient mobile terminal lightweight log SDK
andyfeng1986/vdexExtractor
Tool to decompile & extract Android Dex bytecode from Vdex files
andyfeng1986/X2C
Increase layout loading speed 200%
andyfeng1986/XAOP
🔥一个轻量级的AOP(Android)应用框架。囊括了最实用的AOP应用。