Location:  Home » Electrical & Electronics Engineering » 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: $34.95
Buy New: $23.07
as of 9/10/2010 10:48 CDT details
You Save: $11.88 (34%)

In Stock
Buy

New (4) Used (3) from $23.07

Seller: Amazon.com
Rating: 4.0 out of 5 stars 29 reviews

Media: Paperback
Edition: 3
Pages: 300
Number Of Items: 1
Shipping Weight (lbs): 1.1
Dimensions (in): 8.9 x 7.4 x 0.8

ISBN: 1934356565
Dewey Decimal Number: 005
EAN: 9781934356562

Shipping: Eligible for FREE Super Saver Shipping
Availability: Usually ships in 1 to 4 months

Also Available In:

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

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.

Within minutes, Hello, Android will get you started 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, you'll learn the basics of Android programming. You'll also see how to build in audio and video support, add graphics using 2D and 3D OpenGL, network with web pages and web services, and store data with SQLite. You'll also learn how to publish your applications to the Android Market.

The #1 book for learning Android is now in its third edition. Every page and example was reviewed and updated for compatibility with the latest versions. Freshly added material covers installing applications to the SD card, supporting multi-touch, and creating live wallpaper. You'll also find plenty of real-world advice on how to support all the Android versions in use today-everything from Cupcake (Android 1.5) to FroYo (Android 2.2) and beyond.

If you'd rather be coding than reading about coding, this book is for you.




Customer Reviews:
Showing reviews 1-5 of 29



5 out of 5 stars Learn Android in a Weekend   October 23, 2009
Steve K. Oliver II
41 out of 41 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)
23 out of 26 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 Great resource for beginners, with a few caveats   December 9, 2009
Jay D. Swartzfeger (Scottsdale, AZ USA)
9 out of 9 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 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 Best Android book out there   February 5, 2010
Earl Louis (New York, NY)
8 out of 8 found this review helpful

I've been developing software for quite a while but I am new to Android, and Java is not my main forte. The first book I purchased, Wrox's "Android Application Development", left me wondering if I'd lost all my reading comprehension skills. So I browsed a lot of other books until I discovered this one. The writing is very clear, the examples are complete, and by building a Sudoku application you learn all the key aspects of Android development in a very logical way. The author also walks you through setting up, developing and debugging Android in the Eclipse environment, and guides you through preparing an application for the Android market. This is a very complete introduction to Android that never once left me scratching my head or frantically Googling for omitted information. Highly recommended.

Showing reviews 1-5 of 29


In Stock
Buy

android  android development  google  mobile  mobile development  

Our Partner
Custom Essay
Essaywritingblog.com offers the service of Essay Help. This website also deals with helps for thesis or else.
Find a better writing help with Custom Essay through customessayblog.com. Find also helps with other writings
Interior Design Colleges
Trade Schools
The service of Custom Essay is available in masterpapers.com. It can also help you with other types of writings
For your research Paper, essaycapital.com is ready to help you. They are ready with Custom Term Paper
Make a deal with ma-dissertations.com to write your Dissertation


-->