Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

The idea is to launch an application, for example Angry Birds, from within my application.

However the catch is that my application must remain in control, so that when the user is done with the game he can return to what he was doing in my app.

Due to requirements this must be achieved without using the back button, home button or any other hardware buttons.

I know it's a long shot but I have to try. Thanks for any help.

share|improve this question

1 Answer

up vote 1 down vote accepted

You have to build your own custom launcher application analog to the home app.

http://developer.android.com/resources/samples/Home/index.html

share|improve this answer
that's quite helpful thanks! – Arcantos Mar 19 '12 at 19:52

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.