Now i am creating chart applications . I have to create chart based on sqlite table values . I have the following values in my database http://pastie.org/5114056 . I fetch all the data and stored into corresponding arrays. Now i want to display all the values in table view like this
All the column value must be displayed as row values. And all the row values displayed as column values in dynamically. How can i do this? Can any body help me? Thanks in advance.