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

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

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

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

Michael Juntao Yuan

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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


Chapter 2, there are two dominant profiles on the J2ME platform:

The PersonalJava and J2ME Personal Profile (PP) run on high-end PDA or set-top box devices. They share the same application structure (e.g., the main() method), standard APIs (e.g., I/O and AWT UI APIs) and development tools as the J2SE platform. Any experienced Java developer should easily get started with the PersonalJava/PP development.

The J2ME Mobile Information Device Profile (MIDP) runs on pervasive mobile devices such as smart phones. It is not compatible with the J2SE in bytecode structure and API usage.

In this appendix, we briefly cover the basics of MIDP v1.0 application development through an example.


/ 204