Nugget Post : Running Kivy + SL4A’s Python for Android together using QPython

Kivy is the next python framework I went discovering, but I really missed the convenient "droid" package that SL4A had. SL4A made it so easy to use native android features... like "Toasts". With Kivy, (at the moment at least - devs are hard at work to fix this!) it's a bit tougher - you need … Continue reading Nugget Post : Running Kivy + SL4A’s Python for Android together using QPython

SL4A – bluetooth_chat.py fix

I've been playing around with SL4A (scripting layer for android) - more specifically, python for android, and am impressed with the functionality and APIs till now. I ran across a small problem when attempting to run the included "bluetooth_chat.py" script. The error was something along the lines of the result for user input being none. … Continue reading SL4A – bluetooth_chat.py fix