[android-developers] Re: How to implement exclusive preferences ?

2009-07-09 Thread simon.y.sz...@gmail.com
Mark, Thanks. On Jul 9, 5:08 pm, Mark Murphy mmur...@commonsware.com wrote: I would like to give users a choice of starting one of three different activities by choosing from three mutually choices. And I would like to provide users these choices as Preferences. If I use

[android-developers] Re: ViewGroup parent for merge

2009-06-22 Thread simon.y.sz...@gmail.com
Josh, I have getViewTypeCount (2 here) getItemViewType (0/text_row, 1/ icon_row) in my adapter so it knows about the two row types. ConvertView is set to the correct row type. The question is how to correctly apply merge to rid of the LinearLayout in: * layout/icon_row.xml w/

[android-developers] Re: Android SDK Content Loader gets stuck....

2009-06-09 Thread simon.y.sz...@gmail.com
Hi, This workaround has worked for me so far: Turn off automatic build (Projects - Build Automatically) immediately after Eclipse starts before it's stuck, or restart Eclipse after turning off automatic build (see 5/9 post). - az9702 On Jun 8, 10:02 am, Jakob Sachse jako...@gmail.com wrote: