I am working on an android app using kivy and buildozer. I have a google pixel xl device for testing. I have the tech specs for this model from Device Metrics. how do I determine from the given specs what the height and width of my app should be?
I currently use windows to write and run my code, and kivy vm for packaging into android apk. I know that kivy sizes your app automatically, but I want to sort of simulate the size of my device screen when running my code on windows, so that I don't have to build an apk every time I want to test how it would look on the device.
Kivy has a module for this, which will set the size of the app Window to emulate a specific device.