A fast development framework for Android, which contains many utils and components base classes and helpers
##Features
- Base Classes of components..
- Utils for common Apps may be used.
- Simple,Easy,EventBus.
- An wrapper of DownloadManager for App upgrade.
- A CommonAdapter for ListView or gridView.
- A light weight handler for app crash.
- Some common views and widgets.
- Support gesture sliding back
- Add new layout-extend support
- Usual colors and other widgets
##Usage
dependencies {
compile 'com.bsince.fastdevelop:BaisinceManager:1.2.1'
compile 'com.android.support:appcompat-v7:22.2.0'
}