|En la categoría:
Envío y entregaPulsa "Ver detalles" para obtener información adicional sobre envíos y devoluciones.
¿Quieres vender uno?

Learning Wireless Java [Paperback] Qusay Mahmoud 894

1 Good Buy DK
  • (77)
  • Registrado como vendedor particular
    Por tanto, no se aplican las normas de protección de los consumidores derivadas de la legislación de la UE en materia de consumidores. La Garantía al cliente de eBay sigue aplicando a la mayoría de compras. Más información
USD17,03
Aproximadamente15,24 EUR
Estado:
En buen estado
Envío:
USD10,60 (aprox. 9,49 EUR) USPS Priority Mail Padded Flat Rate Envelope®.
Ubicado en: Pardeeville, Wisconsin, Estados Unidos
Entrega:
Entrega prevista entre el lun. 30 sep. y el mié. 2 oct. a 43230
Calculamos el plazo de entrega con un método patentado que combina diversos factores, como la proximidad del comprador a la ubicación del artículo, el servicio de envío seleccionado, el historial de envíos del vendedor y otros datos. Los plazos de entrega pueden variar, especialmente en épocas de mucha actividad.
Devoluciones:
30 días para devoluciones. El comprador paga el envío de la devolución.
Pagos:
    

Compra con confianza

Garantía al cliente de eBay
Si no recibes el artículo que has pedido, te devolvemos el dinero. Más informaciónGarantía al cliente de eBay - se abre en una nueva ventana o pestaña
El vendedor asume toda la responsabilidad de este anuncio.
N.º de artículo de eBay:403058694294

Características del artículo

Estado
En buen estado: Libro que se ha leído pero que está en buen estado. Daños mínimos en la tapa, ...
ISBN
9780596002435
Author
Qusay H. Mahmoud
EAN
9780596002435
Subject Area
Computers, Technology & Engineering
Publication Name
Learning Wireless Java : Help for New J2me Developers
Publisher
O'reilly Media, Incorporated
Item Length
9.2 in
Subject
Mobile & Wireless Communications, Programming Languages / Java, General
Publication Year
2002
Type
Textbook
Format
Trade Paperback
Language
English
Item Height
0.7 in
Item Weight
15.2 Oz
Item Width
7 in
Number of Pages
266 Pages

Acerca de este producto

Product Identifiers

Publisher
O'reilly Media, Incorporated
ISBN-10
0596002432
ISBN-13
9780596002435
eBay Product ID (ePID)
2351548

Product Key Features

Number of Pages
266 Pages
Publication Name
Learning Wireless Java : Help for New J2me Developers
Language
English
Subject
Mobile & Wireless Communications, Programming Languages / Java, General
Publication Year
2002
Type
Textbook
Subject Area
Computers, Technology & Engineering
Author
Qusay H. Mahmoud
Format
Trade Paperback

Dimensions

Item Height
0.7 in
Item Weight
15.2 Oz
Item Length
9.2 in
Item Width
7 in

Additional Product Features

Intended Audience
Scholarly & Professional
LCCN
2002-510139
Dewey Edition
21
Illustrated
Yes
Dewey Decimal
005.7/1262
Table Of Content
Preface; Audience; Contents of This Book; Comments and Questions; Acknowledgments;Introducing Java 2 Platform, Micro Edition (J2ME); Chapter 1: Overview of J2ME; 1.1 What Is J2ME?; 1.2 Downloading the J2ME Wireless Toolkit; 1.3 A Simple Example; Chapter 2: The Connected Limited Device Configuration (CLDC); 2.1 Examining the CLDC in Detail; 2.2 Using the Standalone CLDC and KVM; 2.3 CLDC Next Generation; Chapter 3: The Mobile InformationDevice Profile (MIDP); 3.1 Mobile Information Devices; 3.2 More About MIDlets;Programming with the CLDCand the MIDP; Chapter 4: Working with MIDlets; 4.1 The Application Manager; 4.2 Creating MIDlets; Chapter 5: MIDP GUI Programming; 5.1 Why Not Reuse the AWT?; 5.2 The MIDP GUI APIs; 5.3 The High-Level MIDP APIs; 5.4 Creating Low-Level GUI Components; Chapter 6: MIDP Events; 6.1 Screen Navigation; 6.2 Handling Low-Level Events; Chapter 7: Networking; 7.1 Generic Connections; 7.2 MIDP Connectivity; 7.3 The HTTP Programming Model; 7.4 Invoking Remote Applications from MIDlets; 7.5 Wireless Session Tracking; 7.6 MIDlet Networking Security; Chapter 8: Database Programming; 8.1 The Record Management System; 8.2 Programming with the RMS; Chapter 9: The MIDP for Palm OS; 9.1 Installing the MIDP for Palm OSon the Windows Platform; 9.2 Developing New Applications; 9.3 PRC Command-Line Conversion; 9.4 Advanced Java Applications; 9.5 A Final Thought;API Quick Reference; The java.io Package; The java.lang Package; The java.util Package; The javax.microedition.io Package; The javax.microedition.lcdui Package; The javax.microedition.midlet Package; The javax.microedition.rms Package; Resources; Additional Resources;Colophon;
Synopsis
This volume offers an introduction to J2ME and MIDP, including an explanation of the J2ME Wireless Toolkit, the MIDlet lifecycle methods, the Java aplication manager and the CLDC and MIDP constraints. In addition it covers the javax.microedition.rms, javax.microedition.lcdui and javax.microedition.midlet classes, as well as the modified java.lang.io and java.util classes. Discussion centers around building safe, compact applications with sophisticated graphical interface, database and networking capabilities that the J2ME supports. It also show how to download your applications to J2ME-enabled devices, including the Motorola i50x and i85s phones and upgraded PalmPilots., A solid introduction to working with the Mobile Information Device Profile (MIDP), which contains the APIs designed specifically for writing applications that need to run on wireless and embedded devices. It includes reference material on the core and javax.microedition classes, as well as on the classes specific to the various wireless platforms the J2ME supports., This is an introduction to J2ME and MIDP, including an explanation of the J2ME Wireless Toolkit, the MIDlet lifecycle methods, the Java aplication manager and the CLDC and MIDP constraints. Discussion centers around building safe, compact applications., Learning Wireless Java is for Java developers who want to quickly come up to speed and create applications for the Micro Edition audience. This book covers the Connected, Limited Device Configuration and the Mobile Information Device Profile (MIDP), both currently available from Javasoft. The CLDC contains APIs for small devices that are constrained by both memory and processing power. MIDP builds on top of the CLDC and adds APIs specifically for devices such as mobile phones and pagers, allowing programmers to create MIDlet applications. This book offers a solid introduction to J2ME and MIDP, including an explanation of the J2ME Wireless Toolkit, the MIDlet lifecycle methods, the Java application manager, and the CLDC and MIDP constraints. In addition, we cover the javax.microedition.io, javax.microedition.rms, javax.microedition.lcdui, and javax.microedition.midlet classes, as well as the modified java.lang, java.io, and java.util classes. Discussion centers around building safe, compact applications with the sophisticated graphical interface, database, and networking capabilities that the J2ME supports. In addition, this book also shows you how to download your applications to the latest J2ME-enabled devices, including the Motorola i50x and i85s phones and upgraded Palm handhelds.
LC Classification Number
QA76.73.J38M323 2002

Descripción del artículo del vendedor

1 Good Buy DK

1 Good Buy DK

100% de votos positivos
172 artículos vendidos
Visitar tiendaContactar
Se unió el ago 2018
Registrado como vendedor particular
Por tanto, no se aplican los derechos de los consumidores derivados de las leyes de protección de los consumidores de la UE. La Garantía al cliente de eBay sigue aplicando a la mayoría de compras. Más informaciónMás información

Votos de vendedor (67)

  • w***e (1339)- Votos emitidos por el comprador.
    Mes pasado
    Compra verificada
    Great item and prompt shipping! Thank you!
  • _***v (427)- Votos emitidos por el comprador.
    Último año
    Compra verificada
    Perfect. FAST shipping! Thank you.
  • k***u (33)- Votos emitidos por el comprador.
    Último año
    Compra verificada
    The image included with the listing was inaccurate to the issue it was advertising, but the name and description were both consistent. So, I received a different issue to what I was expecting, but I ought to have read the description more closely.

Valoraciones y opiniones del producto

Todavía no hay valoraciones ni opiniones
Sé el primero en escribir una opinión.