|Wystawione w kategorii:
Masz taki przedmiot na sprzedaż?

PROFESJONALNY ROZWÓJ APLIKACJI ANDROID (WROX By Reto Meier W idealnym stanie

Tekst oryginalny
PROFESSIONAL ANDROID APPLICATION DEVELOPMENT (WROX By Reto Meier Mint Condition
Tekst oryginalny
~ MINT Condition! Quick & Free Delivery in 2-14 days ~
Stan:
Jak nowa
Book is in Like New / near Mint Condition. Will include dust jacket if it originally came with ... Zobacz więcejinformacji o stanie
Cena:
US $29,75
Około118,79 zł
Wysyłka:
Bezpłatnie Economy Shipping. Zobacz szczegółydla wysyłki
Znajduje się w: US, Stany Zjednoczone
Dostawa:
Szacowana między Cz, 13 cze a So, 15 cze do 43230
Czas dostawy jest szacowany naszą metodą na podstawie odległości między kupującym a lokalizacją przedmiotu, wybranej usługi wysyłkowej, historii wysyłek sprzedawcy i innych czynników. Czasy dostawy mogą się różnić, szczególnie w okresach największego ruchu.
Zwroty:
Zwrot w ciągu 30 dni. Za wysyłkę zwrotną płaci sprzedawca. Zobacz szczegóły- aby uzyskać więcej informacji dotyczących zwrotów
Płatności:
     

Kupuj bez obaw

Gwarancja zwrotu pieniędzy eBay
Otrzymasz przedmiot, jaki zamawiasz, albo zwrot pieniędzy. 

Informacje o sprzedawcy

Zarejestrowany jako sprzedawca-firma
Sprzedawca ponosi pełną odpowiedzialność za wystawienie tej oferty sprzedaży.
Nr przedmiotu eBay: 186398533800

Parametry przedmiotu

Stan
Jak nowa
Książka wygląda jak nowa choć była czytana. Egzemplarz bez brakujących lub uszkodzonych stron, bez zagnieceń lub naderwań oraz bez podkreśleń/zaznaczeń tekstu lub notatek na marginesach. Okładka nie nosi widocznych śladów używania. Jeśli jest to książka z twardą oprawą, posiada ona obwolutę (o ile taka była). Na wewnętrznej stronie okładki możliwe wpisy lub oznaczenia właściciela. Aby poznać więcej szczegółów i opis uszkodzeń lub wad, zobacz aukcję sprzedającego. Zobacz wszystkie definicje stanuotwiera się w nowym oknie lub nowej karcie
Uwagi sprzedawcy
“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

O tym produkcie

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

Opis przedmiotu podany przez sprzedawcę

Informacje o firmie

Collectible Books and Music LLC
CBM LLC
316 California Ave
# 801
89509 Reno, NV
United States
Pokaż informacje kontaktowe
:liam-Emoc.erotsrebuz@selas
Oświadczam, że wszystkie moje działania związane ze sprzedażą będą zgodne z wszystkimi przepisami i regulacjami UE.
ZUBER

ZUBER

98,1% opinii pozytywnych
Sprzedane przedmioty: 858 tys.

Oceny szczegółowe

Średnia z ostatnich 12 miesięcy

Dokładność opisu
4.8
Przystępny koszt wysyłki
5.0
Szybkość wysyłki
5.0
Komunikacja
4.9

Popularne kategorie z tego Sklepu

Zarejestrowany jako sprzedawca-firma

Opinie sprzedawców (264 270)

t***r (525)- Opinie wystawione przez kupującego.
Ostatni miesiąc
Zakup potwierdzony
Very nice shape and extremely rapid shipping!!
y***y (68)- Opinie wystawione przez kupującego.
Ostatni miesiąc
Zakup potwierdzony
Great seller,quick shipping, good communication
g***i (606)- Opinie wystawione przez kupującego.
Ostatni miesiąc
Zakup potwierdzony
Excellent service from the seller.