Android-Query HTTP-GET sample (JSON, JackSON, InputStream, bytes, XMLPullParser).
androidQuery_GET_sample is hosted in the following web site
https://github.com/helabenkhalfallah/androidQuery_GET_sample
If you think the Android project androidQuery_GET_sample listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of androidQuery_GET_sample.
Item | Value |
---|---|
Java File Count | 5 |
Target SDK Version | 18 |
Minimum SDK Version | 8 |
Activity Count | 1 |
jar files used | android-query-full.0.26.7.jar android-support-v4.jar jackson-annotations-2.2.3.jar jackson-core-2.2.3.jar jackson-databind-2.2.3.jar |
Required Permissions | android.permission.INTERNET android.permission.WRITE_EXTERNAL_STORAGE |
androidQuery_GET_sample has the following Java source files.
com.hbenkhalfallah.androidaqgetsample.BaseApplication.java com.hbenkhalfallah.androidaqgetsample.activities.MainActivity.java com.hbenkhalfallah.androidaqgetsample.beans.UserModel.java com.hbenkhalfallah.androidaqgetsample.configs.Constant.java com.hbenkhalfallah.androidaqgetsample.utils.Utils.java