[android-beginners] Re: Listen to a service installation

2009-10-02 Thread Valeriano
, as for the *.apks, consider listening to *PACKAGE broadcasts. On Oct 1, 11:00 pm, Valeriano tecli...@gmail.com wrote: Hi all, is there a way to listen to a service installation? I'd like android to callback every time a service.onCreate is called or when a new .apk is installed to the device

[android-beginners] NullPointerException using RadioGroup

2008-11-22 Thread Allan Valeriano
(R.id.shareOptionGroup); group.setOnCheckedChangeListener(this); } when I run it, I receive a NullPointerException on * group.setOnCheckedChangeListener(this)*; Does anybody knows whys is it happening? --Valeriano --~--~-~--~~~---~--~~ You received

[android-beginners] Re: NullPointerException using RadioGroup

2008-11-22 Thread Allan Valeriano
That was exactly the problem. Thanks a lot! --Valeriano On Sat, Nov 22, 2008 at 10:10 PM, Mark Murphy [EMAIL PROTECTED]wrote: Allan Valeriano wrote: Hi, I'm trying to create a radio button group using the resources and recover it on my Activity code, but I'm receiving

[android-beginners] Re: Drawing a path line

2008-11-12 Thread Allan Valeriano
Not really. I just want to draw a straight line from point A to point B. --Valeriano On Wed, Nov 12, 2008 at 6:32 AM, Dennis Wilmsmann [EMAIL PROTECTED] wrote: Do you want to show driving directions? I think this isn't possible anymore without getting the information via HTTP vom Google

[android-beginners] Drawing a path line

2008-11-11 Thread Allan Valeriano
/google_driving_directions_-_mapview_overlayed-t826.html) on how to do this, but it uses an old API that is not available anymore. Anybody knows what am I doing wrong here? --Valeriano --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android