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)
response.body() result changes during execution. (retrofit2-get method)
I'm a beginner learning Android.
I'm trying to make my application receive data from local database.
So I used retroit2 as followed
public class SNSDataServicer {
private String BASE_URL = "h...
SHwan
Votes: 0
Answers: 0
How to get string or object from "buffer"
I'm trying to get error message, but have a problem with it. I see it on debugger, but can't get access in code.
Found resolution, may be for somebody could be helpfully:
val errorJsonString: String? ...

ArchkWay
Votes: 0
Answers: 0
I cant upload my image in MultipartBody.Part type to retrofit in android kotlin
This code is from the fragment this works without the multipartbody.part in retrofit but isnot working when this multipartbody.part data is added
fun converToBitmap(filename:String,bitmapdata:ByteArr...
Nadeem
Votes: 0
Answers: 1
Data missing in multiple View in RecyclerView using retrofit response
I am facing an issue in multiple view type recycler view i think the code in myadapter is lacking something which i am not able to figure out pls help. Here is the detailed description :
I have a resp...
tintin
Votes: 0
Answers: 0