[android-developers] Re: how can I use php to get android data

2011-09-05 Thread Kavekkb
who can help me~~~ give me some advice:( -- 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] Re: how can I use php to get android data

2011-09-05 Thread Kavekkb
who can help me~~ give me some advice.:( -- 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] how can I use php to get android data

2011-09-03 Thread Kavekkb
I write a android code (can got php web data,wab's data is got from MYSQL) but I don't know PHP how to got android user's data(user already login in this android app) How can I write PHP code? thanks. -- You received this message because you are subscribed to the Google Groups Android

[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] use listview get web data

2011-08-24 Thread Kavekkb
I write a web to get MYSQL data I want to put that data on Android's listview How can I write Android's code?? -- 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

[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

[android-developers] use listview get web data

2011-08-23 Thread Kavekkb
I write a web to get mysql data. Android already can get web's(mysql) data, but I want to put in listview How can I write this source? -- 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] call barcode scanner

2011-08-03 Thread Kavekkb
i want to use intent to call barcode scanner how can i write 口口口 source code??? Button ButtonCall = (Button) findViewById(R.id.ButtonCall); ButtonCall.setOnClickListener(new Button.OnClickListener() { public void onClick(View view) { Uri uri =

[android-developers] Get MYSQL data

2011-05-16 Thread Kavekkb
how can i use Android get MYSQL data use httpconnection or something function to receive and return i need example code...thanks.. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to