Android for Programmers and over one million other books are available for Amazon Kindle. Learn more


or
Sign in to turn on 1-Click ordering.
or
Amazon Prime Free Trial required. Sign up when you check out. Learn More
Kindle Edition
 
   
Sell Back Your Copy
For a $2.09 Gift Card
Trade in
More Buying Choices
Have one to sell? Sell yours here
Android for Programmers: An App-Driven Approach (Deitel Developer Series)
 
 
Start reading Android for Programmers on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Android for Programmers: An App-Driven Approach (Deitel Developer Series) [Paperback]

Paul J. Deitel (Author), Harvey M. Deitel (Author), Abbey Deitel (Author), Michael Morgano (Author)
4.1 out of 5 stars  See all reviews (17 customer reviews)

List Price: $44.99
Price: $27.38 & this item ships for FREE with Super Saver Shipping. Details
You Save: $17.61 (39%)
  Special Offers Available
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In Stock.
Ships from and sold by Amazon.com.
Want it delivered Thursday, May 24? Choose One-Day Shipping at checkout. Details
Textbook Student FREE Two-Day Shipping for students on millions of items. Learn more

Formats

Amazon Price New from Used from
Kindle Edition $19.79  
Paperback $27.38  
Sell Back Your Copy for $2.09
Whether you bought it on Amazon or somewhere else, you can sell it back through our Book Trade-In Program at the current price of $2.09.
Used Price$20.81
Trade-in Price$2.09
Price after
Trade-in
$18.72

Book Description

November 3, 2011 0132121360 978-0132121361 1
The professional programmer’s Deitel® guide to Android™ smartphone and tablet app development and the Eclipse IDE with the Android Development Tools (ADT) plug-in

 

Billions of apps have been downloaded from Android Market! This book gives you everything you’ll need to start developing great Android apps quickly and getting them published on Android Market. The book uses an app-driven approach—each new technology is discussed in the context of 16 fully tested Android apps, complete with syntax coloring, code walkthroughs and sample outputs. Apps you’ll develop include:

  • SpotOn Game
  • Slideshow
  • Flag Quiz
  • Route Tracker
  • Favorite Twitter® Searches
  • Address Book
  • Tip Calculator
  • Doodlz
  • Weather Viewer
  • Cannon Game
  • Voice Recorder
  • Pizza Ordering 

Practical, example-rich coverage of:

  • Smartphone and Tablet Apps, Android Development Tools (ADT) Plug-In for Eclipse
  • Activities, Intents, Content Providers
  • GUI Components, Menus, Toasts, Resource Files, Touch and Gesture Processing
  • Tablet Apps, ActionBar and AppWidgets
  • Tweened Animations, Property Animations
  • Camera, Audio, Video, Graphics, OpenGL ES
  • Gallery and Media Library Access
  • SharedPreferences, Serialization, SQLite
  • Handlers and Multithreading, Games
  • Google Maps, GPS, Location Services, Sensors
  • Internet-Enabled Apps, Web Services, Telephony, Bluetooth®
  • Speech Synthesis and Recognition
  • Android Market, Pricing, Monetization
  • And more…

PLUS:  Register your product at www.informit.com/register for additional online chapters that cover Android Ice Cream Sandwich (Android 4), including a complete, working Ice Cream Sandwich app!


VISIT WWW.DEITEL.COM

  • For information on Deitel’s Dive Into® Series instructor-led programming language training courses offered at customer sites worldwide visit www.deitel.com/training or write to deitel@deitel.com
  • Download code examples
  • Check out the growing list of programming Resource Centers
  • Join the Deitel Twitter (@deitel) and Facebook (www.facebook.com/DeitelFan) communities
  • To receive updates for this book, subscribe to the free Deitel ® Buzz Online e-mail newsletter at www.deitel.com/newsletter/subscribe.html

Special Offers and Product Promotions

  • Buy $50 in qualifying physical textbooks, get $2 in Amazon MP3 Credit. Here's how (restrictions apply)

Best Value

Buy Android for Programmers: An App-Driven Approach (Deitel Developer Series) and get Android Wireless Application Development Volume I: Android Essentials (3rd Edition) (Developer's Library) at an additional 5% off Amazon.com's everyday low price.

Android for Programmers: An App-Driven Approach (Deitel Developer Series) + Android Wireless Application Development Volume I: Android Essentials (3rd Edition) (Developer's Library)
Buy Together Today: $54.46

Show availability and shipping details



Editorial Reviews

Review

“I really love what you’re doing with the book. It has the potential to become the best Android book on themarket. It’s impressive to see so many well-explained useful examples of Android patterns. The coverage of recent Honeycomb-specific APIs such as ViewPropertyAnimator and resizeable AppWidgets makes this work especially current.”

—Dan Galpin, Android Advocate and author of Intro to Android Application Development

 

“I really like that this is aiming to stay up-to-date with Android 3 and be the most current book possible by covering key Android 3 features such as property animation, fragments, the ActionBar, tabbed navigation and more. I haven’t seen any other books cover app publishing so well and the links provided throughout are an impressive collection that I think would be valuable to anyone getting started. You get full applications that show multiple parts of the APIs working together. I wish this book had been around when I started developing on Android.”

—Douglas Jones, Senior Software Engineer, Fullpower Technologies

 

“This is the book for developers interested in starting Android application development. While the target of Android for Programmers is people with some development experience, even novices will find this book an interesting read and it will speed their immersion into Android development. The book starts by describing the Android development environment. Then each chapter introduces a core aspect of the Android platform by briefly explaining the topic, then illustrating the capability with working code. The sample apps demonstrate the topics of each chapter, which easily can be applied to your own projects. By far, this is the quickest way to get comfortable writing applications for the #1 smartphone operating system. I really enjoy the book.”

—Eric J. Bowden, COO, Safe Driving Systems, LLC

 

“Takes the ideal approach of teaching you the Android SDK through actual use. Rather than regurgitate the API documentation, this book shows you how to write an app in every chapter, explaining each aspect of the SDK as it’s encountered. Some apps are built from scratch; others expand on the apps in previous chapters, iterating on the code to implement new functionality. The full source code is available, so you can see how the SDK is really used. Teaches you all the Android essentials from layouts to sensors and even on to features added in Honeycomb such as property animation, tabbed navigation with the ActionBar, fragments and web services with JsonReader. Whether you’ve never touched Android or you have some apps under your belt already, this book is definitely worth picking up.”

—Ian G. Clifton, Independent Contractor and Android App Developer

 

“With the increasing scope of Android, getting up to speed can be a challenge. This book addresses a compelling set of topics, presenting them in self-contained packages that are fun and instructive. The coverage of key Android 3 features such as fragments, resizable App Widgets and the Action Bar is interesting. For tablet-oriented app development, familiarity with these tools is essential. Creates UI/layouts with a depth of detail I’ve not seen elsewhere.”

—Sebastian Nykopp, Chief Architect, Reaktor

 

“The Welcome app looks solid; great to see the integration of the new layout editor. The Tip Calculator app is a pretty cool example and definitely a useful app; I love the deeper coverage of the lifecycle. The Favorite Twitter Searches app is a good way to demonstrate ScrollView. The Flag Quiz app is one of my favorites, covering delayed events, View animations and string arrays; I like the use of the AssetManager for the flags. The XML declaration and explanation of the tweened flag-shake animation is nicely done. The SpotOn Game app is one of my favorites; it does an excellent job in covering the new Honeycomb+ property animations, and uses them in a creative way to build a surprisingly fun little game. Nice job of keeping the database queries out of the UI thread in the Address Book app. It’s great how the Route Tracker app chapter puts so much useful MapView information in one place. Slideshow is a beautiful app.”

—Dan Galpin, Android Advocate and author of Intro to Android Application Development

 

“The Welcome app does a great job illustrating the Visual Layout Editor; I liked the approach of building visual components without code; this makes it easy to experiment with other properties to customize the look of the app. There’s a lot of time spent on the Tip Calculator app UI in the Visual Layout Editor—the line-by-line explanations of the code are extremely valuable; this is a solid introduction to how Android works. Favorite Twitter Searches taught me things I didn’t know. The Flag Quiz app is a great chapter; clearly written, and I particularly appreciated the completeness of the code comments. The Cannon Game app is a nice introduction to animation. The SpotOn Game app did a great job introducing Android 3+; in a lot of ways, Google has separated Android 2.x and 3.x by intended use (i.e. phone vs. tablet); this chapter introduces some of those concepts and helps the software developer understand some of the SDK differences. The Doodlz app chapter uses great examples to illustrate the concepts. The Address Book app is a good introduction to SQLite databases. The introduction to the camera in the Enhanced Slideshow app chapter is valuable information.”

—Eric J. Bowden, COO, Safe Driving Systems, LLC

 

“The Intro chapter gives a solid overview of Android. The Welcome app chapter is a nice intro to layouts, keeping it simple, while still using a common layout (RelativeLayout) and explaining the resulting XML. Favorite Twitter Searches app is a great chapter that introduces a lot of new (core) concepts. The app descriptions give a clear understanding of what is being built and the technologies overviews are particularly nice; the colored highlighting is helpful. The SpotOn Game app is a great intro to 3.x animation and produces a fun game without a lot of code. Doodlz is a great app—anyone can identify with it and it gives readers a chance to learn about Android. The Address Book app is a good intro to some key aspects of Android programs (in particular, launching other Activities and utilizing a SQLite database). The Route Tracker app chapter is excellent.”

—Ian G. Clifton, Independent Contractor and Android App Developer

 

“One of the most comprehensive intro chapters I have read, especially the number and variety of links to outside sources. I like the Welcome app as a way to get the reader’s feet wet; it breaks them into Eclipse and it gets them making something without Java code. TheTip Calculator app UI highlights the tricky cases of TableLayout and TableRow. The Favorite Twitter Searches app does a good job of introducing important UI skills, especially using the LayoutInflater and the ScrollView to programmatically add UI elements. The Flag Quiz app chapter does a good job of showing a variety of tools, such as collections, DialogBuilder options and animations; the method used to handle all the data is a good one. Those property animators sure make the SpotOn Game app code straightforward; well done. The Route Tracker is a solid example of a location and map app. The Slideshow app reinforces list handling and adapters. I like the intro to serialization in the Enhanced Slideshow app.”

—Douglas Jones, Senior Software Engineer, Fullpower Technologies

 

“Good intro to overall Android, Java and OO concepts.”

—Ronan “Zero” Schwarz (CIO, OpenIntents)

 

“A good intro to Android platform capabilities and online resources for getting into Android development; a valuable timesaver, particularly with the increasing amount of available Android information; the walkthrough for getting an app running in the emulator is easy to follow. The Flag Quiz app chapter is easy to follow and quite enjoyable; clear description of key UI elements; good that the distinction between assets/ and res/ is presented; nice that View animation is included in an example relevant to the app (adds a professional touch); the yellow code highlighting works well. The Address Book app chapter is a good introduction to CRUD [create, read, update and delete] apps. The Route Tracker app chapter is an easy introduction to location tracking. The Enhanced Slideshow app is a straightforward demonstration on how to use the camera and display video in an application.”

—Sebastian Nykopp, Chief Architect, Reaktor

About the Author

Paul Deitel, Abbey Deitel and Harvey Deitel are from Deitel & Associates, Inc., the internationally recognized programming languages authoring and corporate-training organization. Over a million people worldwide have used Deitel books to master Java™, iPhone app development, C#, C++, C, Internet and web programming, JavaScript, XML, Visual Basic®, Visual C++®, Perl, Python and more. Michael Morgano is a professional Android developer with Imerj.

Product Details

  • Paperback: 512 pages
  • Publisher: Prentice Hall; 1 edition (November 3, 2011)
  • Language: English
  • ISBN-10: 0132121360
  • ISBN-13: 978-0132121361
  • Product Dimensions: 9 x 6.9 x 1.1 inches
  • Shipping Weight: 2 pounds (View shipping rates and policies)
  • Average Customer Review: 4.1 out of 5 stars  See all reviews (17 customer reviews)
  • Amazon Best Sellers Rank: #18,547 in Books (See Top 100 in Books)

Customer Reviews

Most Helpful Customer Reviews
7 of 7 people found the following review helpful
Format:Paperback
I initially selected this book due to the multiple authors, hoping it would be more error free than other book I have read from single authors. So far that has been true, the more eyes in the review process really help not only catch errors but organize the material. Little things like all code snippets having line numbers and being high-lighted to follow the text really help. There are a good number of screen shots that make it easy to follow along with Eclipse on a windows or mac machine. I read so many posts on the internet saying Android has no GUI builder to layout widgets, and was very surprised, it wasn't until this book, I found out they are wrong. Adroid being what it is with Google behind it needs all the help with documentation and organization it can get. Google has that tendency to just leave it as-is, while their phD's make more hard to follow videos. The 16 apps they use as examples cover a nice range of UI, Services and libraries. The only negative is I'd prefer to not use Eclipse and would rather use my editor and a make file, but this isn't the authors faults, Android seems to be married to the ADT visual layout editor plugin and the ant build system. This book is for the rest of us that are normal C++ or C# or Java folks and can talk layman terms in getting the job done. The authors are to be commended for that alone!
Comment | 
Was this review helpful to you?
4 of 4 people found the following review helpful
Format:Paperback|Amazon Verified Purchase
Overall, the book is very easy to follow with great examples. So far I'm on chapter 9. My only gripe is that there are seemingly editorial errors, missing bits of code here and there. The latest example being in chapter 9, when programming sensorEventListener. (Fig. 9.13) The explanation doesn't sync up with the code. The author mentions using a get method in line 110, when the code itself is actually used in 112. This is a nitpicky editorial error, but for the sake of transparency, these should be caught. An even larger error is that the author writes "In this case we set shakeDetected to true, then configure....Setting variable shakeDetected to true ensures that while the confirmation dialog is displayed, method...." The shakeDetected variable isn't in the code anywhere. (Neither shown in the code example in the book or in the downloadable samples) This is a bit confusing.
Comment | 
Was this review helpful to you?
3 of 3 people found the following review helpful
Format:Paperback
I have a stack of introductory Android books including the Dummies and 24 Hours titles. What I particularly like about this book is that it's built for people who learn by dissecting existing projects, so I've gained considerably more pulling apart the examples it covers than reading descriptive pages that often don't focus on the right topics.

There's a wide range of different applications included ranging from the very simple to the fairly complex. They cover a broad part of Android's object model. While reading this isn't going to make you a pro coder overnight (and which book can do that?) it will give you a fair knowledge of all the various components that you will need to start write apps. This isn't designed for beginners but I would argue that programming Java and Android requires a minimum of some familiarity with basic coding concepts and object oriented principles. I really enjoyed the format of this book and hope to see more like it.

PS - We're still waiting for four online chapters which are apparently coming soon - some reviewers have commented on this but since it's free content, I'm happy to be patient!
Was this review helpful to you?
Most Recent Customer Reviews
Useful, but has mistakes
I bought this book for my first attempt at Android programming. There is definitely a lot of good information in this book. Read more
Published 27 days ago by DividesBy_Zero
Fantastic Book
I'm working my way through Android for Programmers (an App-Driven Approach) and it is by far the best (of the three I've purchased!) on Android development. Read more
Published 2 months ago by PDubb
Fantastic!
I decided to finally delve into the world of app development for android, with very little programming experience (I've done a little scripting is all) and this book is fantastic. Read more
Published 2 months ago by Real User
Almost Excellent
This is a very good book for programmers looking to enter the Android world. I've only read through chapter 5 thus far and have had very little difficulty in compiling the code... Read more
Published 2 months ago by foster47
Excellent book!
This is a first-rate book on Android apps development. I would rank it the best of a few books I've read on the subject. Read more
Published 3 months ago by Bert
The Deitel template falls short when applied via App-Driven Approach
I have purchased at least 3 other Deitel books in the past, including Java How To Program, the book that literally launched my career in development. Read more
Published 3 months ago by Robert Mirabelle
Android for Programmers is the best.
I just wanted to thank the team for creating the Android for Programmers book. I really learned a lot from the example projects and just wanted to say Good Job! Read more
Published 4 months ago by Ruben P.
Great book but can't find online chapters
The book is well worth it when you think of the time you would spend trying to figure out how to do a lot of these features in your own app. Read more
Published 4 months ago by A. E. Fenkner
Santa made a mistake with this one
I got this under the Christmas tree. Short of autobiographies, I have never seen authors so full of themselves. Read more
Published 4 months ago by John Kauffman
Great book for starting out as an Android Developer
I've been searching for some books on Android development that can be used for people who are familiar with coding but are new to the Android development process. Read more
Published 4 months ago by P. Cowcill
Search Customer Reviews
Only search this product's reviews

Inside This Book (learn more)
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Surprise Me!
Search Inside This Book:

What Other Items Do Customers Buy After Viewing This Item?


Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product).
 
(3)

Your tags: Add your first tag
 

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums



So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject