retrofit tag

5 questions


2 answers
130 views
0
I would like to know the content of my request when I get a WebAPI response.

Calling the same WebAPI multiple times while changing the request parameters.I am using Merge from RxJava.WebAPI will return the price if you specify the product name, but the product name you specifi...

2 years ago

1 answers
112 views
0
Unable to parse by gson with signed APK

environment:kotlin 1.2.51/gson 2.4/okhttp 3.10 retrofit 2.4Retrofit and okhttp retrieve json data from WebAPI and store it in data class in converter.In debug/release mode, it is successfully stored o...

2 years ago

1 answers
111 views
0
http communication using Retrofit2

I tried using Retrofit2 library to get data through http communication.I used the example on the official website.The code seems simpler than when you didn't use the libraryGetting the data from the e...

2 years ago

3 answers
84 views
0
Error handling questions related to retrofit

Hello, I'm JUN of the project with retrofit + rxandroid I have a question, so I'm asking. Haha NetworkService service = NetworkManager.getInstance(mContext).getService(); Observable<StudyPlanGraph...

2 years ago

1 answers
131 views
0
If you know anything about retrofit, please help me

I want to get the barcode number if there is a barcode in DB when I take a barcode.So I searched here and there and googled, but there were overwhelmingly many things that brought the entire DB.First ...

2 years ago

© 2024 OneMinuteCode. All rights reserved.