python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
how to stay connected to the server
I'm trying to stay connected with a url but I don't know how.
I'm working on a quiz app so I need to refresh the question every time that user lose or win.
but it takes long time to connect to the url...
Ehsan Pagheh
Votes: 0
Answers: 0
How can I parse nested array inside JSON object using Android Volley
I want to parse below JSON format,
Can anybody please advise a way to do it? Thanks.
JSON format, I want to parse
{
"questions": [
{
"question": "What is the scientific name o...

mayn
Votes: 0
Answers: 1
How to get data when it is in a JSONObject in the position [0] of a JSONArray?
I am trying that my app send two parameters to PHP file, where that file get data from mySQL database and send back to my app an array with the data.
Everything works but the problem is that I cannot ...
Javierungo
Votes: 0
Answers: 0
How to set JSON Array values to seter class in Android Studio with volley
I'm trying to display my row tables on the database in my ListView , However I dont know how to convert JSONObject to JSONArray and set it to my setter class. I get my JSON through Volley String Reque...

Rafly Andrian
Votes: 0
Answers: 3