Hello everyone I am a beginner in android app development,I am trying to create a android app of my own for mobile phones and tablets.My doubt is which screen size or device should I take as base for designing UI.
what I am doing is I am using separate xml files for each screensize example,for normal layout using activity_main.xml;,for large screen size using activity_main.xml(large)etc.The devices I used in emulator are Google nexus 5 for mobile,google nexus 7 and 10 for tablet is that enough? for all phones and tablets or should I follow any other approach