Custom ListActivity and onListItemClick for inside Views?

In Custom adapter class you can used below code then click on Textview accordingly you will get toast message and click on imageview then accordingly get toast message.

In Custom adapter class you can used below code then click on Textview accordingly you will get toast message and click on imageview then accordingly get toast message. Holder. FilePickerImageView1.

SetOnClickListener(new OnClickListener() { @Override public void onClick(View v) { // TODO Auto-generated method stub // toast message; } }); holder. FilePickerTextView1. SetOnClickListener(new OnClickListener() { @Override public void onClick(View v) { // TODO Auto-generated method stub // toast message; } }).

As I said in question, I need it in ListActivity, not in adapter. Is there possibility to exchange data between ListActivity and adapter? – korro Jun 27 at 9:47 you can set data in listactivity from adapter – Sunil Kumar Sahoo Jun 27 at 10:44.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions