I am creating an app to update the JSON data on the API url
I want to add a new array item in the JSON ARRAY from the android app
Is it possible to do it and how to do it?
I am creating an app to update the JSON data on the API url
I want to add a new array item in the JSON ARRAY from the android app
Is it possible to do it and how to do it?
It is definitely possible. as long as you have controls on your backend which is the JSON API diagram you have there. Basically an ASYNC and AWAIT ( in reference to JAVASCRIPT )
but for android, saw this link android waiting for response from server