Since the development of Android for more than two years, has been exposed to many excellent frameworks. I think it is necessary to summarize it for future reference.
Post will also be updated, there are always novelty happened.
1, the initial exposure to the Android development framework is afinal, which is affixed to the address on GitHub. I think it's cool to use afinal to download pictures, and there's a better framework for ORM and IOC to consider.
2, when it comes to Android SQLite is Ormlite framework, Ormlite official website, small and convenient, there are a variety of data manipulation methods. The most force is directly in the XML configuration of the class name, omitted the tedious creation of table statements.
3,javax-inject IOC frame, GitHub address. This framework is used in development, the framework is not my configuration, but it feels good to use. The specific configuration of the tutorial Baidu should be quite a lot.
4,android Query (aquery) This framework to see the tutorial is very powerful, but I did not in the actual development used. Here is a tutorial, a document and an example address.
5, there is the JSON parsing part of the framework, the more mainstream is the Gson. Here is not much to do introduction, mainly paste the jar address.
Android Development Framework Summary