I'm planning to create an android application which needs to be run on tablet devices only. If so, in which folder I have to create the layouts?
- res/layout or
- res/layout-large
I'll put the screen restrictions in the manifest file. If I have to keep the layout files in res/layout-large, can I remove the folder res/layout? Which is the best way to create tablet only android app's layouts? Please guide me.