Skip to content

Hmerman6006/ThreadExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Threading Example KivyMD App

Is a basic KivyMD app to test threading on Android using python threading.Thread library. The thread also works using Kivy widgets. The app Apk is built using buildozer command buildozer android debug deploy. The purpose of the app is to create a thread that updates the connection status of Android's bluetooth RfcommSocket.

No issues has been observed as the UI thread is updating while thread runs.

Tested with following versions:
  • Python 3.6.9
  • Kivy 1.11.1
  • KivyMD 0.1.4
  • Android 7.1.2 on Zebra TC25

About

Test threading with kivy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages