[android-developers] Re: use listview get web data

2011-08-24 Thread Kavekkb
On Aug 23, 5:14 pm, Ratheesh Valamchuzhy wrote: > Hi > > U can use cursor adapter to show the list view > > or > > store the values in array adapter and show in the list view > > Thanks thanks...I try it -- You received this message because you are subscribed to the Google Groups "Android Dev

[android-developers] Re: use listview get web data

2011-08-31 Thread Kavekkb
public class Tab1Activity extends Activity implements OnClickListener{ private Button get; private TextView tv; private DefaultHttpClient client; private HttpPost request2; private HttpResponse response; private ListView listview1; public void onCre

[android-developers] Re: use listview get web data

2011-08-31 Thread Kavekkb
public class Tab1Activity extends Activity implements OnClickListener{ private Button get; private TextView tv; private DefaultHttpClient client; private HttpPost request2; private HttpResponse response; private ListView listview1; public vo

Re: [android-developers] Re: use listview get web data

2011-09-04 Thread Ratheesh Valamchuzhy
the value of String result = new String(buf); is a single string value or a set of values ? -- 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