[android-beginners] Re-writing TCP-client code to Android

2009-11-29 Thread Jonas Christensen
Hey guys, I have a server/client application that I want to re-write to accept a message from an Android phone. Originally it was a program that could send an object from the client to the server(and vice versa), but now I want the client to run on Android and send a message to the server once a

[android-beginners] Experience with the unofficial Bluetooth API - Connecting an Android-phone to a Lego Mindstorm

2009-11-20 Thread Jonas Christensen
Hey everybody, I'm currently doing a project at my university and I need to connect my Android-phone to a Lego Mindstorm via Bluetooth. I found an experimental unofficial Bluetooth API, which should be able to scan for remote Bluetooth devices and connect to the appropriate one, but the