Re: [android-developers] Re: How to redesign this basic page to be a little more??

2013-05-07 Thread Daniel Chacon
Thanks, i will have a look at that tonight when i get home in front of my pc. On Tue, May 7, 2013 at 2:03 AM, Piren wrote: > http://developer.android.com/guide/topics/ui/layout/listview.html > > > On Monday, May 6, 2013 8:31:59 PM UTC+3, Dan Cha wrote: > >> Piren, >> >> thats what im looking fo

Re: [android-developers] Re: How to redesign this basic page to be a little more??

2013-05-07 Thread Piren
http://developer.android.com/guide/topics/ui/layout/listview.html On Monday, May 6, 2013 8:31:59 PM UTC+3, Dan Cha wrote: > > 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 > possibl

Re: [android-developers] Re: How to redesign this basic page to be a little more??

2013-05-06 Thread Daniel Chacon
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 wrote: > Instead of building a string out of the results, just use them to feed a > ListView

[android-developers] Re: How to redesign this basic page to be a little more??

2013-05-05 Thread Piren
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 webservic