[android-developers] Translucent Activity not calling onStop() on exit

2009-12-03 Thread Craig Russell
I'm having this strange issue where upon exiting a subactivity that is translucent (android:theme=@android:style/Theme.Translucent ) the onStop() method doesn't appear to be called. I have a TimerTask that runs and is supposed to be terminated when the subactivity ends in the onStop() method, but

[android-developers] Re: Translucent Activity not calling onStop() on exit

2009-12-03 Thread Craig Russell
I suppose by putting it into onPause(), it might work, but why does it behave differently? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this

[android-developers] Re: Translucent Activity not calling onStop() on exit

2009-12-03 Thread Craig Russell
Well, that worked but I don't entirely understand why. So that activity is being paused when I exit it, but it's still on the activity stack? On Dec 3, 9:22 am, Craig Russell csruss...@gmail.com wrote: I suppose by putting it into onPause(), it might work, but why does it behave differently

[android-developers] Google Sky Map API/Integration?

2009-11-12 Thread Craig Russell
I really want to integrate Google Sky Map into a program I'm working on, but as far as I can tell there is no information out there about this. I tried loading a KML file from the web, but it seems neither Maps, nor Sky Map handle it on Android. Is there some way that I can pass coordinate data