I have an app with a rather big file size which means that I have to wait for 10-20 seconds between pressing Ctrl+F5 and having the new app instance running on a connected device.
This timespan is long enough for me to deal with other things, e.g. staging my changes and then looking back at the device wondering whether the new version is already running or if I'm looking at the old state. Usually I then start clicking to test the new implementation and then the app closes and reopens since the upload took longer than expected.
How can I visually be notified of the first run after an upload to the device?
The following things won't work:
- Save the version in the preferences and compare at startup time. I don't change the version string for every small change.