Afinal is an open source Android ORM and IOC application development framework that features small, flexible code intrusion.
In Android application development, the afinal IOC framework, such as UI bindings, event bindings, can be automatically bound by annotations. With the Afinal ORM Framework, a single line of code can be used to check Android's SQLite database for additional deletion without any configuration information. At the same time, afinal embedded with finalhttp and other easy-to-use tools, you can easily operate on HTTP requests.
The afinal now contains four components:
Finalhttp: Used to request HTTP data, direct AJAX way request, file upload, breakpoint renew download file, etc.
Finalbitmap: for displaying bitmap pictures without regard to threading concurrency and Oom.
Finalactivity: You can bind controls and events entirely by annotations, without writing code.
Finaldb:android in the SQLite ORM Framework, a line of code to check and delete changes.
Summary
Whichever frame you are studying, the general order is as follows:
1, learning the framework, will be used.
2, proficient in how to use the framework (based on the framework thrown out of the interface to design their own excellent applications)
3. Read the frame code and draw your own UML diagram
4, try to write some small frame.
5, write your own frame and you think the good frame contrast.