c# - How to parse xml api in xamarin.android -


i new xamarin , developing cross platform application. can here me guiding how parse xml api can use in shared code also. helpful if can provide me link or demo of same thing.

you can use system.xml.serialization. helps serialize objects xml format , deserialize of xml file object.

see more


Comments