Top "Android-json" questions

JSON stands for (Java Script Object Notation).

How to POST raw whole JSON in the body of a Retrofit request?

This question may have been asked before but no it was not definitively answered. How exactly does one post raw …

android rest http-post retrofit android-json
Send POST request with JSON data using Volley

I would like to send a new JsonObjectRequest request: I want to receive JSON data (response from server): OK I …

android http-post android-volley android-json
How to update ui from asynctask

I've seen many examples of how to do this, but I can't figure how to implement it in my code. …

android android-asynctask android-handler android-json
Convert SQLite to JSON

Is there a way to convert sqlite to json? All other questions are parsing json and saving to sqlite. I …

android android-sqlite android-json
Android How can I read json file(text file) from SD Card and display data into textview

I have the following textfile into my SdCard.now i want to parse this file via Json parser,and i …

android json android-json
Parse simple JSON Array without key

I need help with parsing simple JSONArray like this: { "text":[ "Morate popuniti polje tekst." ] } I have tried with this but …

android json android-json
org.json.JSONObject vs Gson library JsonObject

What are differences between this two classes? If someone uses Gson library is it preferable to use com.google.json.…

android json gson android-json
Android Studio 2.0 Preview: ':app:transformClassesWithInstantRunForDebug' FAILED

I'm getting this error in Gradle in Android Studio: :cart:transformClassesWithInstantRunForDebug FAILED Error:Execution failed for task :cart:transformClassesWithInstantRunForDebug'.> …

android android-studio gson android-json
org.json.jsonarray cannot be converted to jsonobject error

I have been trying to fix this error for 2 days now, searched and tried multiple coding types from stackoverflow.com. …

android parsing android-json jsonexception
How to extract values from JSONObject in android

1.I am having json object like this how can i get the access to all values in android 2.before anyone …

android json arrays jsonobject android-json