-
I’m working on project in which I have to implement on API. This API repsonse is objects of ArrayList. Can …
- 432 views
- 2 answers
- 0 votes
-
I want to send these data to server as a JSONObject { "userId": "5f06ca75ce77e8e2cdd2f320", "services": [ { "serviceId": "5eeb4d5f2d4f7288d8959f68" }, …
- 379 views
- 1 answers
- 0 votes
-
I’m working on project in which I have to implement on API. This API repsonse is objects of ArrayList. Can …
- 0 views
- 1 answers
- 0 votes
-
Connecting android real device to app to perform GET request from <ipv4 address>:8000 using Retrofit
So I am trying fetch following API(generated using Django-rest-framework) using Retrofit on my real android device connected through wire. "followers": …
- 346 views
- 0 answers
- 0 votes
-
api is here… http://api.geonames.org/postalCodeSearch?postalcode=10250%20&maxRows=10&username=siohail789 call.enqueue() is failed all the time. (i’m novice developer, i don’t know how to use @GET …
- 370 views
- 0 answers
- 0 votes
-
Below is the main code of the Fragment public class UploadPhotoo extends Fragment { TextView upload_id_tv, Image_Upload_txt; ImageView camera_uploadPhoto,Image_main, gallery_uploadPhoto,delete_from_gallery; …
- 355 views
- 0 answers
- 0 votes
-
I have an external API I query using Retrofit. The problem is that this API is costly and so I’ve …
- 371 views
- 1 answers
- 0 votes
-
I want to upload image on retrofit API with other 5 parameters, I tried all methods listed on stackoverflow but …
- 343 views
- 0 answers
- 0 votes
-
I searched a lot in Google to find a way to use Nested Json Arrays with Retrofit, but it is …
- 409 views
- 0 answers
- 0 votes