Hi i am parsing xml file to insert buttons,textview and for creating them i am calling a function for each so that it may create many, depending on the xml. Now, i like to create a spinner in that xml. But i want to insert its items from an array.
<item>
<id>1</id>
<text>text1</text>
</item>
</items>
i dont want to enter the text in this way. i want to call an array.So what do i need to do? how i am going to record array name into xml and call it? Can somebody please help me ?