Do I need 14 different layouts to support all Android devices?
Your app will work on 100% of the devices with the classic layout. You can just add some buttons or change the layout in landscape mode by adding some qualifiers but that’s up to you! For instance, on LDPI (small resolution) device, you may want to adjust some buttons or change a little bit to … Read more