Motorola A780 Podręcznik dla początkujących - Strona 5
Przeglądaj online lub pobierz pdf Podręcznik dla początkujących dla Telefon komórkowy Motorola A780. Motorola A780 5 stron. J2me
Również dla Motorola A780: Instrukcja serwisowa (48 strony)
String lat =
location.getQualifiedCoordinates().getLatitude();
String lon =
location.getQualifiedCoordinates().getLongitude();
Permissions needed:
6. Getting Cell ID:
String cellID = System.getProperty("phone.cid");
Permissions needed:
7. Placing a phone call:
Dialer dialer = Dialer.getDefaultDialer();
dialer.startCall("6172531000");
Permissions needed:
9. Helper classes
The following helper classes implement common features of standard desktop
java that you might find useful to use in J2ME:
PropertiesFile.java
o
StringTokenizer.java
o
BufferedInputReader.java
o
Timer.java / TimerListener.java
o
10. J2ME developing on Linux/Mac
While the Motorola emulator only runs on Windows, you should be able to code
J2ME apps on other platforms. Soon, we will post the jar file for the a780 sdk that
you can link into your project in eclipse on any platform.
11. More complete references
Motorola a780 developer guide
o
J2ME In a Nutshell
o
javax.microedition.location.Location
none
com.motorola.phone