[android-beginners] RadioButton setTextColor doesn't work during runtime

2009-07-23 Thread niko001
Hi, I am trying to change the text color of a RadioButton (which is defined in an xml layout and is in a RadioGroup) during the runtime of my app. When I change the text color directly in the Eclipse Android Layout Editor by setting the TextColor property to "@color/red" (which I defined in stri

[android-beginners] Re: RadioButton setTextColor doesn't work during runtime

2009-07-25 Thread niko001
gt; > chauthaiwale wrote: > > Hi,  I dont hv any idea abt this problem. However, but u can try doing it by > >  another way. > > > 1.import android.graphics.Color > > 2. myRadioButton.setTextColor(Color.RED); > > > I hope it will work :) > > > On Wed

[android-beginners] Getting today's events from the user's calendar?

2009-08-15 Thread niko001
Hi, I am trying to retrieve the user's events from his Google Calendar for a specific date. There are some examples for doing this on the web, but they are all outdated (from 2008) and I haven't been able to get them to work with the current SDK. Is there anyone who has recently done this and c