how to get accurate screen size in kivy, for android
using Window.size give me inacurate reasults (it is set to (1200, 900) and even if I set window.size to something else it remains with those values.)
Dynamically changing the background color for a widget added to a gridlayout
Morning….