Simple Strategy for Logging and Monitoring of MIDlets
|
Sept 2009 |
| On-device debugging isn' t useful when your MIDlet is running on a client' s phone. This tech tip presents one approach to developers who want a fast and simple way to debug their apps remotely in real environments. |
| |
| destroyApp() Is Your Friend |
Sept 2009 |
| Concurrency and data safety are complex subjects. This tech tip addresses specific issues around handling individual record-entry safety and third-party libraries. |
| |
| Faster Data Transfer With Bluetooth and Contactless Communication |
July 2009 |
| Learn how Bluetooth applications can bypass the device discovery and service searching by using Near-Field Communication (NFC) technology and JSR 257 (Contactless Communication API). |
| |
Java ME SDKs and Tools: The State of the Union
|
July 2009 |
| The Java ME platform is huge, robust, and versatile. This article provides a compatibility matrix of tools, SDKs, and APIs, including NetBeams, MOTODEV Studio, Nokia, Blackberry, Sony Ericsson, and LG. |
| |
Working with Bluetooth and GPS: Follow-up
|
July 2009 |
| The "Working with Bluetooth and GPS" series on the Bluetooth API (JSR-82) spawned a number of questions, which author Bruce Hopkins addresses in this follow-up tech tip. |
| |
| Using the Location API for Favorite Spots |
April 2009 |
| This tech tip shows you how to get started using the Location API ( JSR 179 ), and how to build a small location-aware application that you can use to tag your favorite spots. |
| |
| Discovering Devices and Sending Files via Bluetooth in Java ME |
March 2009 |
| Vikram Goyal shows you how to create a MIDlet that will search for Bluetooth-enabled devices and services, and then allow the user to send a simple note to one of the found devices. |
| |
Notes from the Java Mobile, Media & Embedded Developer Days
|
Jan 2009 |
| Here are notes from the presentations I attended at the Java Mobile, Media & Embedded Developer Days (M3DD) today, at the Sun campus in Santa Clara, California. |
| |
Mixing MIDI, Tone, and Sampled Audio using MMAPI
|
Jan 2009 |
| In this tech tip, Vikram Goyal shows you how to mix and play multiple media content at the same time. He uses the Mobile Media API (MMAPI) and the NetBeans IDE. |
| |
Report from Africa: A Java ME MIDlet for User-Generated Localization
|
Nov 2008 |
| In this article, the authors describe the process of developing a user-generated localization MIDlet for an application that connects people to community radio stations -- important purveyors of information in technology-challenged Africa. |
| |
Asynchronous Communications with Java ME and SIP: Part 2
|
Oct 2008 |
| Bruce Hopkins uses a SIP proxy and the REGISTER method type to provide a simple, yet scalable solution for sending a simple message asynchronously from one application to the other, when one SIP device is behind a firewall. |
| |
Bluetooth and GPS: Part 2 - Parsing GPS Data and Rendering a Map
|
Oct 2008 |
| Bruce Hopkins describes how to use Java ME technology and its Bluetooth API (JSR-82) to access location data from wireless GPS devices, in this second of a two-part series. The JSR-172 (XML Parsing and Web Services) API is used to parse the result. |
| |
Using JavaScript Object Notation (JSON) in Java ME for Data Interchange
|
Sept 2008 |
| In this code-rich article, mobility technologist C. Enrique Ortiz introduces the lightweight JSON Java ME APIs as an alternative to XML. |
| |
Bluetooth and GPS: Part 1 - Reading Wireless Serial Port Data
|
July 2008 |
| In the first of this multi-part series, Bruce Hopkins describes how to construct a low-cost solution that allows you to install, debug, and test your JSR-82 applications on your computer, and how to read data from a Bluetooth-enabled GPS device. |
| |
Near-Field Communication and the Contactless Communication API (JSR 257)
|
June 2008 |
| NFC is a short-range radio technology that operates on the 13.56 MHz frequency, with data transfers of up to 424 kilobits per second. NFC communication is triggered when two NFC-compatible devices are brought within close proximity, around four centimeters. The Contactless Communication API allows you to discover and exchange data with contactless targets such as NDEF tags, RFID tags, and external smartcards. C. Enrique Ortiz dissects a Contactless Communication API MIDlet. |