Beam
Introduction: Beam 是一套基于 MVP 模式的快速开发框架。定义了一套开发规范。并提供了基于这套规范的 Activity,Fragment,Presenter,Model 等父类及控件和 API 等,完成 APP 开发过程中大量繁琐工作。
Tags:
Beam 是一套基于 MVP 模式的快速开发框架。定义了一套开发规范。并提供了基于这套规范的 Activity,Fragment,Presenter,Model 等父类及控件和 API 等,完成 APP 开发过程中大量繁琐工作。
依赖
compile 'com.jude:beam:3.0.1'
MVP 概念
MVP 模式在 Android 开发中的使用越来越流行,它十分适合 Android。最好先看看本框架对 MVP 的理解。
文档
例子
Joy 豆逼 APP(demo 项目)
SearchPictureTool 搜图神器
Fishing 空钩钓鱼
License
Copyright 2015 Jude
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.