kivy-school / kivy-reloader

Hot reload your Kivy app on multiple phones and computer in real-time.
MIT License
15 stars 1 forks source link

Keep the whole app's state when reloading #1

Open FilipeMarch opened 8 months ago

FilipeMarch commented 8 months ago

Suppose someone types inside a TextInput some characters and then press ctrl+s. Because the whole .kv file is reloaded, then the characters will disappear. If anyone wants to enhance this tool, we should have a function that would reapply the app's state after rerendering the .kv file.