首页 存档 技术 查看内容

Android开发框架大全

2018-3-30 13:00 |来自: 互联网 509 0

摘要: 包括各种快速开发框架、测试框架、系统框架、插件补丁框架、设计模式框架、主题切换框架。 android-tips-tricks:https://github.com/nisrulz/android-tips-tricks Android 开发的一些 Tips 集合 Android-Code-Style ...

包括各种快速开发框架、测试框架、系统框架、插件补丁框架、设计模式框架、主题切换框架。

android-tips-tricks:https://github.com/nisrulz/android-tips-tricks

Android 开发的一些 Tips 集合

Android-Code-Style:https://github.com/LoranWong/Android-Code-Style

初心网络安卓组代码规范说明

AndroidStandardDevelop:https://github.com/Blankj/AndroidStandardDevelop

安卓开发规范

material-design-data:https://github.com/Luosunce/material-design-data

关于 Material Design 的一切资料都在这里

python-for-android:https://github.com/kivy/python-for-android

用 Python 开发 Android 应用程序

MVPArt:https://github.com/JessYanCoding/MVPArt

A New Android MVP Architecturehttp://www.jianshu.com/p/ac51c9b88af3

MVPArms:https://github.com/JessYanCoding/MVPArms

一个整合了大量主流开源项目的Android Mvp快速搭建框架

atlas:https://github.com/alibaba/atlas

Atlas 带你重返App开发的田园时代

ak-universal-android-helper:https://github.com/kumar-aakash86/ak-universal-android-helper

安卓开发助手

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.http://tinyurl.com/RxDroidcon16

Pluto-Android:https://github.com/minggo620/Pluto-Android

Android应用开发通用框架

AndroidMVPAuthenticationBoilerPlate:https://github.com/TakeoffAndroid/AndroidMVPAuthenticationBoilerPlate

Login/Signup app which handles boiler plate Validation logics using MVP design patterns with SQLite Database

AppAddUpdate:https://github.com/kingwang666/AppAddUpdate

Android app 增量更新

rexxar-android:https://github.com/douban/rexxar-android

豆瓣的混合开发框架 Rexxar

patchrom_miui:https://github.com/MiCode/patchrom_miui

MIUI 8 系统

dynamic-load-view:https://github.com/kot32go/dynamic-load-view

Dynamic-load-view 能够动态加载外部apk中的View以及资源,能够热修复线上View,以及模块化更新

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

Another hotfix 另一个热修复方案 Alpha,来自InstantRun 和 Robust 类似

delta:https://github.com/byteam/delta

Android热修复与增量升级,基于微信Tinker原理

Amigo:https://github.com/eleme/Amigo

A hotfix library for Android platform, and not just this…

Tinker_imitator:https://github.com/zzz40500/Tinker_imitator

微信热更新方案实践

SmartGo:https://github.com/Sausure/SmartGo

An easier way to launch framework components

green-coffee:https://github.com/mauriciotogneri/green-coffee

Android library that allows you to run Cucumber scenarios in your instrumentation tests

abtestgen:https://github.com/imperial-crystalline-recursion/abtestgen

An Android library for generating ** A/B tests

restito:https://github.com/mkotsur/restito

Restito mocking framework for testing rest clients

**Chat:https://github.com/AndreiD/**Chat

The best room chat system for Android. Real-time, IRC Style using firebase as database

easydatabinding:https://github.com/joxad/easydatabinding

This project goal is to create activity fragment and views, with less code to be more efficient on the view models

Chateau:https://github.com/badoo/Chateau

Chateau is a framework for adding (or improving) chat functionality in any Android app

ZeusPlugin:https://github.com/iReaderAndroid/ZeusPlugin

Android下插件补丁的开发框架

test-butler:https://github.com/linkedin/test-butler

Reliable Android Testing, at your service

Scoper:https://github.com/bgogetap/Scoper

Lightweight Dagger 2 scoped component management library

Froggy:https://github.com/BullyBoo/Froggy

** Mvp Implementation

andiag-mvp:https://github.com/iagocanalejas/andiag-mvp

Library to help developers build full MVP apps

avenging:https://github.com/JoaquimLey/avenging

MVP Android no Dagger or RxJava examplehttp://joaquimley.com

ThirtyInch:https://github.com/grandcentrix/ThirtyInch

a MVP library for Android

Auster:https://github.com/Prokky/Auster

** lightweight MVP library for Android

MVP-RX-Android-Sample:https://github.com/ahmedeltaher/MVP-RX-Android-Sample

A sample to showcase MVP pattern with RX-Android, Retrofit 2.0

ferro:https://github.com/MaksTuev/ferro

** and powerful MVP library for Android

Hook:https://github.com/renaudcerrato/Hook

Minimalist, annotation based, hook framework for Android built on top of AspectJ

VirtualApp:https://github.com/asLody/VirtualApp

App 虚拟空间,类似 LBE 双开空间

DBinding:https://github.com/tianzhijiexian/DBinding

巧妙、灵活的databinding改造库

weex:https://github.com/alibaba/weex

A framework for building Mobile cross-platform UIhttp://alibaba.github.io/weex

AppDynamicFramework:https://github.com/xiyouMc/AppDynamicFramework

本框架是在 Dynamic-load-apk上层进行的封装。增加插件动态加载到libs目录和针对模块Service的注入。本框架使DynamicLoad更加实用。

android-design-template:https://github.com/andreasschrade/android-design-template

Android Design 设计模板

mvp-helpers:https://github.com/BlackBoxVision/mvp-helpers

Helper classes to build Android Apps through MVP pattern in a faster wayhttps://blackboxvision.github.io/mvp

AndroidMvc:https://github.com/kejunxia/AndroidMvc

Android MVC/MVP/MVVM frameworkhttp://kejunxia.github.io/AndroidMvc

android-base-mvp:https://github.com/derohimat/android-base-mvp

Android Base MVP Concept with RXJava, Dagger, Event Bus, Retrofit, Glide, OkHTTP

MVP:https://github.com/SuperMan42/MVP

App based on Material Design MVP Rxjava Retrofit Okhttp Glide

AMVP:https://github.com/rubensousa/AMVP

A ** Model-View-Presenter library for Android

RainbowMVP:https://github.com/Ne1c/RainbowMVP

Lightweight Android MVP library with easy implementation

DroidMVP:https://github.com/andrzejchm/DroidMVP

安卓 MVP 开发框架

AndroidArchitectureCollection:https://github.com/CameloeAnthony/AndroidArchitectureCollection

安卓架构文章合集(a collection of android Architecture)

vertical-stepper-form:https://github.com/ernestoyaquello/vertical-stepper-form

This Android library implements a vertical stepper form following Google Material Design guidelines

Basic:https://github.com/meikoz/Basic

简单好用的 MVP 开发框架

Kubwa:https://github.com/WesleyElliott/Kubwa

An Annotation based validation library for use with Android’s DataBinding library in an MVVM architecture

PokeMVVM:https://github.com/evant/PokeMVVM

A playground for MVVM style architecture on Android

android-mvvm:https://github.com/A-Zaiats/android-mvvm

A Model-View-ViewModel library for Android apps. Check Android-mvvm page for more information

MVVMLight:https://github.com/Kelin-Hong/MVVMLight

一个Android MVVM 轻量级工具库,主要目的是更快捷方便的构建Android MVVM应用程序

Moxy:https://github.com/Arello-Mobile/Moxy

MVP 开发框架

RNCryptorNative:https://github.com/TGIO/RNCryptorNative

Android JNI model implementation of Rob Napier’s RNCryptor

tesela:https://github.com/raycoarana/tesela

Tesela simplifies dealing with background threads and UI work in Model-View-Presenter

awex:https://github.com/raycoarana/awex

AWEX (Android Work EXecutor) is a thread pool to execute tasks that uses Promises to deliver results

Android-MVVMFramework:https://github.com/saiwu-bigkoo/Android-MVVMFramework

Using Databing and Retrofit to build a fast MVVM framework

AndroidBase:https://github.com/huangwm1984/AndroidBase

采用谷歌官方MVP架构以及RxJava对项目进行封装重构

LoonAndroid3:https://github.com/gdpancheng/LoonAndroid3

完全用注解的方式开发安卓应用,外包专用

ConditionWatcher:https://github.com/AzimoLabs/ConditionWatcher

自动测试框架

AndroidUnitTest:https://github.com/florent37/AndroidUnitTest

Save time

声明:文章版权归原作者所有 部分文章转自互联网 如有侵权请联系 [邮箱地址] 删除

路过

雷人

握手

鲜花

鸡蛋

相关分类

返回顶部