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

2011-09-05 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

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

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

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

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

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

2011-08-24 Thread Kavekkb
On Aug 23, 5:14 pm, Ratheesh Valamchuzhy android...@gmail.com 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