What will you learn from this book?
If you have an idea for a killer Android app, this fully revised and updated edition will get you up and running in a jiffy. You’ll go beyond syntax and how-to manuals and learn how to think like a great Android developer. This hands-on book teaches you everything from designing user interfaces to building multi-screen apps that persist data in a database. It covers the latest features of Android Jetpack, including Jetpack Compose. It’s like having an experienced Android developer sitting right next to you! If you have some Kotlin know-how, you’re ready to get started.
Why does this book look so different?
Based on the latest research in cognitive science and learning theory, Head First Android Development uses a visually rich format to engage your mind rather than a text-heavy approach that puts you to sleep. Why waste your time struggling with new concepts? This multisensory learning experience is designed for the way your brain really works.
From the brand

Explore the full series
Brain-Friendly Guides
Brain-Friendly Guides
Explore the full series

Learning isn’t something that just happens to you. It’s something you do. Learning means building more mental pathways, bridging connections between new and pre-existing knowledge, recognizing patterns, and turning facts and information into knowledge (and ultimately, wisdom).
Based on the latest research in cognitive science, neuro-biology, and educational psychology, Head First books get your brain into learning mode.
Publisher : O’Reilly Media
Publication date : December 21, 2021
Edition : 3rd
Language : English
Print length : 930 pages
ISBN-10 : 149207652X
ISBN-13 : 978-1492076520
Item Weight : 3.65 pounds
Dimensions : 8 x 1.84 x 9.25 inches
Part of series : Head First
Best Sellers Rank: #606,983 in Books (See Top 100 in Books) #58 in Computer Tablet Books #80 in Mobile App Development & Programming #434 in Operating Systems (Books)
Customer Reviews: 4.5 4.5 out of 5 stars (59) var dpAcrHasRegisteredArcLinkClickAction; P.when(‘A’, ‘ready’).execute(function(A) { if (dpAcrHasRegisteredArcLinkClickAction !== true) { dpAcrHasRegisteredArcLinkClickAction = true; A.declarative( ‘acrLink-click-metrics’, ‘click’, { “allowLinkDefault”: true }, function (event) { if (window.ue) { ue.count(“acrLinkClickCount”, (ue.count(“acrLinkClickCount”) || 0) + 1); } } ); } }); P.when(‘A’, ‘cf’).execute(function(A) { A.declarative(‘acrStarsLink-click-metrics’, ‘click’, { “allowLinkDefault” : true }, function(event){ if(window.ue) { ue.count(“acrStarsLinkWithPopoverClickCount”, (ue.count(“acrStarsLinkWithPopoverClickCount”) || 0) + 1); } }); });
11 reviews for Head First Android Development: A Learner’s Guide to Building Android Apps with Kotlin
Add a review
Original price was: $89.99.$59.30Current price is: $59.30.


JManInPhoenix –
Excellent intro to Android Studio using Kotlin
Was able to work through the whole book without too much difficulty. There are some typos here and there but the author’s source code is correct. Had to adjust some gradle files from what Android Studio generated to match the author’s source code to compile some apps.Best Android Studio book by far that I have used.
Hurricane Lake –
Head Start books are such great learning tools.
I have quite a few Head Start books. They are so much fun to learn from. And this one particularly is of tremendous help. So far all the examples compile well. Thanks.
chris worth –
Why so many typos?
Good grief, you put in the code changes it says to make in the Gradle scripts and the whole thing blows up with error messages. not to mention the quality of book itself just totally sucks. had it for 3 days and pages are starting to come out. O’Reilly, has really gone down hill. Just say no to this book.
TTforReal –
Behind the eight ball
Sadly, the authors teach outdated programming concepts. If you are new to android app development, don’t get this book. Find jetpack compose material instead. Layouts are out. XML UI is gone. FindByID…adios. Do learn about higher-order functions and lambdas ASAP. Composables (the new UI) use them ALOT. Because I’m already on the negative path…the images of 1940s women in bathing suits and standing behind their men are disturbingly sexist. Especially with a female author. And the woman making angry, snarky comments didn’t appeal to me either.
Emmett M Keyser –
ridiculously overpriced and underwhelming
Head first books are garbage. This book is more than 800 pages but at least 50% of it is totally useless garbage. In fact, the one thing I actually needed it for doesn’t even mention it: PeriodicWorkRequest. There is exactly 1 page on WorkManager and just like the rest of the book there is a bunch of totally useless copy and a link to the API docs. Thanks, if I wanted to look in the API docs I wouldn’t have gotten this book.I guarantee you this book will actually hinder learning Android development rather than help.
Greywolf –
Watch for typos
Great book, but I’ve found a few typos that will drive the newbie bonkers. If your code doesn’t seem to work, ensure the syntax is correct. The book is mostly correct but don’t blindly trust it. For example, on page 109 there is an extra ” before xmlns.
Premium User –
Ho già l’altro testo Head First Kotlin e questo è la sua attuale evoluzione. Sono partito con un nanodegree Udacity, mi è venuto mal di testa per il materiale datato che viene fatto pagare a peso d’oro, ho chiesto il rimborso e acquistato la versione cartacea di questo manuale.Più che soddisfatto.
R. Lemos –
A linguagem é bem leve, fácil de acompanhar. O desenvolvimento dos mini-projetos é bem detalhado e cumulativo com os desenvolvimentos anteriores. A versão não é a mais atual, mas não prejudica (em 2 ou 3 mini-projetos eu tive que adaptar as alterações a serem feitas no build.gradle). Para quem não conhece nada de Android (mas já sabe programar… talvez até pra quem não sabe programar) é um excelente guia. Os principais assuntos cobertos são desenvolvimento de interfaces. E tem também um mini-projeto com banco de dados local (excelente por sinal). Não entra em questões mais profundas (o que é uma atividade? quando uma aplicação tem mais de uma atividade?). No último capítulo, embora não ensine, dá ótimos ponteiros para outras features da plataforma (notificações por exemplo).Eu agora vou procurar livros mais profundos e algum guia que ensine a fazer UX efetivas (não do ponto de vista técnico na programação, mas com foco em usabilidade e conforto para o usuário).
Fiv Asim –
Some basic Kotlin knowledge is needed. The previous book of the same series fits this role perfectly.
Atul Chaudhary –
Highly recommend the head first books for all the freshers whatever be the programming language.Written in such a way that it will make your core concepts clear and strong.
Arturo Jorge Garcia Mata –
Muy buen libro para los que no saben nada de nada de Android ni programación. Para los que tenemos cierta experiencia programando puede resultar redundante en muchas explicaciones.