first image

listview with custom adapter and custom layout for each row.
based on the check u can strike of the text view text

TextView tv=(TextView) v.findViewById(android.R.id.text1);
tv.setPaintFlags(tv.getPaintFlags() | Paint.STRIKE_THRU_TEXT_FLAG);



second image

listview  itself and on click you can show quick contact badge.
http://mobile.tutsplus.com/tutorials/android/android-sdk_contact-badge/

regards,
jovish

On Thu, Nov 29, 2012 at 10:07 AM, TreKing <treking...@gmail.com> wrote:

> On Wed, Nov 28, 2012 at 10:26 PM, sree android <
> android.sreeni...@gmail.com> wrote:
>
>> in first attachment(1.jpg) Checkboxes 5 and 6 are selected,after
>> selecting mark is came.How, which concept is follow here.
>>  help me with link or code.
>>
>> and in second attachment,when i click third checkbox another window is
>> open here it is tabs concept or expandable listview.plz replay me.
>>
>
> Your questions are not very clear and hard to follow. You will have to
> clarify if you want some help. Maybe use Google translate or something.
>
>
> -------------------------------------------------------------------------------------------------
> TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
> transit tracking app for Android-powered devices
>
>  --
> 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
>

-- 
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

Reply via email to