[android-developers] Re: List with seperators, checkboxes...

2011-10-14 Thread BearTi
Ok, thats what I wanted... It works perfect...
One last question: When I store/set for example a boolean value to my
sharedprefences object checkbox1...
Ist this value stored until I deinstall this app?



On 12 Okt., 17:44, TreKing treking...@gmail.com wrote:
 On Wed, Oct 12, 2011 at 10:37 AM, BearTi mlrti...@googlemail.com wrote:
  Whith which adapter or listview can I do this?

 That is a PreferenceScreen.

 -
 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


Re: [android-developers] Re: List with seperators, checkboxes...

2011-10-14 Thread TreKing
On Fri, Oct 14, 2011 at 2:39 AM, BearTi mlrti...@googlemail.com wrote:

 One last question: When I store/set for example a boolean value to my
 sharedprefences object checkbox1...
 Ist this value stored until I deinstall this app?


Yes.

-
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

[android-developers] Re: List with seperators, checkboxes...

2011-10-12 Thread BearTi
Thanks. I found this exmaple:
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/view/ExpandableList1.html

What I want is something like this:
http://androidpartaker.files.wordpress.com/2010/07/android_preferences_1.jpg

Whith which adapter or listview can I do this?



On 11 Okt., 17:22, Studio LFP studio@gmail.com wrote:
 Your description is a bit vague, but maybe check out the ExpandableListView
 here:

 http://developer.android.com/reference/android/widget/ExpandableListV...

 It's a ListView with expandable sections.  To get checkboxes, you'll need to
 create a layout or extend a view to make it like you want.

 Steven
 Studio LFPhttp://www.studio-lfp.com







 On Tuesday, October 11, 2011 4:03:09 AM UTC-5, BearTi wrote:

  Hi,

  I´ve problems to built a list for my app.
  This list should have seperators, drop down menus and checkboxes.

  I´ve read many tutorials, but I can´t find a good one that solves my
  problem. (for expample which adapter I have to choose and so on)

  Do you have a good axample for my or some tipps?

  Thanks! :)

-- 
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] Re: List with seperators, checkboxes...

2011-10-12 Thread TreKing
On Wed, Oct 12, 2011 at 10:37 AM, BearTi mlrti...@googlemail.com wrote:

 Whith which adapter or listview can I do this?


That is a PreferenceScreen.

-
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

[android-developers] Re: List with seperators, checkboxes...

2011-10-12 Thread BearTi
Ah, okay... :) Thanks!
On 12 Okt., 17:44, TreKing treking...@gmail.com wrote:
 On Wed, Oct 12, 2011 at 10:37 AM, BearTi mlrti...@googlemail.com wrote:
  Whith which adapter or listview can I do this?

 That is a PreferenceScreen.

 -
 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


[android-developers] Re: List with seperators, checkboxes...

2011-10-11 Thread Studio LFP
Your description is a bit vague, but maybe check out the ExpandableListView 
here:

http://developer.android.com/reference/android/widget/ExpandableListView.html

It's a ListView with expandable sections.  To get checkboxes, you'll need to 
create a layout or extend a view to make it like you want.

Steven
Studio LFP
http://www.studio-lfp.com


On Tuesday, October 11, 2011 4:03:09 AM UTC-5, BearTi wrote:

 Hi, 

 I´ve problems to built a list for my app. 
 This list should have seperators, drop down menus and checkboxes. 

 I´ve read many tutorials, but I can´t find a good one that solves my 
 problem. (for expample which adapter I have to choose and so on) 

 Do you have a good axample for my or some tipps? 

 Thanks! :)

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