# Beam **Repository Path**: hyperions/Beam ## Basic Information - **Project Name**: Beam - **Description**: MVP开发框架 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-22 - **Last Updated**: 2025-01-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Beam——MVP快速开发框架 Beam 是一套基于MVP模式的快速开发框架。定义了一套开发规范。并提供了基于这套规范的Activity,Fragment,Presenter,Model等父类及控件和API等,完成APP开发过程中大量繁琐工作。 ##依赖 `compile 'com.jude:beam:3.0.1'` ##MVP概念 MVP模式在Android开发中的使用越来越流行,它十分适合Android。最好先看看[本框架对MVP的理解](http://www.jianshu.com/p/ed2aa9546c2c)。 ##文档 [Documentation Home](https://github.com/Jude95/Beam/wiki) ##例子 [Joy](https://github.com/Jude95/Joy) 豆逼APP(demo项目) [SearchPictureTool](https://github.com/wenhuaijun/SearchPictureTool) 搜图神器 [Fishing](https://github.com/Jude95/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.