[android-beginners] Starting a service from top-level launcher

2009-11-01 Thread Anders Feder
adding the ACTION_MAIN and CATEGORY_LAUNCHER filters to the declaration of the service in the manifest file does not work for me. Thanks in advance, Anders Feder -- You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email

[android-beginners] Re: Sleep mode

2009-10-31 Thread Anders Feder
Anyone? If it can't be done in any other way, is there by any chance any way to emulate that the 'end call' button has been pressed? (I've tried with dispatchKeyEvent() to my own activity, but that didn't do anything.) Thanks, Anders Feder 2009/10/24 Anders Feder anders.feder...@gmail.com

[android-beginners] Re: Taking a picture

2009-10-24 Thread Anders Feder
I never did find the section on the forum, but this code sample by Commons Guy helped me a lot: http://github.com/commonsguy/cw-advandroid/tree/master/Camera Anders Feder 2009/10/20 tinyang tiny...@earthlink.net Wonderful, just what I've been looking for! Which section of the forum

[android-beginners] Sleep mode

2009-10-23 Thread Anders Feder
Hello, Is it possible to programmaticly send the device into sleep mode (i.e. like when pressing the power button once so screen the turns off and locks)? Thanks in advance, Anders Feder --~--~-~--~~~---~--~~ You received this message because you are subscribed

[android-beginners] Taking a picture

2009-10-19 Thread Anders Feder
is taken), so no preview is needed. Just shoot, and save. Can someone kindly tell me how to do this? Thanks in advance. Best regards, Anders Feder --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners

[android-beginners] Re: Passing messages from BroadcastReceiver to Activity

2009-10-05 Thread Anders Feder
Thanks for your response, but could you please elaborate a bit? I don't have the lingo that straight yet. What exactly should I do? Should I add something in the AndroidManifest file? If so what, and where? Thanks again. Anders Feder 2009/10/5 kapnk...@gmail.com just add that extra bundle

[android-beginners] Re: Passing messages from BroadcastReceiver to Activity

2009-10-05 Thread Anders Feder
(), whether the Activity was started by the user or by my BroadcastReceiver? Thanks a lot, Anders Feder 2009/10/5 Justin Anderson janderson@gmail.com Use Intent.putExtra() to add the data you want to pass to the activity you are starting. There are several different versions of putExtra depending

[android-beginners] Passing messages from BroadcastReceiver to Activity

2009-10-04 Thread Anders Feder
and on to my Activity? Thanks in advance, Anders Feder --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to android-beginners@googlegroups.com To unsubscribe from

[android-beginners] A basic map application

2009-07-28 Thread Anders Feder
pertaining to that point-of-interest should come up. Can someone very kindly give me some pointers on how to accomplish something along these lines? If anyone happens to know of any tutorials that could be relevant, I'd be grateful for links too. Thanks in advance. Best regards, Anders Feder

[android-beginners] An advanced list view

2009-06-27 Thread Anders Feder
. What would be a good way to implement such a list? Thanks. Best regards, Anders Feder --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to android-beginners

[android-beginners] Android Calendar / Google Maps integration

2009-06-22 Thread Anders Feder
directions on how to get to the event relative to my current location. Can someone kindly tell me how I would get started with this task? Thank you. Best regards, Anders Feder Happy Android owner --~--~-~--~~~---~--~~ You received this message because you are subscribed