Ultimateandroid is an Android rapid development framework that integrates many of the existing outstanding Android Open source class libraries and synthesizes them as a whole.
The framework currently includes features such as View Injection,orm, asynchronous network request and picture loading, automated script testing, and Disk LRU. Also provides similar to TripleDES, WebView Quick setup, MD5 processing, string processing, Common tool classes such as HTTPS processing, as well as a variety of UI control effects. And these functions are gradually increasing.
This tutorial mainly introduces the use of the ultimateandroid framework, and uses a project as an example to illustrate how to better use ultimateandroid
The project address is https://github.com/cymcsg/UltimateAndroid, if you have any questions, you can ask questions directly on GitHub's issue, or join QQ Group discussion: 341970175, Dabigatran Please specify Android development
目录:
I. Deployment of the ultimateandroid framework (Eclipse and version Androidstudio)
Second, import Demoofui, achieve a variety of UI effects
Iii. Routines: Project Introduction and initialization
Four, start effect processing
V. Database structure processing
Six
... Not to be continued
The core open source class libraries currently in use are:
1. View Injection Butter Knife
2. Asynchronous network request asynchronous Http Client for Android.
3. Asynchronous picture loading Universal image Loader for Android
4.ORM One: Greendao
5.ORM Two: activeandroid
Ultimateandroid Rapid Development Framework Tutorial