Android (SL4A) bluetooth to Linux (ubuntu)

As a follow up to my recent post I tried to program a very basic launcher. The idea is to pass commands from my android phone to my ubuntu laptop. The android side of things was already catered for by SL4A, I used a fixed version of their bluetooth_chat.py program that comes bundled with SL4A python. … Continue reading Android (SL4A) bluetooth to Linux (ubuntu)

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