If I develop app for my mobile phone, is it going to work on android tablet ?
If no, what should I need to develop app for an android tablet ?
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.
Depending on what it is that your app does the answer is yes it will run on a tablet. However if you designed that app for phone sized devices it is likely going to not be the greatest user experience for tablet if you make no changes to it. If you want to support both phone and tablet consider making tablet specific layouts so that at the very least you can make use of the extra screen real-estate.
One of the newer honeycomb features allows the user to choose zoom or stretch mode when using apps designed for phones this alleviates some of the problems but it is still best to design a layout specific for tablets.
Edit: This question has some great links to get you started working with tablets.