
python-for-android:https://github.com/kivy/python-for-android
用 Python 开发 Android 应用程序
MVPArt:https://github.com/JessYanCoding/MVPArt
A New Android MVP Architecture
MVPArms:https://github.com/JessYanCoding/MVPArms
一个整合了大量主流开源项目的Android Mvp快速搭建框架
atlas:https://github.com/alibaba/atlas
Atlas – 带你重返App开发的田园时代
[url=https://github.com/comeforu2012/truth/wiki/chrome-lantern%ef%bc%88%e8%93%9d%e7%81%af%ef%bc%89]https://github.com/comeforu2012/truth/wiki/chrome-lantern%ef%bc%88%e8%93%9d%e7%81%af%ef%bc%89[/url]。[url=https://github.com/comeforu2012/truth/wiki/chromeplus]https://github.com/comeforu2012/truth/wiki/chromeplus[/url]。note: so far, https://github.com/the-darkvoid/os-x-fake-pci-id, and https://github.com/rehabman/os-x-fake-pci-id are being kept in sync.。
安卓开发助手
SampleApp: https://github.com/saveendhiman/SampleApp
安卓快速开发框架
BGAScaffolding-Android: https://github.com/bingoogolapple/BGAScaffolding-Android
Android MVC、MVP、MVVM 项目开发脚手架
FunctionalAndroidReference: https://github.com/pakoito/FunctionalAndroidReference
Showcase project of Functional Reactive Programming on Android, using RxJava.
[url=https://github.com/comeforu2012/truth/wiki/chrome-lantern%ef%bc%88%e8%93%9d%e7%81%af%ef%bc%89]https://github.com/comeforu2012/truth/wiki/chrome-lantern%ef%bc%88%e8%93%9d%e7%81%af%ef%bc%89[/url]。阿里巴巴alibabahttps://github.com/alibaba/https://github.com/thx。note: so far, https://github.com/the-darkvoid/os-x-fake-pci-id, and https://github.com/rehabman/os-x-fake-pci-id are being kept in sync.。
Android应用开发通用框架

[url=https://github.com/comeforu2012/truth/wiki/chromeplus]https://github.com/comeforu2012/truth/wiki/chromeplus[/url]。note: so far, https://github.com/the-darkvoid/os-x-fake-pci-id, and https://github.com/rehabman/os-x-fake-pci-id are being kept in sync.。代码托管地址:[https://github.com/icodeu/aes4java](https://github.com/icodeu/aes4java)。
Login/Signup app which handles boiler plate Validation logics using MVP design patterns with SQLite Database


AppAddUpdate: https://github.com/kingwang666/AppAddUpdate
Android app 增量更新

[url=https://github.com/comeforu2012/truth/wiki/chrome-lantern%ef%bc%88%e8%93%9d%e7%81%af%ef%bc%89]https://github.com/comeforu2012/truth/wiki/chrome-lantern%ef%bc%88%e8%93%9d%e7%81%af%ef%bc%89[/url]。阿里巴巴alibabahttps://github.com/alibaba/https://github.com/thx。note: so far, https://github.com/the-darkvoid/os-x-fake-pci-id, and https://github.com/rehabman/os-x-fake-pci-id are being kept in sync.。
豆瓣的混合开发框架 – Rexxar
patchrom_miui: https://github.com/MiCode/patchrom_miui
MIUI 8 系统
dynamic-load-view: https://github.com/kot32go/dynamic-load-view
动态加载也叫插件化. 当项目越来越大的时候, 可以通过插件化来减轻应用的内存和cpu占用. 还可以实现热插拔, 即可以在不发布新版本的情况下更新某些模块.。虽然一个apk一旦构建出来,我们是无法更换里面的dex文件的,但是我们可以通过加载外部的dex文件来实现动态加载,这个外部文件可以放在外部存储,或者从网络下载。若该模块是动态加载的,则这些新函数必须在加载这个模块时动态注册。
Robust: https://github.com/Meituan-Dianping/Robust
美团的新一代热更新系统Robust,对Android版本无差别兼容。无需发版就可以做到随时修改线上bug,快速对重大线上问题作出反应,补丁修补成功率高达99.9%
tinker: https://github.com/Tencent/tinker
腾讯热修复方法 tinker

AnoleFix: https://github.com/dodola/AnoleFix

微软日前发布了一个热修复补丁程序(hotfix),修复了这个存在于windows7和windows server 2008 r2中的登录问题。win7大硬盘补丁是微软发布的一个新的热修复补丁(hotfix)-kb2249857,完善了windows 7、windows server 2008 r2对于硬盘可用空间超过2tb的支持。微软近日发布了一个新的热修复补丁(hotfix),完善了windows 7、windows server 2008 r2对于硬盘可用空间超过2tb的支持。

delta: https://github.com/byteam/delta
Android热修复与增量升级,基于微信Tinker原理
Amigo: https://github.com/eleme/Amigo
A hotfix library for Android platform, and not just this…
[url=https://github.com/comeforu2012/truth/wiki/chrome-lantern%ef%bc%88%e8%93%9d%e7%81%af%ef%bc%89]https://github.com/comeforu2012/truth/wiki/chrome-lantern%ef%bc%88%e8%93%9d%e7%81%af%ef%bc%89[/url]。阿里巴巴alibabahttps://github.com/alibaba/https://github.com/thx。note: so far, https://github.com/the-darkvoid/os-x-fake-pci-id, and https://github.com/rehabman/os-x-fake-pci-id are being kept in sync.。
微信热更新方案实践
SmartGo: https://github.com/Sausure/SmartGo
An easier way to launch framework components
green-coffee: https://github.com/mauriciotogneri/green-coffee
use this approach to run unit tests that have no dependencies on the android framework or have dependencies that can be filled by using mock objects.。i had similar problem currently. the problem was that in my project i had more modules. e.g. com.packagename.app module and com.packagename.library module. although both, the class and the r.string resource were from the com.packagename.app module i somehow had import com.package.library.r in the class. somehow android studio did not recognize this as an error and gradle/sync build my project without problems. but when i tried to run unit tests gradle build failed with the described error. removing the import com.packagename.library.r solved my problem.&ndash。unit tests that run on your local machine only. these tests are compiled to run locally on the java virtual machine (jvm) to minimize execution time.。
[url=https://github.com/comeforu2012/truth/wiki/chrome-lantern%ef%bc%88%e8%93%9d%e7%81%af%ef%bc%89]https://github.com/comeforu2012/truth/wiki/chrome-lantern%ef%bc%88%e8%93%9d%e7%81%af%ef%bc%89[/url]。阿里巴巴alibabahttps://github.com/alibaba/https://github.com/thx。note: so far, https://github.com/the-darkvoid/os-x-fake-pci-id, and https://github.com/rehabman/os-x-fake-pci-id are being kept in sync.。
本文来自电脑杂谈,转载请注明本文网址:
http://www.pc-fly.com/a/jisuanjixue/article-101713-1.html
就换船吧
嗯嗯