Here's what i am getting!
Does Rest Service which you use return the data precisely or do you get empty text in the received data?
It returns some...I have access to it for you on support@tiggzi.com
Thank you, I'll take a look
There is an entry in the RSS feed, which you use as a data source:
code<item>
<title> Morning and Evening 1/14 PM </ title>
<description> <div></div> </ description>
<pubDate> Mon, 14 Jan 2013 00:00:00 -0500 </ pubDate>
</ item>
/code
There is no text because of the written description <div><> (which means </ div).
How do i fix it?
This is a server problem. It sends empty data that's why there are empty fields in your app.
You can check where the data in the RSS feed received from and write something in those places where the text is empty.
Should I use something else? Don't know how to do that?
Adding to what Katya said. The data is coming from the server (your RSS feed) and one of the fields appears to be empty. We don't know why it's empty -- you should ask the person who created this service. It's outside of our control.