I created an application which has different layout for phones and tablets. Can I add my app in two apk on Google Play one for Phones & one for Tablets? I found supports-screens in the documentation but not sure about that. I have to do this because my app is dealing with images and if I merge images for both (phones & tablets) then size of app is very large.
I created an application which has different layout for phones and tablets. Can I
Share
Yes this is possible.
I’d recommend to set the name as:
“…” for phone
“… HD” for tablets
I’d also include a link in both descriptions, referring to eachother (so the phone app refers to the HD version and visa versa).
Also, i’d recommend to read this:
http://developer.android.com/guide/google/play/publishing/multiple-apks.html