How can i fetch data from XML file (given below) and show it in roListScreen ???? Am not able to apprehend the sample examples given in sdkdocs..
<?xml version="1.0" encoding="UTF-8"?>
- <Channels>
- <Channel>
<id>1</id>
<name>BBC UKTV</name>
<logo>//images/bbc uktv2.jpeg</logo>
</Channel>
- <Channel>
<id>2</id>
<name>Life Style Food</name>
<logo>//images/life style food2.jpeg</logo>
</Channel>
- <Channel>
<id>3</id>
<name>Life Style You</name>
<logo>//images/life style you2.jpeg</logo>
</Channel>
<Channel>
<id>4</id>
<name>NITV</name>
<logo>//images/nitv2.jpeg</logo>
</Channel>
<Channel>
<id>5</id>
<name>Syfy</name>
<logo>//images/syfy2.jpeg</logo>
</Channel>
</Channels>