An Android library for executing HTTP requests and parsing JSON files..
Kama-for-Android is hosted in the following web site
https://github.com/Label305/Kama-for-Android
If you think the Android project Kama-for-Android 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 Kama-for-Android.
Item | Value |
---|---|
Java File Count | 34 |
Activity Count | 0 |
Test Case Count | 5 |
jar files used | dexmaker-1.1.jar dexmaker-mockito-1.1-custom.jar |
Kama-for-Android has the following Java source files.
com.label305.kama.AbstractJsonRequester.java com.label305.kama.JsonDeleter.java com.label305.kama.JsonDeleterTest.java com.label305.kama.JsonGetter.java com.label305.kama.JsonGetterTest.java com.label305.kama.JsonPoster.java com.label305.kama.JsonPosterTest.java com.label305.kama.JsonPutter.java com.label305.kama.JsonPutterTest.java com.label305.kama.KamaWrapper.java com.label305.kama.KamaWrapperTest.java com.label305.kama.MyJsonParserTest.java com.label305.kama.auth.AuthHelper.java com.label305.kama.auth.Authorization.java com.label305.kama.auth.MyURLConnectionClient.java com.label305.kama.exceptions.JsonKamaException.java com.label305.kama.exceptions.KamaException.java com.label305.kama.exceptions.status.BadRequestKamaException.java com.label305.kama.exceptions.status.HttpResponseKamaException.java com.label305.kama.exceptions.status.InternalErrorKamaException.java com.label305.kama.exceptions.status.NotFoundKamaException.java com.label305.kama.exceptions.status.UnauthorizedKamaException.java com.label305.kama.http.DeleteExecutor.java com.label305.kama.http.GetExecutor.java com.label305.kama.http.HttpDeleteWithBody.java com.label305.kama.http.HttpHelper.java com.label305.kama.http.PostExecutor.java com.label305.kama.http.PutExecutor.java com.label305.kama.objects.KamaError.java com.label305.kama.objects.KamaObject.java com.label305.kama.utils.HttpUtils.java com.label305.kama.utils.KamaParam.java