I want to save the data from a certain link in a xml file in android. How can I do this? Can anyone help me, I have no idea.
Thanks in advance.
The data from link looks like this :
<elements>
<element>
<def>confirm</def>
<text>Ok</text>
</element>
<element>
<def>email</def>
<text>Email</text>
</element>
<element>
<def>firstname</def>
<text>Prénom</text>
</element>
</element>
You are not asking a specific question. You can not expect other people to write code for you. Sorry, do not try to be mean. Anyways, to get you start, I assume you are trying to download a file from a http link? You might want to look at httpClient. This is a good example of using it: