[android-developers] How to redesign this basic page to be a little more??
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-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.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home