Http://www.javaapk.com/source/17638.html
This is a development package that integrates the current Android mainstream excellent third-party components, excellent and easy-to-use custom controls, utility class packages, and some app common modules (such as version updates, feedback, boot interfaces, etc.) to help programmers quickly develop their apps
Third-party open source components are integrated:
Network Request Library Android-async-http
Picture Asynchronous Loading Library Universal-image-loader
SQLite database Operation Ormlite-android
Social sharing sharesdk+ SMS Verification code
Zxing Two-dimensional code library
Baidu Map Positioning SDK
Google relies on injection library Roboguice
WebService Call Library KSOAP2
XML parsing XStream
Animated Open Source Library Nineoldandroids
Form Validation Library Android-validation-komensky
More excellent open source libraries await integration ...
Packaged Tool classes:
HTTP network communication Tool Class (Toolhttp.java), get/post request, supports multiple interface callbacks
SOAP Protocol Communication Tool Class (Toolsoap.java), WebService interface based on asynchronous callback request
SQLite Database Operations Tool Class (Tooldatabase.java), get DAO, create TABLE, delete table and other APIs
Tip Information Dialog Tool Class (Toolalert.java), three tips for integrating bubbles, toast, and dialog boxes
File Manipulation Tool Class (Toolfile.java), assets/raw/xml/shreperface/and other file read/write API
Map Positioning Tool Class (Toollocation.java), read GPS status, request location, obtain latitude and longitude and other methods
Social Sharing tool Class (Toolsharesdk.java), the major development platform to share API operations
SMS Verification Code Tool Class (Toolmsm.java), Mobile/Unicom/Telecom Three network send SMS verification code, asynchronous callback verification results
String manipulation tool Class (Toolstring.java), generating UUID, non-null non-null logical judgment, generating MD5 and other common methods
Data manipulation Tool Class (Tooldata.java), automatic recursive acquisition of form data encapsulated into map, local data paging common method, etc.
Image manipulation Tool Class (Toolpicture.java), generate two-dimensional code, verification code, grayscale, composition, fillet, watermark and other operations
Read the Local Resource Tool Class (Toolresource.java), reflect the local resource file API, avoid relying on R files, facilitate the release of Jar form
Android Unit conversion Tool Class (Toolunit.java), SP/DP/PX Mutual transfer
Custom Toast Tool Class (Tooltoast.java), custom background color, font color, size, border, and more
Properties Operation Tool Class (Toolproperties.java), read and write properties file operation
Network Operation Tool Class (Toolnetwork.java), get network information, change the switch network and other related operations
Date manipulation Tool Class (Tooldatetime.java) for operations such as date, date addition, formatting date, date conversion, and so on
XML manipulation Tool Class (Toolxml.java), parsing based on Dom/xmlpullpaser mode, generating XML operations
XMPP Action Tool Class (Toolxmpp.java), related API operations based on XMPP protocol
Fit Font Tool Class (Toolautofit.java), Code automatically scales view font size based on device density
Log Related tool class (Toollog.java) feature----cut into log exception logs and store files or upload to server
Custom controls are encapsulated/collected:
Compatible with low version Switchbutton
Append custom property value to Checkbox/radiobutton/radiogroup/singlespinner
Fillet tip Information Tipsview
Fillet picture Roundimageview
Custom Style style ProgressDialog
Custom Style WebView
Round progress bar (Roundprogressbar), Vertical progress bar (Verticalprogressbar)
Open source Excellent custom controls: imageindicator (Picture carousel/Boot interface), Pulltorefresh, Xlistview, tablefixheaders (horizontal + vertical scrolling + first row + first column freeze table), Viewpager
Project Source git homepage: http://git.oschina.net/zftlive/zftlive javaapk.com Before also introduced this kind of project source code, can click Javaapk.com Homepage's development Framework Classification download.
Android Example source integration Android Mainstream excellent third party component framework