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

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!