|Eingestellt in Kategorie:
Ähnlichen Artikel verkaufen?

PROFESSIONELLE ANDROID ANWENDUNGSENTWICKLUNG (WROX by Reto Meier neuwertig

~ MINT Condition! Quick & Free Delivery in 2-14 days ~
Artikelzustand:
Neuwertig
Book is in Like New / near Mint Condition. Will include dust jacket if it originally came with ... Mehr erfahrenÜber den Artikelzustand
Preis:
US $29,75
Ca.CHF 26,67
Versand:
Kostenlos Economy Shipping. Weitere Detailsfür Versand
Standort: US, USA
Lieferung:
Lieferung zwischen Do, 13. Jun und Mo, 17. Jun nach 43230 bei heutigem Zahlungseingang
Wir wenden ein spezielles Verfahren zur Einschätzung des Liefertermins an – in diese Schätzung fließen Faktoren wie die Entfernung des Käufers zum Artikelstandort, der gewählte Versandservice, die bisher versandten Artikel des Verkäufers und weitere ein. Insbesondere während saisonaler Spitzenzeiten können die Lieferzeiten abweichen.
Rücknahmen:
30 Tage Rückgabe. Verkäufer zahlt Rückversand. Weitere Details- Informationen zu Rückgaben
Zahlungen:
     

Sicher einkaufen

eBay-Käuferschutz
Geld zurück, wenn etwas mit diesem Artikel nicht stimmt. 

Angaben zum Verkäufer

Angemeldet als gewerblicher Verkäufer
Der Verkäufer ist für dieses Angebot verantwortlich.
eBay-Artikelnr.:186398533800

Artikelmerkmale

Artikelzustand
Neuwertig
Buch, das wie neu aussieht, aber bereits gelesen wurde. Der Einband weist keine sichtbaren Gebrauchsspuren auf. Bei gebundenen Büchern ist der Schutzumschlag vorhanden (sofern zutreffend). Alle Seiten sind vollständig vorhanden, es gibt keine zerknitterten oder eingerissenen Seiten und im Text oder im Randbereich wurden keine Unterstreichungen, Markierungen oder Notizen vorgenommen. Der Inneneinband kann minimale Gebrauchsspuren aufweisen. Minimale Gebrauchsspuren. Genauere Einzelheiten sowie eine Beschreibung eventueller Mängel entnehmen Sie bitte dem Angebot des Verkäufers. Alle Zustandsdefinitionen ansehenwird in neuem Fenster oder Tab geöffnet
Hinweise des Verkäufers
“Book is in Like New / near Mint Condition. Will include dust jacket if it originally came with ...
ISBN-10
0470344717
Book Title
Professional Android Application Development (Wrox Programmer to
ISBN
9780470344712
Subject Area
Computers, Technology & Engineering
Publication Name
Android No. 2 : Application Development
Item Length
9.3 in
Publisher
Wiley & Sons, Incorporated, John
Subject
Mobile & Wireless Communications, Software Development & Engineering / General
Publication Year
2008
Type
Textbook
Format
Trade Paperback
Language
English
Item Height
0.9 in
Author
Reto Meier
Item Width
7.4 in
Item Weight
22.1 Oz
Number of Pages
432 Pages

Über dieses Produkt

Product Information

A hands-on guide to building mobile applications, Professional Android Application Development features concise and compelling examples that show you how to quickly construct real-world mobile applications for Android phones. Fully up-to-date for version 1.0 of the Android software development kit, it covers all the essential features, and explores the advanced capabilities of Android (including GPS, accelerometers, and background Services) to help you construct increasingly complex, useful, and innovative mobile applications for Android phones. What this book includes An introduction to mobile development, Android, and how to get started. An in-depth look at Android applications and their life cycle, the application manifest, Intents, and using external resources. Details for creating complex and compelling user interfaces by using, extending, and creating your own layouts and Views and using Menus. A detailed look at data storage, retrieval, and sharing using preferences, files, databases, and Content Providers. Instructions for making the most of mobile portability by creating rich map-based applications as well as using location-based services and the geocoder. A look at the power of background Services, using threads, and a detailed look at Notifications. Coverage of Android's communication abilities including SMS, the telephony APIs, network management, and a guide to using Internet resources Details for using Android hardware, including media recording and playback, using the camera, accelerometers, and compass sensors. Advanced development topics including security, IPC, advanced 2D / 3D graphics techniques, and user-hardware interaction. Who this book is for This book is for anyone interested in creating applications for the Android mobile phone platform. It includes information that will be valuable whether you're an experienced mobile developer or making your first foray, via Android, into writing mobile applications. It will give the grounding and knowledge you need to write applications using the current SDK, along with the flexibility to quickly adapt to future enhancements.

Product Identifiers

Publisher
Wiley & Sons, Incorporated, John
ISBN-10
0470344717
ISBN-13
9780470344712
eBay Product ID (ePID)
66235965

Product Key Features

Author
Reto Meier
Publication Name
Android No. 2 : Application Development
Format
Trade Paperback
Language
English
Subject
Mobile & Wireless Communications, Software Development & Engineering / General
Publication Year
2008
Type
Textbook
Subject Area
Computers, Technology & Engineering
Number of Pages
432 Pages

Dimensions

Item Length
9.3 in
Item Height
0.9 in
Item Width
7.4 in
Item Weight
22.1 Oz

Additional Product Features

Intended Audience
Trade
Table of Content
Introduction.Chapter 1: Hello, Android.A Little Background.What It Isn't.An Open Platform for Mobile Development.Native Android Applications.Android SDK Features.Introducing the Open Handset Alliance.What Does Android Run On?Why Develop for Android?Introducing the Development Framework.What Comes in the Box.Summary.Chapter 2: Getting Started.Developing for Android.Developing for Mobile Devices.To-Do List Example.Android Development Tools.Summary.Chapter 3: Creating Applications and Activities.What Makes an Android Application?Introducing the Application Manifest.Using the Manifest Editor.The Android Application Life Cycle.Understanding Application Priority and Process States.Externalizing Resources.A Closer Look at Android Activities.Summary.Chapter 4: Creating User Interfaces.Fundamental Android UI Design.Introducing Views.Introducing Layouts.Creating New Views.Creating and Using Menus.Summary.Chapter 5: Intents, Broadcast R eceivers, Adapters, and the Internet.Introducing Intents.Introducing Adapters.Using Internet Resources.Introducing Dialogs.Creating an Earthquake Viewer.Summary.Chapter 6: Data Storage, Retrieval, and Sharing.Android Techniques for Saving Data.Saving Simple Application Data.Saving and Loading Files.Databases in Android.Introducing Content Providers.Summary.Chapter 7: Maps, Geocoding,: and Location-Based Services.Using Location-Based Services.Setting up the Emulator with Test Providers.Selecting a Location Provider.Finding Your Location.Using Proximity Alerts.Using the Geocoder.Creating Map-Based Activities.Mapping Earthquakes Example.Summary.Chapter 8: Working in the Background.Introducing Services.Using Background Worker Threads.Let's Make a Toast.Introducing Notifications.Using Alarms.Using Alarms to Update Earthquakes.Summary.Chapter 9: Peer-to-Peer Communication.Introducing Android Instant Messaging.Introducing SMS.Summary.Chapter 10: Accessing Android Hardware.Using the Media APIs.Using the Camera.Introducing the Sensor Manager.Using the Accelerometer and Compass.Android Telephony.Using Bluetooth.Managing Network and Wi-Fi Connections.Controlling Device Vibration.Summary.Chapter 11: Advanced Android Development.Paranoid Android.Using AIDL to Support IPC for Services.Using Internet Services.Building Rich User Interfaces.Summary.Index.
Copyright Date
2009
Dewey Decimal
005.1
Dewey Edition
22
Illustrated
Yes

Artikelbeschreibung des Verkäufers

ZUBER

ZUBER

98,1% positive Bewertungen
858 Tsd. Artikel verkauft
Shop besuchenKontakt

Detaillierte Verkäuferbewertungen

Durchschnitt in den letzten 12 Monaten

Genaue Beschreibung
4.8
Angemessene Versandkosten
5.0
Lieferzeit
5.0
Kommunikation
4.9

Beliebte Kategorien in diesem Shop

Angemeldet als gewerblicher Verkäufer

Verkäuferbewertungen (264'249)

m***w (517)- Bewertung vom Käufer.
Letzter Monat
Bestätigter Kauf
Got the book but no monkey
1***d (1388)- Bewertung vom Käufer.
Letzter Monat
Bestätigter Kauf
Nice item as described, carefully packaged, fast shipping. A++ seller. Thanks!
1***d (1388)- Bewertung vom Käufer.
Letzter Monat
Bestätigter Kauf
Nice item as described, carefully packaged, fast shipping. A++ seller. Thanks!