Is it possible to start your application and let it run on a popup window rather then the entire screen?
PS: My app is designed to work with tablets and with min sdk = 11.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I successfully did this on sdk 8.
In your manifest, declare the home activity to have the theme.dialog
Now when you set the content view of this activity to the layout you defined… in my case just the main.xml
The layout will show up inside a dialog.
Now if you have a large app just set this theme to all of your activities and it should do the trick.