# abblcg\_android_common
--------------
### 描述
abblcg\_android_common,是一个Android快速开发框架,提供一套开发标准(UI,Data,Listener)以及模板和工具类并规范代码。集成全面、高效,并且封装性好。
--------------
### 集成三方框架
* OKHttp
* Glide
* ButterKnife
* EventBus
* SwipeToLoadLayout
* FlycoTabLayout
* 其它
--------------
### 亮点
1. 万能的BaseBean
2. BaseAdapter,快速适配AbsListView和RecyclerView
3. 伪第五种启动模式,指定任意Activity销毁
4. SimpleHandlerUtil,简化Handler机制开发
5. 各种DialogFragment
6. 其它
--------------
### 在线产品
![image](https://github.com/Song-6/abb-resource/raw/master/mfq100/logo.png)
[客户版](https://github.com/Song-6/abb-resource/raw/master/mfq100/mfq100_normal.apk)
[商户版](https://github.com/Song-6/abb-resource/raw/master/mfq100/mfq100_business.apk)
--------------
### 如何使用
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile project(':library')
}
### 开源协议
The MIT License (MIT)
Copyright (c) 2016 OSChina.net
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.