Enterprise J2ME Developing Mobile Java Applications [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Enterprise J2ME Developing Mobile Java Applications [Electronic resources] - نسخه متنی

Michael Juntao Yuan

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید



8.3 The JavaPhone API


The JavaPhone API v1.0 is an optional extension to PersonalJava. Designed for smart phone devices, the JavaPhone API supports telephony functionalities (e.g., call control), network datagram access, power management, and PIM access. You can download detailed JavaPhone specification, API documentation, and code examples from its Web site (see "Resources"). In this section, I give only a brief overview of the PIM package in Table 8.1.

Table 8.1. The JavaPhone PIM API in the javax.pim Package

Package

Description

addressbook

This package allows you to store and look up contact cards (phone number, address, etc.) in address book databases. It supports multiple address books and addresses groups. The schema string used in contact entries conforms to the vCard personal data interchange format (an Internet Mail Consortium standard).

calendar

This package provides ways to store and look up schedule and to-do information in a calendar database. The schema string for calendar entries conforms to the vCalendar interchange format (an Internet Mail Consortium standard).

userprofile

This package defines objects that manipulate current user information. It uses the same format as the address book entry. On a mobile phone, this package might allow you to read and write the SIM card.


/ 204