5 questions
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...
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...
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...
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...
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 ...
© 2024 OneMinuteCode. All rights reserved.