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.
GitHub Address: Https://github.com/cymcsg/UltimateAndroid
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 is mainly about the use of the ultimateandroid framework, and a project as an example of how to better use ultimateandroid, but also a set of fast-developing Android Tutorials
Directory:
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
... Continued (This article will update the link address continuously)
1. Framework core modules include view injection, ORM, asynchronous HTTP and image requests, and so on.
2.UltimateAndroid uses a number of excellent open source frameworks
3. The current project structure is not yet gradle and may be used at some time in the future
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 Quick Development Framework Introduction and tutorials (also a set of fast-developing Android tutorials)