Tell me more ×
Game Development Stack Exchange is a question and answer site for professional and independent game developers. It's 100% free, no registration required.

I am developing a game in which i want to open a popup window having some buttons and upon selection of the button i want to close the popup window and do some specific task in original screen.how do i do it?

share|improve this question

closed as not a real question by bummzack, Byte56, Sean Middleditch, Trevor Powell, Josh Petrie Feb 18 at 16:28

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

You can call out to the Activity using a popup window that doesn't cause libgdx to stop the glcontext.

http://code.google.com/p/simple-quickactions/source/browse/trunk/src/org/example/qberticus/quickactions/BetterPopupWindow.java?r=8

share|improve this answer

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