Search code examples
java-memobilebluetoothwireless

Can you suggest any good books, online tutorials, etc, for developing with Bluetooth in JavaME?


I have limited experience with JavaME in the past. I've worked in only basic UI of JavaME. I have not used any Bluetooth APIs before. My organization has assigned me to a team involved in Bluetooth application development in JavaME.


Solution

  • Some very old pdf: http://www.google.com/url?sa=t&source=web&cd=4&ved=0CDEQFjAD&url=http%3A%2F%2Fwww.ub.uib.no%2Felpub%2F2004%2Fh%2F413009%2Fmasteroppgave.pdf&ei=9j9lTeekPMSAOsTP7PEF&usg=AFQjCNEcCuR0vKiLZJTAL-4p1Jryr9Fgmg&sig2=zYAAkNTV7B3z1kW65G9q-Q

    Some newer article: http://www.codeguru.com/java/article.php/c13147

    Again something old, but maybe useful: http://today.java.net/pub/a/today/2004/07/27/bluetooth.html

    Hope that helps a little.