[android-developers] Re: Help using custom Preference types - for pity or money

2011-03-22 Thread lbendlin
nothing is stopping you from learning how to do that - based on the link I provided, and on the Preferences documentation. On Mar 21, 8:38 pm, Peter Webb r.peter.w...@gmail.com wrote: Thanks - But I already have two suitable color Preferences classes which I downloaded from the net - neither

Re: [android-developers] Re: Help using custom Preference types - for pity or money

2011-03-22 Thread Mark Murphy
On Tue, Mar 22, 2011 at 7:35 AM, lbendlin l...@bendlin.us wrote: nothing is stopping you from learning how to do that - based on  the link I provided, and on the Preferences documentation. FWIW, here is Yet Another Color Mixer, in the form of a custom View, custom Preference, and custom Dialog:

RE: [android-developers] Re: Help using custom Preference types - for pity or money

2011-03-22 Thread Şeyma Kılıç
...@commonsware.com Date: Tue, 22 Mar 2011 07:41:55 -0400 Subject: Re: [android-developers] Re: Help using custom Preference types - for pity or money To: android-developers@googlegroups.com On Tue, Mar 22, 2011 at 7:35 AM, lbendlin l...@bendlin.us wrote: nothing is stopping you from learning

[android-developers] Re: Help using custom Preference types - for pity or money

2011-03-21 Thread lbendlin
Rolling your own preference is not trivial. Definitely more than an hour, including all the required regression testing. Here's a good starter http://android-journey.blogspot.com/2010/01/for-almost-any-application-we-need-to.html -- You received this message because you are subscribed to the

[android-developers] Re: Help using custom Preference types - for pity or money

2011-03-21 Thread Peter Webb
Thanks - But I already have two suitable color Preferences classes which I downloaded from the net - neither actually works for me. I assume its my error in incorporating them into the Cube demo. I certainly don't want to write my own Preference, just want to get somebody else's color preference