Hi all I'm seeking help on supporting multiple screens / devices
background ---------------- I have an app in early development, that works and is full screen for a Galaxy Tab 10" tablet. But when I run the same app on a Galaxy Note 3 phone The screen overflows the phone's display. Buttons that appear on the bottom right corner of the tablet are not visible on the phone. Even though the phone has a larger screen resolution, but obviously a physically smaller screen. The app targets KitKat or newer, so no old api support is needed. Questions ------------- Besides designing for different screen densities is there a way to design a single screen for multiple screen sizes / densities ? How do you detect the devices screen density / size to know which display or layout to use ? I physically have a tablet that I can test to. But I don't have a Note 3 phone to test on. How can I make the emulator be a note 3 phone to tested between physical tablet and emulated phone ? Thanks in advance TheBearF8 -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

