Location:  Home » Computer Hardware » Hello, Android: Introducing Google's Mobile Development Platform (Pragmatic Programmers)  

Hello, Android: Introducing Google's Mobile Development Platform (Pragmatic Programmers)

Hello, Android: Introducing Google's Mobile Development Platform (Pragmatic Programmers)Author: Ed Burnette
Publisher: Pragmatic Bookshelf
Category: Book

List Price: $32.95
Buy New: $31.89
as of 7/30/2010 03:31 CDT details
You Save: $1.06 (3%)



New (9) Used (8) from $31.83

Seller: Smart Choice USA
Rating: 4.0 out of 5 stars 22 reviews

Media: Paperback
Edition: 2nd
Pages: 250
Number Of Items: 1
Shipping Weight (lbs): 1.2
Dimensions (in): 8.9 x 7.5 x 0.9

ISBN: 1934356492
Dewey Decimal Number: 004
EAN: 9781934356494

Availability: Usually ships in 1-2 business days

Also Available In:

  • Paperback - Hello, Android: Introducing Google's Mobile Development Platform
  • Paperback - Hello, Android: Introducing Google's Mobile Development Platform

Similar Items:


Editorial Reviews:

Product Description

Android is a software toolkit for mobile phones, created by Google and the Open Handset Alliance. It's inside millions of cell phones and other mobile devices, making Android a major platform for application developers. That could be your own program running on all those devices.

Getting started developing with Android is easy. You don't even need access to an Android phone, just a computer where you can install the Android SDK and the phone emulator that comes with it. Within minutes, "Hello, Android" will get you creating your first working application: Android's version of "Hello, World."

From there, you'll build up a more substantial example: an Android Sudoku game. By gradually adding features to the game throughout the course of the book, you'll learn about many aspects of Android programming including user interfaces, multimedia, and the Android life cycle.

This second edition has been completely revised for Android 1.5 (Cupcake) and Android 1.6 (Donut). Every page and example was reviewed and updated for compatibility with the new version. In addition, two new appendixes show you how to create Widgets for the Home screen and publish your application to the Android Market.

If you're a busy developer who'd rather be coding than reading about coding, this book is for you. To help you find what you need to know fast, each chapter ends with a "Fast-Forward" section. These sections provide guidance for where you should go next when you need to read the book out of order.




Customer Reviews:
Showing reviews 1-5 of 22



5 out of 5 stars Learn Android in a Weekend   October 23, 2009
Steve K. Oliver II
29 out of 29 found this review helpful

I've read several books on Android from cover to cover, and skimmed several others, and "Hello, Android" is hands-down the best introduction to Android development.

Here's why I say that --

You really can get through the book in a day or two. The explanations are clear, the topics focus on what's relevant to getting started in Android development, and when you're done you have the skills to dive into the SDK to continue learning.

There is a consistent example project that is developed throughout the book. I found this very helpful, because it showed me how all the different parts fit together. For example, launching activities from an existing activity, using multiple classes in your project, adding preferences, etc.

There are very few (if any) "gotchas" in this book. I followed the examples step by step without any problem. I think some people have used the book's online forum to ask about which packages to import, but when I used Eclipse it was done automatically for me. (By the way, all the files are also online.)

Even after having many months of Android development under my belt, I find that I still refer back to this book from time to time. That's saying something for a book that sets out to be an introduction.

Remember, this book is a great introduction. If you already know Android and are looking for a deep-dive, look elsewhere. But if you are curious about all the excitement around Android and have a few hours to spare, spend them with this book and find out what developing in Android is all about.



5 out of 5 stars Hello Andorid!   March 4, 2009
Anton Zalutsky (Worcester, MA)
19 out of 21 found this review helpful

This book definitely started me off in the right direction for making my own applications for Android.
Although this application misses an important section, "Publishing your application", the book is on the design process of the applications.

The book starts you off by familiarizing you with how the Android is run and the general idea of its interface. Then come the example applications which can also be found online.
Each example application is a different use of the Android...
Sudoku, GPS tracking, MySQL, OpenGL, Browsers, etc... This shows you a basic example to a solution.
This book does everything it intends to do for a user of the G1 starting to program. I have never programmed in Java and XML(C and HTML, though), and this book managed to get me understanding and writing basic applications within several hours.

I wouldn't recommend this book if you don't understand basic code because the book does jump into it rather quick and has many technical words. However, for a small book of 200 pages, each summary is very concise and exactly what was necessary to learn the understanding of the material- if you really want more, Im sure Wikipedia and Android-forum along your side will solve all your problems.

The only problem I have with programming now, is customizing my applications to my liking. But this is just learning programming better.

I plan on having many applications on the market place after learning a bit more java, XML, and practicing just a bit!

Thanks and good luck G1 programmers!





5 out of 5 stars Excellent Android Coverage for Newbies   January 11, 2009
Ahmed Shakil (Los Angeles, CA)
15 out of 17 found this review helpful

This is exactly the book I wanted and what any developer who wants to learn Google Android Needs.

The author did an excellent job in just 200+ pages to give you core concepts and tips to start coding an Android.

Ofcourse in 200 pages he cannot explain all the details but google itself has good documentation also to learn those details.

My overall experience of Android SDK is that it is very powerful SDK which can do many things that other Phone SDKs were never able to do because of phone limitations. But also a bit disappointed in somewhat poor design of the API itself.



5 out of 5 stars Great resource for beginners, with a few caveats   December 9, 2009
Jay D. Swartzfeger (Scottsdale, AZ USA)
7 out of 7 found this review helpful

I have virtually no programming experience. Other than a solid beginner's understanding of LAMP (unix, apache, mysql, PHP and scripting stuff in general), I've never done more than fiddle with code. I do have a cursory knowledge of programming concepts and XML, but that's about it. I'm pretty much a curly brace language virgin.

Hello, Android does a solid job of introducing you to the fundamentals of programming for the Android OS -- it gives you a succinct overview of why you need to do 'XYZ' and when to do it. If you're looking for pages and pages of fundamentals and core concepts, you may want to look elsewhere because Hello, Android makes you hit the ground running and helps you immediately apply the quick concepts you just learned. This is excellent for a beginner like me because the results are immediate and gives you a sense of "this isn't so intimidating... I can actually do it!"

The one aspect I enjoyed about the book was that it gently gets the absolute beginner up to speed but then does less and less hand-holding as the tutorials moved along; this lets intermediate and advanced programmers move along at a brisk pace, but also forces beginners to think about previous concepts that were taught earlier. Instead of simply copying-and-pasting "recipe" code, it really challenged me to think and absorb what the author was teaching. This was invaluable for me as a beginner that likes to be challenged with more than just a simple 'copy and paste this code from page XX, then hit build and run'.

One intangible you won't find in the book -- the author is very helpful/responsive in the Pragmatic Programmer's forums, as are the other members. Any question I've had were answered (usually) within a day, and many times within an hour. For instance, I was having an issue with running 64-bit version of Java JDK in my Android dev environment. The author (and other members) were very helpful in getting my dev environment up and running. Needless to say, the community that goes along with the book is invaluable.

I've owned dozens of wrox, apress etc books since the 90s, and this is one of the few that I would not hesitate to recommend to both beginners and advanced programmers with no Java or XML dev experience. Get this book! 4.5 stars.

PS -- if you buy the paper version of the book, I'd also highly recommend the e-version. Having a PDF up side-by-side with Eclipse (Android's default IDE) is extremely useful.



5 out of 5 stars Best First Book for Android   October 22, 2009
Eric M. Burke (USA)
5 out of 5 found this review helpful

The title, "Hello, Android", is perfect, because this is an introduction to Android. This is not designed as an exhaustive reference, nor should it be. Instead, it is the perfect length for quickly coming up to speed on the basics.

I am an experienced Java developer, and this book helped me learn Android quickly. It does not waste time explaining how to use Java, so if you are an absolute newbie, this might not be for you.

Android is rapidly evolving, and Ed is doing a great job keeping up with changes to Android. You can also get the PDF version, and Pragmatic Bookshelf lets you download beta chapters as they are updated.


Showing reviews 1-5 of 22




android  android development  development  java  programming