Ich habe das Buch vor kurzem gekauft und erst die ersten vier Kapitel gelesen, hat mir aber alles sehr gut gefallen. Ich war sofort in der Lage, ein Programm zu erstellen und auf dem Simulator laufen zu lassen. Das Sudoku-Programm wird Schritt für Schritt erweitert und der zusätzliche Code gut erklärt.
Grundkenntnisse in der Programmierung sind eine Hilfe für das Verständnis der Dalvik Virtual Machine und der Entwicklungsumgebung.
Zur Rückseite klappen
Zur Vorderseite klappen
Hörprobe
Wird gespielt...
Angehalten
Sie hören eine Hörprobe des Audible Hörbuch-Downloads.
Mehr erfahren
Mehr erfahren
Dem Autor folgen
Etwas ist schiefgegangen. Wiederholen Sie die Anforderung später noch einmal.
OK
Hello, Android Publisher: Pragmatic Bookshelf 3th (third) edition Text Only Taschenbuch – 18. August 2010
Englisch Ausgabe
von
Ed Burnette
(Autor)
|
Ed Burnette
(Autor)
Finden Sie alle Bücher, Informationen zum Autor
und mehr.
Siehe Suchergebnisse für diesen Autor
Sind Sie ein Autor?
Erfahren Sie mehr über Author Central
|
Dieses Buch gibt es in einer neuen Auflage:
Hello, Android 4e: Introducing Google's Mobile Development Platform
28,01 €
(27)
Nur noch 1 auf Lager (mehr ist unterwegs).
28,01 €
(27)
Nur noch 1 auf Lager (mehr ist unterwegs).
-
Seitenzahl der Print-Ausgabe302 Seiten
-
SpracheEnglisch
-
Erscheinungstermin18. August 2010
-
Abmessungen21.59 x 1.75 x 27.94 cm
-
ISBN-109781934356562
-
ISBN-13978-1934356562
Weitere Bücher auf Englisch, Französisch, Spanisch und in vielen weiteren Fremdsprachen:
Entdecken Sie Empfehlungen, Bestseller und vieles mehr in unserem Shop für fremdsprachige Bücher.
Hier klicken.
Weitere Artikel entdecken
Seite 1 von 1 Zum AnfangSeite 1 von 1
Domain-Driven Design: Tackling Complexity in the Heart of SoftwareEric J. EvansGebundene Ausgabe
OCP Oracle Certified Professional Java SE 11 Developer Complete Study Guide: Exam 1Z0-815, Exam 1Z0-816, and Exam 1Z0-817Taschenbuch
ABCs of Real Estate Investing: The Secrets of Finding Hidden Profits Most Investors Miss (Rich Dad Advisors)Taschenbuch
Introduction to Algorithms, third edition (Mit Press)Gebundene Ausgabe
Design Patterns. Elements of Reusable Object-Oriented Software.Gebundene Ausgabe
Cracking the Coding Interview, 6th Edition: 189 Programming Questions and Solutions (Cracking the Interview & Career)Taschenbuch
Den Verlag informieren!
Ich möchte dieses Buch auf dem Kindle lesen.
Sie haben keinen Kindle? Hier kaufen oder eine gratis Kindle Lese-App herunterladen.
Ich möchte dieses Buch auf dem Kindle lesen.
Sie haben keinen Kindle? Hier kaufen oder eine gratis Kindle Lese-App herunterladen.
Bis du mich berührst
Fesselnde Unterhaltung garantiert hier entdecken.
Produktinformation
- ASIN : 1934356565
- Herausgeber : Pragmatic Bookshelf, The; 3. Edition (18. August 2010)
- Sprache : Englisch
- Taschenbuch : 302 Seiten
- ISBN-10 : 9781934356562
- ISBN-13 : 978-1934356562
- Abmessungen : 21.59 x 1.75 x 27.94 cm
-
Amazon Bestseller-Rang:
Nr. 2,275,485 in Bücher (Siehe Top 100 in Bücher)
- Nr. 5,773 in Hardware & Technik (Bücher)
- Nr. 21,472 in Programmierung & Webdesign (Bücher)
- Nr. 129,297 in Ingenieurwissenschaft & Technik (Bücher)
- Kundenrezensionen:
Produktbeschreibungen
Pressestimmen
""I thoroughly enjoyed the "Hello, Android" book, and it helped me get on the right track to releasing my first two apps to the Market.""--Nathan Rapp, Founder, KMBurrito Designs""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.""--Steve Oliver
Über den Autor und weitere Mitwirkende
Ed Burnette is editor of the articles section at eclipse.org, and author of the web site's "The Rich Client Platform (RCP) Tutorial" series. Ed also co-authored Eclipse in Action (Manning) and runs the eclipsepowered.org site, where he can often be found hanging out in the Eclipse community forums. He's written everything from multi-user servers to compilers to commercial video games since earning a Bachelor of Science degree in computer science from North Carolina State University. He is a Principal Systems Developer at SAS, and lives near Research Triangle Park, NC.
Kundenrezensionen
4,1 von 5 Sternen
4,1 von 5
85 globale Bewertungen
Wie werden Bewertungen berechnet?
Um die Gesamtbewertung der Sterne und die prozentuale Aufschlüsselung nach Sternen zu berechnen, verwenden wir keinen einfachen Durchschnitt. Stattdessen betrachtet unser System Faktoren wie die Aktualität einer Rezension und ob der Rezensent den Artikel bei Amazon gekauft hat. Außerdem analysiert es Rezensionen, um die Vertrauenswürdigkeit zu überprüfen.
Spitzenrezensionen
Spitzenbewertungen aus Deutschland
Derzeit tritt ein Problem beim Filtern der Rezensionen auf. Bitte versuchen Sie es später noch einmal.
Rezension aus Deutschland vom 18. Dezember 2012
Missbrauch melden
Verifizierter Kauf
Eine Person fand diese Informationen hilfreich
Nützlich
Rezension aus Deutschland vom 14. Januar 2013
Verifizierter Kauf
Ich habe dieses Buch vor längerer Zeit geholt und nun lange damit gearbeitet. Positiv:
Zusammenhänge zwischen GUI (XML basierte Layouts) und Code (Java SE) werden sehr gut erklärt. Auch der Aufbau von Android-Anwendungen ist gut veranschaulicht.
Großer Pluspunkt des Buches:
es erarbeitet anhand eines einfachen Spiels, das praktisch im gesamten Buch immer weiter entwickelt wird, viele Teile von Android:
- Menüs und Dialoge bauen
- Einstellungen anzeigen und speichern
- Daten sichern
- vorhandene Layouts richtig benutzen
- Grafische Darstellung programmieren
- Musik einbinden
- usw...
Es lässt sich sehr gut (Englisch!) lesen und hat mir den Einstieg auf jeden Fall sehr erleichtert.
Leider fanden sich bereits auf meinem Android 2.2 Gerät teilweise schon Alternativen zu dem im Buch vorgstellten Lösungen:
- z.B. wurde im Buch noch mit komplexeren Callbacks gearbeitet, wo in Android 2.2 bei vielen XML Komponenten bereits eine OnClick Eigenschaft existiert, die einfach die entsprechend genannte Methode aufruft usw...
Ich denke hier gibt es bestimmt schon aktuellere Literatur, die sich z.B. mit Android 3 oder 4 beschäftigt. Auch ein Überblick über sinnvolle Architektur von (Android) Software gibt es nicht. Objektorientierung wird hier nur im Ansatz verwendet, Design-Patterns werden nicht angesprochen. Ich weiss nicht, ob das am Buch oder an Android liegt. Scheinbar ist es für einige komplexere Aufgaben besser, sich ein passendes GUI zu schreiben (der Author erklärt dies auch plausibel).
Ich will aber nicht überkritisch sein: mir hat das Buch den Einstieg erleichtert und da man viele praxisrelevante Dinge lernt, ist mir auf dieser Grundlage auch ein echtes, gut funktionierendes Programm gelungen. Da dieses zudem eine sehr spezielle GUI hat (es wird für Mechaniker in einer Firma benutzt), hat mir auch die programmierte Oberfläche des Beispiel-Spiels wertvolle Hinweise gegeben.
Zusammenhänge zwischen GUI (XML basierte Layouts) und Code (Java SE) werden sehr gut erklärt. Auch der Aufbau von Android-Anwendungen ist gut veranschaulicht.
Großer Pluspunkt des Buches:
es erarbeitet anhand eines einfachen Spiels, das praktisch im gesamten Buch immer weiter entwickelt wird, viele Teile von Android:
- Menüs und Dialoge bauen
- Einstellungen anzeigen und speichern
- Daten sichern
- vorhandene Layouts richtig benutzen
- Grafische Darstellung programmieren
- Musik einbinden
- usw...
Es lässt sich sehr gut (Englisch!) lesen und hat mir den Einstieg auf jeden Fall sehr erleichtert.
Leider fanden sich bereits auf meinem Android 2.2 Gerät teilweise schon Alternativen zu dem im Buch vorgstellten Lösungen:
- z.B. wurde im Buch noch mit komplexeren Callbacks gearbeitet, wo in Android 2.2 bei vielen XML Komponenten bereits eine OnClick Eigenschaft existiert, die einfach die entsprechend genannte Methode aufruft usw...
Ich denke hier gibt es bestimmt schon aktuellere Literatur, die sich z.B. mit Android 3 oder 4 beschäftigt. Auch ein Überblick über sinnvolle Architektur von (Android) Software gibt es nicht. Objektorientierung wird hier nur im Ansatz verwendet, Design-Patterns werden nicht angesprochen. Ich weiss nicht, ob das am Buch oder an Android liegt. Scheinbar ist es für einige komplexere Aufgaben besser, sich ein passendes GUI zu schreiben (der Author erklärt dies auch plausibel).
Ich will aber nicht überkritisch sein: mir hat das Buch den Einstieg erleichtert und da man viele praxisrelevante Dinge lernt, ist mir auf dieser Grundlage auch ein echtes, gut funktionierendes Programm gelungen. Da dieses zudem eine sehr spezielle GUI hat (es wird für Mechaniker in einer Firma benutzt), hat mir auch die programmierte Oberfläche des Beispiel-Spiels wertvolle Hinweise gegeben.
Eine Person fand diese Informationen hilfreich
Missbrauch melden
Rezension aus Deutschland vom 25. August 2010
Ich kann nur sagen: ich bin sehr überrascht. Dieses Buch ist einfach klasse! Anhand der beispielhaften Entwicklung eines Sudoku-Spiels werden die Prizipien der Android-Programmierung erklärt. Das passiert auf eine fachlich korrekte, aber trotzdem relativ einfach gehaltene Art und Weise, so dass auch Programmierer mit nur grundlegenden Kenntnissen sich gut zurechtfinden können.
Als weiteres dickes Plus empfinde ich das zum Buch gehörige Forum, in dem man Fragen und Probleme, die im Verlauf des Lesens dieses Buches auftraten, stellen kann und auch sehr schnell eine Antwort (meistens vom Autor selber) bekommt. So einen "Service" habe ich selten gesehen!
Als weiteres dickes Plus empfinde ich das zum Buch gehörige Forum, in dem man Fragen und Probleme, die im Verlauf des Lesens dieses Buches auftraten, stellen kann und auch sehr schnell eine Antwort (meistens vom Autor selber) bekommt. So einen "Service" habe ich selten gesehen!
3 Personen fanden diese Informationen hilfreich
Missbrauch melden
Rezension aus Deutschland vom 26. März 2012
Dieses Buch hilft wirklich enorm beim Einstieg in die Android-Programmierung. Es richtet sich an Leser mit Programmier- und möglichst auch Java-Erfahrung und vermittelt anhand von Beispielprojekten die Besonderheiten der Android-Softwareentwicklung. Dabei nimmt es einen sozusagen an die Hand, was bei dem umfangreichen Thema sehr sinnvoll ist. Ganz besonders lobenswert ist das Forum zum Buch (vom Verlag The Pragmatic Programmers), in dem man Fragen loswerden kann, die von anderen Foristen und auch dem Autor beantwortet werden. Das ist wirklich ein ganz toller Service.
Rezension aus Deutschland vom 30. April 2011
Das Buch erklärt die Grundlagen und deckt alle interessanten Thema ab ( Multimedia, SQLite, OpenGL, Multi-Touch, GPS ... ). Die Beispiele sind übersichtlich und gut erklärt. Aus meinem Umfeld kenne ich mehrere Entwickler, die den Einstieg über dieses Buch geschafft haben. Von allen habe ich nur lobende Worte zu diesem Buch gehört. Der Autor setzt Java-Grundkenntnisse voraus.
3 Personen fanden diese Informationen hilfreich
Missbrauch melden
Rezension aus Deutschland vom 23. Oktober 2010
Vorweg, das ist meine erste und einzige Rezension auf amazon.de, weil dies ein Buch ist, dass ich wirklich von ganzem Herzen empfehlen kann, wie es bislang noch nie der Fall war.
Das Buch lässt sich innerhalb von 2-3 Tagen komplett verschlingen. Man beherrscht danach tatsächlich die Fähigkeiten der Android-Entwicklungsumgebug in einem Maße, dass man an einem Sonntag Nachmittag Arbeit seine erste App veröffentlichen kann. Java-Kenntnisse vorausgesetzt. Selten war Geld für ein Buch so gut investiert wie für dieses.
Das Buch lässt sich innerhalb von 2-3 Tagen komplett verschlingen. Man beherrscht danach tatsächlich die Fähigkeiten der Android-Entwicklungsumgebug in einem Maße, dass man an einem Sonntag Nachmittag Arbeit seine erste App veröffentlichen kann. Java-Kenntnisse vorausgesetzt. Selten war Geld für ein Buch so gut investiert wie für dieses.
10 Personen fanden diese Informationen hilfreich
Missbrauch melden
Spitzenrezensionen aus anderen Ländern
A. Fielden
4,0 von 5 Sternen
Great introductory book
Rezension aus dem Vereinigten Königreich vom 27. August 2013Verifizierter Kauf
I like the style of this book. The worked example is usually a winning format, and this is no exception. The example application (Sudoku) is well chosen, as it involves a range of features, including 2D graphics. Features are gradually added over the first part of the book, and the fundamentals of Android application development are introduced. This gives the reader a good understanding of the foundations, in order to progress to more advanced material. Beginners to programming will find the threading example very hard going (I did, and I'm an experienced developer!), and the book offers little help to the uninitiated in this area.
What is clear after reading this book is that it's only scratching the surface of Android development, but the intention is to provide an introduction. This goal has been achieved very successfully.
One bizarre problem I found was that the index is quite bad. Maybe I was looking for obscure terms, but I found several times that the index failed to find what I was looking for. Sounds strange, but it makes the book less useful as a reference. Fortunately it's quite thin, so the contents list can usually be used to locate topics.
What is clear after reading this book is that it's only scratching the surface of Android development, but the intention is to provide an introduction. This goal has been achieved very successfully.
One bizarre problem I found was that the index is quite bad. Maybe I was looking for obscure terms, but I found several times that the index failed to find what I was looking for. Sounds strange, but it makes the book less useful as a reference. Fortunately it's quite thin, so the contents list can usually be used to locate topics.
Simon J Stuart
5,0 von 5 Sternen
A great start for beginners
Rezension aus dem Vereinigten Königreich vom 10. Juni 2011Verifizierter Kauf
Being an established software developer by trade, and deciding relatively recently to explore the world of Android development, I recently purchased Hello, Android (third edition).
I absolutely recommend this book to anyone just beginning to dip their toes into the Android waters.
By beginning with the installation and configuration of the Android SDK, as well as Eclipse toolset, then continuing to progress through the production of an Android application (in this case, a Sudoku game), this book ends with you having garnered a very comprehensive knowledge of Android development... from project structures, to producing layouts and the various XML schemas, to OpenGL graphics (2D and 3D), to debugging and final build/deployment on Android Market.
You could not ask for a better introduction to Android development!
Worth your money, worth your time, worth booking a day off work, or taking a day at the weekend, to learn and have fun.
I absolutely recommend this book to anyone just beginning to dip their toes into the Android waters.
By beginning with the installation and configuration of the Android SDK, as well as Eclipse toolset, then continuing to progress through the production of an Android application (in this case, a Sudoku game), this book ends with you having garnered a very comprehensive knowledge of Android development... from project structures, to producing layouts and the various XML schemas, to OpenGL graphics (2D and 3D), to debugging and final build/deployment on Android Market.
You could not ask for a better introduction to Android development!
Worth your money, worth your time, worth booking a day off work, or taking a day at the weekend, to learn and have fun.
5 Personen fanden diese Informationen hilfreich
Missbrauch melden
Muffinbubble
3,0 von 5 Sternen
Hello, Android review
Rezension aus dem Vereinigten Königreich vom 27. Juli 2011Verifizierter Kauf
I'm writing this review with some experience (around 6 months) in Android and Java already.
As other reviews has mentioned, there isn't an Java learning here which is fine and as I expected but I couldn't help thinking some of the chapters in this book are pretty vague.
It's a relatively small book and does cover a lot but the reason it's so small is the amount of detail in some of the chapters.
For an example, something I consider very important with developing is debugging. I'm not joking when I say this is covered on just one page.
I was also interested in the web service connectivity, the example given is sufficient but I'd have liked other options, such as using the KSOAP2 library, this just covers REST web services.
There were times when I think if I didn't know what I knew already, that some parts would have been confusing such as referring to XML files that by the time of reading hadn't actually existed - I knew where the book was referring too but it wasn't exactly clear.
That said, it's not all like this. It's just vague in some parts. I think the graphic chapters were covered well, getting the tools needed to begin development, some helpful resources and I thought the SQLite examples were sufficient too.
It's worth a read, but I think a little experience in Android already and especially Java will come in handy.
As other reviews has mentioned, there isn't an Java learning here which is fine and as I expected but I couldn't help thinking some of the chapters in this book are pretty vague.
It's a relatively small book and does cover a lot but the reason it's so small is the amount of detail in some of the chapters.
For an example, something I consider very important with developing is debugging. I'm not joking when I say this is covered on just one page.
I was also interested in the web service connectivity, the example given is sufficient but I'd have liked other options, such as using the KSOAP2 library, this just covers REST web services.
There were times when I think if I didn't know what I knew already, that some parts would have been confusing such as referring to XML files that by the time of reading hadn't actually existed - I knew where the book was referring too but it wasn't exactly clear.
That said, it's not all like this. It's just vague in some parts. I think the graphic chapters were covered well, getting the tools needed to begin development, some helpful resources and I thought the SQLite examples were sufficient too.
It's worth a read, but I think a little experience in Android already and especially Java will come in handy.
Mr. James D. Westoby
4,0 von 5 Sternen
Seriously good - up to a point
Rezension aus dem Vereinigten Königreich vom 30. Juni 2011Verifizierter Kauf
Oh, that sound awful - but it's not. The tone and content are perfect, just conversational enough without being patronising.
You have to be VERY careful to read everything carefully as there is little wasted text. It covers a lot of ground and with one other Android book I wrote and published and app in under a month.
Downsides? Nothing much on Services, least of all writing one. Slightly inconsistent in that it sometimes changes how things are done without flagging them up. Anonymous classes come to mind, which you shouldn't really use on a mobile platform (each one cost a K according to Google).
But - a heck of a lot of information and well covered. Shame he doesn't write the API docs!
This WAS money well spent.
You have to be VERY careful to read everything carefully as there is little wasted text. It covers a lot of ground and with one other Android book I wrote and published and app in under a month.
Downsides? Nothing much on Services, least of all writing one. Slightly inconsistent in that it sometimes changes how things are done without flagging them up. Anonymous classes come to mind, which you shouldn't really use on a mobile platform (each one cost a K according to Google).
But - a heck of a lot of information and well covered. Shame he doesn't write the API docs!
This WAS money well spent.
K H Liu
2,0 von 5 Sternen
Leaves too many gaps for my liking
Rezension aus dem Vereinigten Königreich vom 25. November 2011Verifizierter Kauf
Another review reads shallow and broad - have to agree with this mainly but would also add leaving it incomplete
There's a lot missing from this book - activities and intents are key concepts in Android but are covered in a couple of short, not very detailed chapters.
Examples are sparse - the soduku game is okay but I must admit I need more code snippets and usage scenarios to get a proper understanding. It's my age y'see...
Overall, I couldn't really recommend this unless you are after a very brief overview of android in which case it is easy to absorb and study from. Just be prepared to invest in more books later!
There's a lot missing from this book - activities and intents are key concepts in Android but are covered in a couple of short, not very detailed chapters.
Examples are sparse - the soduku game is okay but I must admit I need more code snippets and usage scenarios to get a proper understanding. It's my age y'see...
Overall, I couldn't really recommend this unless you are after a very brief overview of android in which case it is easy to absorb and study from. Just be prepared to invest in more books later!