[android-beginners] Re: startActivity called from non-Activity context - help

2009-06-26 Thread robotissues
Ultimately sorted out in developers forum here: http://groups.google.com/group/android-developers/browse_thread/thread/82aa31e33faf783e?hl=en# --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group.

[android-beginners] Multiple Instances of App Running When Home + Restart

2009-04-05 Thread robotissues
I am perplexed. I created an app using LunarLander example as its basis. It pauses and resumes in its correct state when the phone rings/hangs up or when leaving/returning via notification. However, when I click the Home button and then click the app's icon, it starts another instance instead

[android-beginners] onCreateContextMenu ListView Confusion

2009-02-21 Thread robotissues
I would need to determine the position of the item where the ContextMenu was triggered from. Can this be done? If so, how. I can single click then long click ... but this feels like an extra step. Advice appreciated. --~--~-~--~~~---~--~~ You received this

[android-beginners] Re: onCreateContextMenu ListView Confusion

2009-02-21 Thread robotissues
, robotissues jason.van.an...@gmail.com wrote: I would need to determine the position of the item where the ContextMenu was triggered from.  Can this be done?  If so, how.  I can single click then long click ... but this feels like an extra step. Advice appreciated

[android-beginners] Re: onCreateContextMenu ListView Confusion

2009-02-21 Thread robotissues
, robotissues jason.van.an...@gmail.com wrote: I would need to determine the position of the item where the ContextMenu was triggered from.  Can this be done?  If so, how.  I can single click then long click ... but this feels like an extra step. Advice appreciated

[android-beginners] Content Provider Syntax Help ... Media by Album

2009-02-20 Thread robotissues
I am having trouble creating a uri for a managed query that lists songs by an album - with the album id passed to it. For whatever reason I am stuck. Help super appreciated. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-beginners] Name that service ...

2009-01-25 Thread robotissues
I would like to call the service that makes the phone jump when an icon is selected on the home screen (it does this on the G1 at any rate). Part of the problem is that I have no idea what to call it so I do not know how to find it! Does anyone know if this service is exposed and if so, what is

[android-beginners] How to call dialogs ... ColorPickerDialog syntax question

2009-01-23 Thread robotissues
I would like to call the ColorPickerDialog presented in this example code: http://code.google.com/android/samples/ApiDemos/src/com/example/android/apis/graphics/ColorPickerDialog.html I am confused about the syntax ... If someone could provide me with some example code of how this gets called

[android-beginners] Help with path syntax for reading file off SD card

2009-01-19 Thread robotissues
I am trying to create a very simple mp3 player with one button that plays one song. I found misc code here and there as a start. I am running the application via Eclipse onto my G1 which is attached via USB. The application runs fine on the phone, screen loads, button click event gets fired,