Android: show splash on application resume
Hi,
I need to show a fulscreen "splash" (for advertising) when my application resume. No problem for iOS, but I can't do it work on Android.
Here is the code I use : http://www.pastie.org/2410338
The "splash window" seems to open (if I add log informations), but is not visible.
Something about activities and contexts, I think, but I don't find a better way to do it…
It works fine on startup, but not on resume (after a pause in background)
Does anyone have an idea to do it ?
Thanks.
Joel
1 Answer
- 
				
					
In your addEventListener, change 'start' to 'resume'.