Hello everyone!
I am developing an app that is meant to be run on a particular device, which in my case, is a Samsung tablet. Just so you know, by 'tablet' I do not mean to say that I am developing an app that can be run on all Samsung tablets. I mean that I want the app to run only on my tablet.
Now that I want to run the app on a single device, I want to design it pixel-perfect. I know the viewport height and viewport width of my device, so I am planning to develop the app accordingly.
However, I can't seem to find any way to replicate the screen size of my device in the editor. I also cannot find an option to set a custom screen size in the emulator. If the editor does not allow it but the emulator does, then that won't be a problem.
So is there a way to set a custom screen size (in pixels) when designing an app? OR In the emulator's expanded settings maybe? I hope someone knows how to do it. Thanks!