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 + Python 4 Android : Bluetooth and Webviews example

Most of the other non-native frameworks that I've used so far are often very good, but lack low-level connectivity modules such as bluetooth (though they pretty much do anything else...). So while hunting around for what I might be able to use for developing a bluetooth app, I ran across SL4A - scripting language for … Continue reading SL4A + Python 4 Android : Bluetooth and Webviews example