[android-developers] Re: Hi bros
list.setOnItemClickListener( new OnItemClickListener() {
public void onItemClick(AdapterView<?> arg0, View arg1, int position, long arg3) {
Toast.makeText(TasksActivity.this,"I am clicked on Item Number is:"+position,3000).show();
}
});
});
On Saturday, January 5, 2013 1:49:33 AM UTC-5, sree wrote:
--
Hi friends,
See The above attachment image.In that i implemented CustomListView and text are retrive from SOAP webservices.
But When i click on ListView,i cant get any response.
Why
suggest me,What is the problem.
list.setOnItemClickListener(this);
@Override
public void onItemClick(AdapterView<?> arg0, View arg1, int position, long arg3) {
Toast.makeText(TasksActivity.this,"I am clicked on Item Number is:"+position,3000).show();
}
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
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home