android - Kivy Multiple windows -


i'm evaluating kivy android development. need know if possible create application multiple windows using kivy. dont know sure how android works kind of approach.

in c#, windows forms, have main window , open/close forms. how can accomplish approach using kivy android ?

what mean 'window'? in practical sense, can create different screens kivy , switch between them, e.g. have menu screen, settings screen, game screen etc. kind of thing mean? more generally, can achieve particular windowing behaviour want within kivy.

android works activities, particular way of choosing displayed, how apps move between screens, , how apps may call particular subsets of 1 (plus lot more of course). don't need know use kivy, works within single activity (plus appropriate interaction rest of system), should read on if want understand how android manages programs , how different desktop environments.


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -