simple-xml-converter Questions
2
I am developing an Android app using Retrofit.
The server is sending XML as a response.
So I should convert it.
In the case of the Json, I used the GsonConverter.
And for XMl, I think I can use Si...
Prato asked 14/12, 2018 at 5:43
3
Solved
In my project (I am using Dagger 2, Retrofit 2 & OkHTTP, RxAndroid) i have 2 different API calls. From one I receive JSON, from other - XML. I studied this link and added 2 converters that i ne...
Lightsome asked 26/11, 2016 at 23:13
2
I am using retrofit2.0 in my app with simpleframework.xml library.
The problem is when I run the app without proguard it works fine however when I run proguard I get the following Error in logs.
...
Mate asked 21/11, 2017 at 7:33
1
(Edit I added a small demonstration test)
I'm new to Retrofit.
What I need to do is the retrieve XML file from a server and convert it to POJO. The problem is that everything work perfect with sta...
Yoong asked 13/2, 2017 at 10:42
1
© 2022 - 2025 — McMap. All rights reserved.