how to call webservice in android useing onclicklistener
webservice call i have implemented another mainactviy and with
defaulthandler and with sites list iam able to get response ,and iam
calling that actvity in onclicklistener
even that parseing data i have been saveing that data in sqlite
public void onClick(View v) {
// TODO Auto-generated method stub
location=(Button)findViewById(R.id.CurrentLocation);
location.setOnClickListener(new OnClickListener() {
public void onClick(View arg0) {
startactvity(mainactivity);
}
});
event is not fireing when click on the button
please guide me in the right direction
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en