Piren, thats what im looking for, is how to take the results and feed them into a gridview so i can then allow the user to sort, page and do on if thats possible.
On Sun, May 5, 2013 at 2:01 AM, Piren <gpi...@gmail.com> wrote: > Instead of building a string out of the results, just use them to feed a > ListView or a GridView. > > > On Sunday, May 5, 2013 7:42:50 AM UTC+3, Dan Cha wrote: >> >> Right now i have a very simple page, that has a ScrollView with a >> TextView within it to display results that are returned by my webservice. >> >> I have all the code posted here in another Thread for another issue: >> https://groups.google.com/**forum/?hl=en&fromgroups#!** >> topic/android-developers/**ubmVCCW8nZI<https://groups.google.com/forum/?hl=en&fromgroups#!topic/android-developers/ubmVCCW8nZI> >> >> I can post here, but figured for now ill just link to it. >> >> Anyway, the returned results from the webservice are within a SoapObject >> response = (SoapObject)envelope.bodyIn; >> Then i loop thru and build a StringBuilder with the results to make it >> readable. >> >> But that is not very nice, so id like to know what route to take in order >> to populate say maybe a grid or something to have it little easier to read >> and manage >> , maybe allowing for paging so that they arent scrolling forever once >> alot of records are in the database. >> >> thanks, >> > -- > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to android-developers@googlegroups.com > To unsubscribe from this group, send email to > android-developers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Android Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to android-developers+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to android-developers+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.