Hello, Android: Introducing Google’s Mobile Development Platform (Pragmatic Programmers)
Hello, Android: Introducing Google’s Mobile Development Platform (Pragmatic Programmers)
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
List Price: $ 34.95
Price: $ 20.35
]
Find More Android Products





Learn Android in a Weekend,
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.
Was this review helpful to you?
|Great resource for beginners, with a few caveats,
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.
Was this review helpful to you?
|Decent and Aggravating,
At first glance this is a really good book on Android programming. The first two chapters set you up with the most basic knowledge you will need to get ready to program. The following 4 or 5 chapters are wholly frustrating. These chapters deal with making a Sudoku game. The author leaves many things unsaid. He will purposefully have you build your program so that it will have errors. Once to show your your mistake, once he just leaves an error in there for like 9 pages. The author will just throw random components out there that have nothing to add to what you are currently doing. At one point you are creating an “About” activity and the author randomly starts talking about themes. Maybe we should finish the program before we make it look pretty? Maybe we should finish our current concept before starting another one?
Aside from the beginning project, the rest of this book is quite good. Many topics are covered, including making widgets, 2D programming, 3D programming, live wallpapers, using SQL, publishing your apps and games, and more.
If you are a beginner to Java, get an intro to Java book first/too, the author assumes fairly competent knowledge of Java syntax, keywords, and the like. All and all not the worst book, but not the greatest. I, personally, would not recommend this book.
Was this review helpful to you?
|