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

Got 15 minutes? Easy webRTC android app in 3 steps!

WebRTC is an exciting feature in newer browsers. It allows you to transfer any data between two peers. In conjunction with HTML5 elements like the <video> tag, it enables browser-to-browser audio and video conference calls ... with no extra plugins or help needed, it all lives in your browser. You can check out a demo here: http://www.webrtc.org/demo The … Continue reading Got 15 minutes? Easy webRTC android app in 3 steps!