[android-developers] Re: ListView with CheckBox

2011-07-10 Thread NikolaMKD
You are trying to say you want to hide the checkbox on previously clicked item and then show it on the currently clicked item? You can edit it with the getView() method or do something like this private class UI extends AsyncTask View, String, View { public View viewItem=null;

[android-developers] Re: ListView with CheckBox

2011-07-10 Thread NikolaMKD
Sorry, I forgot to say how you call this implementation.. listView.setOnItemClickListener(new OnItemClickListener(){ @Override public void onItemClick(AdapterView? parent, View viewItem, int position, long arg3) throws NullPointerException{ new

Re: [android-developers] Re: Listview with checkbox

2010-04-22 Thread faizan khan
try setting checkbox.setFocussable(false); On Thu, Apr 22, 2010 at 5:39 AM, raqz abdulraqee...@gmail.com wrote: Hi, have a look at the below threads as well.

[android-developers] Re: Listview with checkbox

2010-04-21 Thread raqz
Hi, have a look at the below threads as well. http://groups.google.com/group/android-developers/browse_thread/thread/3e6c3c11353f59dc/f9a0c208499cabf6?lnk=gstq=raqz#f9a0c208499cabf6

[android-developers] Re: ListView With Checkbox

2009-09-29 Thread Saurav
u need to set onItemClickListener for the listview or onClickListeners for the checkboxes (individually). Regards, Saurav Mukherjee. On Tue, Sep 29, 2009 at 2:25 PM, ragavendran s sraghav.ra...@gmail.comwrote: I m Having ListView With Checkboxes ...but if i Click the Checkbox ther is no