Hy,
I know I can launch my app on multiple devices at the same time but is there a way to view two previews of the layout for different devices at the same time without having to launch the avds?
Thanks
Hy,
I know I can launch my app on multiple devices at the same time but is there a way to view two previews of the layout for different devices at the same time without having to launch the avds?
Thanks
In Android studio 2.2 once you have opened your layout file, you can preview the layout for different devices like that :
Yes, there is a way.
Right-click on the activity_main.xml tab, and from the pop-up menu select split-vertically or split-horizontally.
This will create a second xml tab that can use a different screen for design/text. This can be repeated for more tabs, and the tabs can be "torn off" to float separately.