Android App Development
iOS App Development
Flutter App Development
Cross Platform App Development
Hire on-demand project developers and turn your idea into working reality.
Big thanks to Webkul and his team for helping get Opencart 3.0.3.7 release ready!
Deniel Kerr
Founder. Opencart
Top Partners
In this blog, we will learn how to handle the XML Response from HTTP request using Retrofit.
Well, we all want to make our apps faster. In order to do the same, we try to use the fastest networking library. Currently, Retrofit2 is one of the fastest networking libraries and the main advantage of using Retrofit in Android Programming is that you don’t have to traverse the whole response all by yourself to create an object and then use it.
The retrofit does this for us and all we need to do is to tell the Retrofit call that how the response object would be.
If you are new to Retrofit2, you should read these two articles :
Basic Authentication in Retrofit android
Using Retrofit library to make Http Requests
After getting the basic introduction to the Retrofit, the question is what if you receive the response in XML and not in JSON.
The Retrofit object will look into the converter Factory applicable to the response received and will convert it to the object automatically.
All you need to do is to set the correct Converter Factory in your retrofit Object.
If you are sure about getting only one type of the response from all the APIs then you need to add only one converter Factory, but if you are not exactly sure or some of your requests return JSON and some of your requests return XML, then you need to add two converter Factories in your retrofit Object.
And then create a model object class.On the declaration
On the declaration of the class, add a Root annotation with the tag name in which you will receive your data. And on each Element, add the Element Annotation with the name of the element.
Create the getters and setters to access the data from your model.
The Retrofit Object :
That’s it the above code will apply both the converter factories as applicable and feasible to the response.
That’s all you need to do in your code and the retrofit will automatically build the object and allocate the variables according to the response received.
Keep coding and Keep Sharing.
Your email address will not be published. Required fields are marked*
Name*
Email*
Save my name email and website in this browser for the next time I comment.
Hi Pushpendra,
I am sorry that i cannot share the complete project source code with you but you can follow the article and let me know where exactly are you facing any difficulties so that i can improvise the article on the whole and help every reader.
Regards,Anchit
We use cookies to personalize your experience. By continuing to visit this website you agree to our use of cookies. Learn more about privacy policy
We've bought a Shopware Extension which is a hybrid App, which we can now offer in the Google Play Store and the IOS App Store. I'am still impressed how fast and how sharp the support team leads us through every process of the App-Store clarification. Very fast and useful response.
Markus Walter
Founder, Das Apartment Living
USA
India
Global
Name
Email
Enquiry or Requirement
If you have more details or questions, you can reply to the received confirmation email.