Simple framework xml deserialize in android



I have a xml and i want to parse that to a ArrayList<Object> now i found a framework: Simple


but i dont understand how to use it.


this is a example of my XML:



<ArrayOfElements xmlns:i="http://ift.tt/ra1lAU" xmlns="http://ift.tt/12ZomzE">
<a>
<b>0</b>
<c>TypeTest</c>
</a>
<a>
<b>1</b>
<c>TypeTest2</c>
</a>
<a>
<b>2</b>
<c>TypeTest3</c>
</a>
<a>
<b>3</b>
<c>TypeTest4</c>
</a>
</ArrayOfElements>


now how i read some documentation of the Simple framework here


but i dont understand how to use it


No comments:

Post a Comment