I'd like to suggest a tutorial on creating an application splash screen -- something that would show for a short time when an application is first launched but not after that.
This would probably be nothing really different from just calling startActivity or startSubActivity(with this you could easily do a 'GoodBye'-Screen, when onActivityResult is invoked at the end of the SubActivity).