[android-developers] Radio Button Selection not Visible

2008-04-13 Thread ThursdayMorning
I'm using a RadioGroup to select from a list of items. When the activity holding the Group loads, it gets passed an item id, and calls RadioGroup.check(id). The getCheckedRadioButtonId() returns the correct id, but the radiobutton itself doesn't show as being selected. If I click on any of the rad

[android-developers] Re: Storing Complex objects in arrays.xml?

2008-04-08 Thread ThursdayMorning
; displaying that data. If you need different layouts for each list item > in the listview, it might be possible, but probably requires some > coding. > > On Apr 8, 12:20 pm, ThursdayMorning <[EMAIL PROTECTED]> wrote: > > > I have a static context menu which I want to p

[android-developers] Storing Complex objects in arrays.xml?

2008-04-08 Thread ThursdayMorning
I have a static context menu which I want to populate with a list. Each item has a graphic and some text associated with it. I could insert them programatically, but that would be a huge pain, so I want to do it in xml. ListView has the android:entries property which says you can load an array res

[android-developers] Re: View Activity Communicaton

2008-04-08 Thread ThursdayMorning
I had this exact question a while ago, when I was building some custom View components. What I wanted was a little more complicated though - it was basically this. Basic containing view, set in the Activity class itself Several classes stored inside the activity with views defined *inside those c

[android-developers] Re: Eclipse 19% BUG

2008-04-06 Thread ThursdayMorning
I'm having the same 19% problem, and moving the mylyn files didn't do anything. I tried moving the mylar files as well, and that didn't do anything either. Opening the emulator in debug mode *does* seem to help, but that creates finicky problems of it's own as well. TM --~--~-~--~~---