firelotus / Meteorite

一个基于Android MVP的简单明了的指引性通用架构,目的是帮助更多的开发者去全面了解实践开发相关的各种技术,快速搭建属于自已的APP。这个项目涉及到如下技术的实际应用:1、MVP 2、网络请求(Novate基于rxjava,okhttp,retrofit封装架构)3、DbFlow(可保存文件入SD卡) 4、6.0权限申请 5、XRecyclerView 6、万能Adapter7、异常处理 8、日志打印 9、屏幕适配 10、代码混淆 11、多渠道打包 12、内存泄露检测 13、热修复 14、升级更新 15、极光推送 工程更新完善中……欢迎关注 @特别感谢ZJ.Y的Logo支持。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Meteorite

Build Status

一个基于Android MVP的简单明了的指引性通用架构,目的是帮助更多的开发者去全面了解实践开发相关的各种技术,快速搭建属于自已的APP。

涉及到的技术点:

  • 1、MVP
  • 2、网络请求(Novate基于rxjava,okhttp,retrofit封装架构)
  • 3、DbFlow(可保存文件入SD卡)
  • 4、6.0权限申请(rxpermissions)
  • 5、XRecyclerView
  • 6、万能Adapter
  • 7、异常处理
  • 8、日志打印
  • 9、屏幕适配
  • 10、代码混淆
  • 11、多渠道打包
  • 12、内存泄露检测
  • 13、生产环境测试环境分离
  • 14、热修复
  • 15、升级更新
  • 16、极光推送
  • 17、butterknife
  • 18、APP启动图标多环境区分(easylauncher)
  • 19、函数输入参数打印(Hugo)

APP效果图

本地日志

签名

权限申请

函数输入日志打印

启动logo环境区分

下载试用

License

 Copyright 2018 firelotus

 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.

About

一个基于Android MVP的简单明了的指引性通用架构,目的是帮助更多的开发者去全面了解实践开发相关的各种技术,快速搭建属于自已的APP。这个项目涉及到如下技术的实际应用:1、MVP 2、网络请求(Novate基于rxjava,okhttp,retrofit封装架构)3、DbFlow(可保存文件入SD卡) 4、6.0权限申请 5、XRecyclerView 6、万能Adapter7、异常处理 8、日志打印 9、屏幕适配 10、代码混淆 11、多渠道打包 12、内存泄露检测 13、热修复 14、升级更新 15、极光推送 工程更新完善中……欢迎关注 @特别感谢ZJ.Y的Logo支持。

License:Apache License 2.0


Languages

Language:Java 100.0%