I am working on application which is currently for Phones only…but I need to make it for tablets as well. What should be my approach…??? Should I handle tablet resolution in the same application which is for Phones and let the same apk working for all phones and Tablets or I should make a separate project Tablet Specific..???
I am really confused at it..??? Please tell me what are the standard approaches, a separate app Tab Specific or as I mentioned earlier only one app handling Tabs, Phones etc. Suggestions and Recommendations are always welcomed… Thanks…!!!
You should go through the following:
Supporting Tablets and Handsets
Supporting Multiple Screens
Supporting Different Screen Sizes
Supporting Different Densities
There’s no need to develop/design separate .apk files for Tabs and Phones. Just one .apk is enough to handle everything, unless the size of you .apk crosses 50MB. You can start reading about maintaining different/multiple apks from here.
Hope this helps.