kivy-remote-shell
kivy-remote-shell copied to clipboard
Run as a service under Android to avoid getting frozen
RIght now on Android, the ssh connection freezes if the user switches to another app, and returns to normal if the user switches back to kivy-remote-shell. To avoid such cases, Android provides the feature of Services, which is also available under python-for-android :
Services - python-for-android
Building a background application on android with Kivy.