Tuesday, May 7, 2013

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

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 <gpiren@gmail.com> 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 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:
 
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-d...@googlegroups.com

To unsubscribe from this group, send email to
android-developers+unsubscribe@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+unsubscribe@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+unsubscribe@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+unsubscribe@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+unsubscribe@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+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments:

Post a Comment