Re: [android-developers] checkbox in listview

2011-08-01 Thread Viral Brahmbhatt
Hi Goutom,
*
*
In getView() method of your adapter class, you can find the check box
element from your listview.

implement the onClick() of your listview, and set the checkbox checked in
listview's onClick method.

that should work for you.


On Mon, Aug 1, 2011 at 5:10 PM, Goutom goutom.sust@gmail.com wrote:

 Hello All

 I have checkbox in every row of listview. If click in a row then it dont
 make focus.Why?

 My ListView xml:

 -start--
 ?xml version=1.0 encoding=utf-8?
 LinearLayout xmlns:android=http://schemas.android.com/apk/res/android;
 android:layout_width=fill_parent android:layout_height=fill_parent
 android:fitsSystemWindows=true android:layout_weight=1
 android:orientation=vertical
 RelativeLayout android:layout_width=fill_parent
 android:layout_height=wrap_content android:background=#b4b4b4

 TextView android:id=@+id/txt android:layout_width=wrap_content
 android:layout_height=wrap_content android:textSize=8pt
 android:layout_alignParentLeft=true android:textStyle=bold
 android:layout_centerVertical=true
 android:textColor=#00
 android:text=Filter Group
 /TextView

 ImageView android:layout_alignParentRight=true
 android:src=@drawable/icon_filter
 android:layout_width=wrap_content
 android:layout_height=wrap_content
 android:layout_margin=6dip
 android:scaleType=fitXY android:paddingBottom=4dip
 /ImageView

 /RelativeLayout

 ListView android:id=@+id/filtergroup_listview
 android:layout_width=fill_parent
 android:layout_height=fill_parent
 android:layout_weight=1 android:paddingBottom=4dip
 android:paddingTop=4dip
 /ListView

 /LinearLayout


 end---
 my row of ListView:


 -start-
 ?xml version=1.0 encoding=UTF-8?

 LinearLayout xmlns:android=http://schemas.android.com/apk/res/android;
 android:layout_width=fill_parent android:layout_height=fill_parent
 android:fitsSystemWindows=true android:layout_weight=1
 android:orientation=horizontal
 

 LinearLayout android:layout_width=fill_parent
 android:layout_height=fill_parent
 android:fitsSystemWindows=true
 android:layout_weight=1 android:orientation=horizontal
 android:layout_marginTop=7dip android:layout_marginBottom=7dip
 android:layout_marginLeft=5dip
 
 CheckBox android:text= android:id=@+id/CheckBox01
 android:layout_width=fill_parent
 android:layout_height=wrap_content
 android:focusable=false /

 /LinearLayout
 /LinearLayout

 end---

 --
 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+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en




-- 
*Regards,
Viral*

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] checkbox in listview

2010-07-14 Thread TreKing
On Wed, Jul 14, 2010 at 2:56 AM, Narendra Bagade
bagadenaren...@gmail.comwrote:

 I have put checkbox in listview and displaying on the screen.


OK


 can  anyone tell me how to get checkbox even when user click on checkboxof
 listview.


This makes no sense. Please clarify.

-
TreKing - Chicago transit tracking app for Android-powered devices
http://sites.google.com/site/rezmobileapps/treking

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en