Awesome Android Learning Resources Save

👓 A curated list of awesome android learning resources for android app developers.

Project README

Awesome Android Learning Resources

:eyeglasses: A curated list of awesome android learning resources for android app developers.


Awesome Android Language Badge Kotlin Language Badge androiddevnotes GitHub badge


androiddevnotes logo


Awesome Android Learning Resources aims to be the starting point for Android App Developers to find the finest learning content for Android App Development.

The content is Android Kotlin App development focused. Android Java content which can be of benefit to developers is listed and are under Java section.

Content in languages other than English is tagged according to ISO 639-2 codes.

Confused where to begin? Start with Official Android Courses.

Contents

Jetpack Compose Learning Resources

Certification

  • Associate Android Developer - The exam is designed to test the skills of an entry-level Android developer. To study the certification, google offers its study guide, where you can read all topics and also practice your knowledge with the codelabs indicated for each competency. Despite being paid, you can study all topics and practice on all codelabs for free in the mentioned study guide.

Books

Android focused

  • Real-World Android by Tutorials - Build professional, secure Android apps for the real world using the most important architectures and libraries.

  • Programming Android with Kotlin - This book helps Android developers make the transition from Java to Kotlin and shows them how Kotlin provides a true advantage for gaining control over asynchronous computations.

  • How to Build Android Apps with Kotlin - This book starts with the fundamentals of app development. Moving ahead, you'll get to grips with testing, learn how to keep your architecture clean, understand how to persist data, and gain basic knowledge of the dependency injection pattern. Finally, you'll see how to publish your apps on the Google Play store.

  • Instant Android Fragmentation Management How-to - Instant Android Fragmentation Management How-to is a step-by-step guide to writing applications that can run on all devices starting from Android 1.6.

  • Instant Android Systems Development How-to - Instant Android Systems Development How-to provides a gentle introduction to the platform internals without sacrificing depth.

  • Android Things Quick Start Guide - This book takes you through the basics of IoT and smart devices. It will help you to interact with common IoT device components and learn the underlying protocols. For a simple setup, we will be using Rainbow HAT so that we don't need to do any wiring.

  • 33 Engineering Challenges of Building Mobile Apps at Scale eBook & Other Learnings - Industry practices used by large Native mobile teams.

  • Android High Performance Programming - Build fast and efficient Android apps that run as reliably as clockwork in a multi-device world.

  • Android Internals: A Confectioner's Cookbook - Deals exclusively with the internals of the Android operating system.

  • Android Apprentice - Android Apprentice is the book for complete beginners to Android development.

  • Reactive Programming with Kotlin - The book that teaches you to use RxJava, RxAndroid and RxKotlin to create complex reactive applications on Android and exercise full control over the library to leverage the full power of reactive programming in your apps.

  • Android Test-Driven Development by Tutorials - A book that teaches you to write sustainable, testable apps, as well as to apply testing strategies to legacy projects via Espresso and UI tests, code coverage and refactoring.

  • Advanced Android App Architecture - In Advanced Android App Architectures, you'll find a diverse and hands-on approach to architecting your apps on Android. Learn how to build scaleable and maintainable architectures in Android and Kotlin, including MVC, MVP, MVI, MVVM and VIPER!

  • Saving Data on Android - A book that will teach you to persist data on Android — saving locally or remotely — along with the modern techniques for synchronization, allowing your app to be reactive and always up-to-date.

  • Data Structures & Algorithms in Kotlin - A book that teaches you the fundamental tools of implementing key data structures in Kotlin, and how to use them to solve algorithms.

  • Kotlin for Android App Development - This book hits the sweet spot between theory and practice, teaches you the best practices for object-orientation, functional programming, interoperability and more in Kotlin, and gives you a practical intro with hundreds of code listings.

  • Elements of Android Jetpack - This book follows in the footsteps of The Busy Coder's Guide to Android Development, to introduce developers to Android app development, focusing on Jetpack. Here you will learn how to set up an Android app for Java or Kotlin, create a user interface, and more!

  • Exploring Android - This book has you build an app from the beginning. Whereas traditional programming guides are focused on breadth and depth, this book is focused on “hands-on”, guiding you through the steps to build the app.

  • Elements of Android R - Each new release brings new opportunities and new challenges for Android developers. Many of the new challenges are extensions of the problems introduced in last year's Android 10. So, if you are worried about further changes to storage or permissions, or you are nervous about new restrictions being placed on developers, this book is for you!

  • Elements of Android Room - This book explores Room.

  • Elements of Android Q - As usual, Android 10 changed some things that affect developers and apps. This book profiles those changes and helps point out what you need to do to adjust your app to cope with those changes. So, if you are worried about the death of external storage and other things that Android 10 brings with it, this book is for you!

  • Learning RxJava - In this book, you'll cover the core fundamentals of reactive programming and learn how to design and implement reactive libraries and applications.

  • Gradle Recipes for Android - This hands-on guide provides a collection of Gradle recipes to help you quickly and easily accomplish the most common build tasks for your Android apps.

  • Kotlin for Android Developers - Kotlin for Android Developers.

  • Android™ Notes for Professionals book - Android™ Notes for Professionals book.

  • Android System Programming - Build, customize, and debug your own Android system.

  • Head First Android Development - You'll learn hands-on how to structure your app, design flexible and interactive interfaces, run services in the background, make your app work on various smartphones and tablets, and much more.

  • Professional Android - Professional Android, 4th Edition shows developers how to leverage the latest features of Android to create robust and compelling mobile apps

  • Android Studio 3.6 Development Essentials - Update your Android studio skills and build modern Android applications using Java.

  • Mastering Firebase for Android Development - Develop a fully functional dynamic Android application using the latest features of Firebase.

  • The Busy Coder's Guide to Android Development - This book contains over 200 chapters, covering everything from the first steps in getting an app going to advanced development techniques. Use the search field in the nav bar to see what is inside this book and the rest of the CommonsWare library!

  • Android's Architecture Components - This book dives deep into the Architecture Components, showing you how they work individually and in concert.

  • Android Programming: The Big Nerd Ranch Guide - Dive in to learn the foundations of Android application development. The content is now in Kotlin and updated with modern Android practices.

Kotlin language-focused

  • Atomic Kotlin - Atomic Kotlin is the book and associated learning resources by Bruce Eckel and Svetlana Isakova.

  • Effective Kotlin - Effective Kotlin summarizes the best practices and experiences of the Kotlin community, together with a deep explanation of some lesser-known Kotlin functionalities. All of the best practices are presented as simple rules with detailed explanations.

  • Kotlin Cookbook - Use Kotlin to build Android apps, web applications, and more—while you learn the nuances of this popular language.

  • Kotlin Apprentice - Learn programming with Kotlin! The Kotlin Apprentice is a book designed for complete beginners to Kotlin, a modern language used for Android development.

  • Kotlin Coroutines by Tutorials - Android is inherently asynchronous and event-driven, with strict requirements as to on which thread certain things can happen. Learn how to use Kotlin coroutines to solve common Android programming problems using asynchronous programming techniques!

  • Functional Kotlin - Learn how to apply Functional Programming with Kotlin to real-life projects with popular libraries like Arrow.

  • Hands-On Data Structures and Algorithms with Kotlin - Understand and solve complex computational problems and write efficient code with Kotlin.

  • Elements of Kotlin Coroutines - This book is designed to help you get “spun up” on coroutines and how they can be applied in your projects.

  • Elements of Kotlin - This introductory book to Kotlin focuses on helping existing programmers get up to speed on reading and writing Kotlin code. Particular emphasis is placed on the sorts of syntax and language capabilities that most Kotlin developers will need, with light coverage of the advanced capabilities that allow library developers to create easy-to-use APIs.

  • Programming Kotlin - If you want to learn the essentials of Kotlin, from the fundamentals to more advanced concepts, you've picked the right book.

  • Kotlin docs - Kotlin Language Documentation.

  • Hands-on Design Patterns with Kotlin - The mission of this book is to ease the adoption of design patterns in Kotlin and provide good practices for programmers.

  • Learning Concurrency in Kotlin - Beginning with an introduction to Kotlin's coroutines, you will learn how to write concurrent code and understand the fundamental concepts needed to be able to write multithreaded software in Kotlin.

  • Learn Kotlin Programming - Kotlin is a general-purpose programming language used for developing cross-platform applications. Complete with a comprehensive introduction and projects covering the full set of Kotlin programming features, this book will take you through the fundamentals of Kotlin and get you up to speed in no time.

  • Effective Kotlin - Effective Kotlin summarizes the best practices and experiences of the Kotlin community, together with a deep explanation of some lesser-known Kotlin functionalities. All of the best practices are presented as simple rules with detailed explanations.

  • Kotlin Programming: The Big Nerd Ranch Guide Book - Learn the new language that's taking the Android world by storm in Kotlin Programming: The Big Nerd Ranch Guide.

  • Mastering Kotlin - By the end of the book, you'll have obtained an advanced understanding of Kotlin in order to be able to build production-grade applications.

  • Kotlin in Action - Kotlin in Action guides experienced Java developers from the language basics of Kotlin all the way through building applications to run on the JVM and Android devices.

  • The Joy of Kotlin - The Joy of Kotlin teaches you to write comprehensible, easy-to-maintain, safe programs with Kotlin.

  • Head First Kotlin - Head First Kotlin is a complete introduction to coding in Kotlin.

  • Kotlin Glossary - A short, sweet 21-page ebook on Kotlin that has a lot of terminologies, code snippets and helpful tips to help you in your Kotlin journey, whether you're a beginner or someone who needs a Kotlin cheatsheet.📒

  • ANDROID™ 4 APPLICATION DEVELOPMENT - This book focuses on basics of the Android developlment with JAVA as programming language.

Debugging:

Scholarships :

  • Google Africa Developer Scholarship (limited to Africa) is a program that gives participants free access to select courses, projects, embedded labs (powered by Qwiklabs) and skill assessments on Pluralsight; plus support from the Google Developer community. The program is in partnership with tech talent companies Pluralsight, Andela and Google. Google will give full scholarships (with certifications in Android and cloud development) to the top 1,000 students (beginner and intermediate developers) at the end of the training.
  • The Google Developer Scholarship and the Power of Community is a Scholarship for students across the EMEA (Europe, Middle East and Africa) region announced by Udacity and Google. On offer was the chance to land a scholarship for Udacity’s Android Basics, Android Developer and other Developer Nanodegree programs.

Video Courses

Note: Listed below are only a few courses provided by each platform. Please visit their site for a full catalog.

EN

Dev Stories

Amr Yousef

Marcos Holgado

Android Things courses - Listed a few courses | Visit site for full catalog

CodingWithMitch courses - Listed a few courses | Visit site for full catalog

Kotlin

Java

Coding in Flow courses - Listed a few courses | Visit site for full catalog

Udacity courses - Listed a few courses | Visit site for full catalog

Udemy courses - Listed a few courses | Visit site for full catalog

EN

TR

Pluralsight courses - Listed a few courses | Visit site for full catalog

Freecodecamp courses - Listed a few courses | Visit site for full catalog

raywenderlich courses - Listed a few courses | Visit site for full catalog

After Academy courses - Listed a few courses | Visit site for full catalog

PL Coding courses - Listed a few courses | Visit site for full catalog

MindOrks courses - Visit site for full catalog

Android Developer courses - Listed a few courses | Visit site for full catalog

Code Real Projects courses - Visit site for full catalog

Coursera courses - Listed a few courses | Visit site for full catalog

edx courses - Visit site for full catalog

Skillshare courses - Visit site for full catalog

Treehouse courses - Visit site for full catalog

Eduonix courses - Visit site for full catalog

Lynda courses - Visit site for full catalog

Orielly courses - Visit site for full catalog

TR

turkcell courses - Visit site for full catalog

mobilhanem courses - Visit site for full catalog

ZH

Classroom courses - Visit site for full catalog

hukai courses - Visit site for full catalog

YouTube Channels

EN

ES

FR

RU

TR

Twitch Channels

EN

Blogs and Tutorial Websites

Android focused

EN

KO

ES

ZH

ID

TR

Kotlin language-focused

EN

ZH

Podcasts

EN

  • Android Leaks - Android podcast in English and French.

  • Now in Android - This show gives listeners a quick run-down on things that the Android team has done recently that developers may want to check out. It covers library and platform releases, articles, videos, podcasts, samples, codelabs - whatever seems relevant and interesting for Android developers. Android's a big platform and there are many things being released all the time; listen to this podcast to stay up to date on what those things are.

  • The Developers' Bakery - A developer podcast about tools, libraries, and productivity. The Developers' Bakery is a place for open-source developers and maintainers to share their experience and projects. A journey through the tools and libraries that help developers worldwide baking great software daily. Join Nicola Corti through this journey among open source and beyond.

  • COFFEE & CODING PODCAST - Listen weekly as we bring you the latest news, tips and in depth discussion with experienced app developers – to help you become better a better app developer.

  • Android Developers Backstage - Android Developers Backstage Podcast.

  • Fragmented - A Software Developer Podcast hosted by Donn Felker and Kaushik Gopal.

  • Talking Kotlin - A Podcast on Kotlin and more.

  • The raywenderlich.com Podcast - Join Dru and Alex as they discuss every aspect of app development with well-known characters from the iOS and Android development community.

  • Androidiots - Androidiots Podcast.

ES

RU

TR

Newsletters

Android focused

EN

  • StoicallyTyped - Weekly bite sized Android news and stoic philosophies for your career in tech, delivered Monday mornings to kick off your week.

  • The Developer Digest - A handcrafted newsletter to help developers level up in their career.

  • Awesome Android Newsletter - A weekly overview of the most popular Android news, articles and packages.

  • Android Weekly - Android Weekly is a free newsletter that helps you to stay cutting-edge with your Android Development.

  • Developer Newsletters - The latest developer news and tips to help you succeed with Google Play, Android, and games.

  • jetc.dev - Jetpack Compose Newsletter.

  • Android Newsletter by Vlad Sonkin - Stay up to date with Android Development.

  • onCreate Digest - onCreate Digest is a weekly newsletter with links to Android Development related content.

  • Android Stack Weekly - Android stack is a weekly newsletter on new development and updates of Android universe.

JA

ZH

Kotlin language-focused

Docs / Other

Docs

For Jetpack Compose related Docs: Awesome Jetpack Compose Learning Resources

  • Android Lint API Guide

  • SDK Api Diff - This report details the changes in the core Android framework API between two API Level specifications. It shows additions, modifications, and removals for packages, classes, methods, and fields. The report also includes general statistics that characterize the extent and type of the differences.

  • Android Official Website - Android Developer.

  • Kotlin Official Website - A modern programming language that makes developers happier.

Other

EN

  • Android library statistics | AppBrain - Android library statistics provides you with insights on what Ad Networks, Social SDKs and developer tools are present in Android apps and what their market shares are.

  • Kotlin is Awesome!

  • androidx.dev - A web-service to help you discover snapshots and artifacts in builds.

  • Android API Levels - A quick reference table of Android versions with SDK & API levels, version codes, codenames, cumulative usage, and more.

  • Android Sitemap - Android Sitemap aims to be your starting point to find every link pointing to Android Developer sites: Android Developers and Android Open Source Project.

  • androidsrc.dev - Developers write better apps when they can read the source. Unfortunately, the sources for the Android framework and various Google Android libraries are scattered all over the web.

    This page helps Android developers find the sources they're looking for.

  • The Mobile Security Testing Guide (MSTG) - Is a comprehensive manual for mobile app security development, testing and reverse engineering.

  • Android Table of Elements - A Learning Roadmap for Android Developers.

  • AndroidX Tech - Here you will find details about all of the artifacts and packages that make up the AndroidX family.

  • ReposHub - A curated list of awesome Android libraries and resources.

  • Android Arsenal - Android developer portal with tools, libraries, and apps.

  • Awesome Android by LibHunt - A curated list of awesome Android packages and resources by LibHunt.

  • Android Ecosystem Cheat Sheet - This project maps most important parts of Android-Ecosystem (200+ tools, services, plusings & libraries). This is the most complete and most up to date picture of Android ecosystem you will find on the web. Some technologies are complementary, while others represent alternatives solutions for the same problem.

  • android-review.googlesource.com - Code Review.

  • Android Open Source Project - Android is an open source operating system for mobile devices and a corresponding open source project led by Google. This site and the Android Open Source Project (AOSP) repository offer the information and source code needed to create custom variants of the Android OS, port devices and accessories to the Android platform, and ensure devices meet the compatibility requirements that keep the Android ecosystem a healthy and stable environment for millions of users.

  • Android Code Search - Android Code Search.

  • AndroidXRef - Android Source Code.

  • XDA Developers - XDA Developers was founded by developers, for developers. It is now a valuable resource for people who want to make the most of their mobile devices, from customizing the look and feel to adding new functionality.

  • GitHub - GitHub is how people build software.

  • GitLab - All-in-one DevOps meets all-in-one cloud.

  • Bitbucket - Bitbucket is more than just Git code management. Bitbucket gives teams one place to plan projects, collaborate on code, test, and deploy.

  • gitee - Discover Open Source you love.

  • coding.net - Provides one-stop development collaboration tools to help research and development teams quickly land agile development and DevOps development methods.

  • JetBrains Academy - Learn to Program by Creating Working Applications.

  • Material Design - Material is a design system – backed by open-source code – that helps teams build high-quality digital experiences.

  • Android Developer Roadmap 2020 - Android Developer Roadmap 2020.

  • Gradle distributionUrl versions - services.gradle.org/distributions/

ZH

Open-source projects

Android and Kotlin Conferences

  • Android Conferences - List of Android Conferences.

  • Android Dev Summit - Android Dev Summit.

  • AndroidWorldwide - Android Worldwide is an international collective of developer communities who like to put on a recurring special event for Android Devs, and related engineering specialties.

  • droidcon - Droidcon Berlin is where the industry's leading Android experts converge to support the Android platform and create a strong network for developers and companies. Starting with 300 attendees in 2009, we will attract well over 1300+ developers in 2021.

  • QCon Software Conferences - Helping senior software developers adopt new technologies and practices.

  • MOBILE CONF - The biggest mobile developer conference in Thailand.

  • APPDEVCON CONFERENCE - BY APP DEVELOPERS, FOR APP DEVELOPERS.

  • KOTLINCONF'20 - A conference about everything Kotlin. Brought to you by JetBrains.

  • GOTO - GOTO conferences.

  • Øredev Developer Conference - The best part of Øredev is the one we co-create with you.

  • Codemotion Events - More than 500 tech events for developers across Europe.

  • DevTernity - Turning developers into architects and engineering leaders.

  • GOTOpia - GOTO Conferences.

  • Touraine - Touraine Tech.

  • MOBOS - Mobile Operating Systems Conference.

  • Greach - Microservices, JVM Frameworks & JVM Langs.

  • Devoxx - From developers, For developers.

  • t3chfest - t3chfest.

  • Facebook Developer Conference - A conversation about technology and human connection.

  • mdevcamp - Virtual 3D conference for mobile developers.

  • DEVit - DEVit is the leading web developer conference in South East Europe. Organized once per year, DEVit has become known for its top speaking talent, a mixture of world-class and world-renowned developers, highly specialized technology niches and developers who are on the edge of technology frontiers.

  • DevBreak - DevBreak is a 2-day tech festival.

  • ADDC - Single-track international conference for iOS & Android developers and UX/UI designers in Barcelona, Spain.

JA

DE

  • MobileTech - The conference and training event for mobile development.

RU

Communities

EN

  • Kotlin Discussions - Kotlin Discussions on various topics

  • Stack Overflow - For Android, Kotlin and general programming Q&A.

  • r/android_devs/ - A place where all Android developers can speak openly and respectfully about the problems they face when developing and publishing applications, give valuable tips, open constructive architectural discussions, discuss the present and future of programming in Android and seek help when specialized sites do not provide solutions.

  • r/androiddev/ - News for Android developers with the who, what, where when and how of the Android community. Probably mostly the how. Here, you'll find: - News for Android developers - Thoughtful, informative articles - Insightful talks and presentations - Useful libraries - Handy tools - Open source applications for studying.

  • Android Dev Discord - Android Dev Discord.

  • Programming Discussions Discord - Programming Discussions Discord.

  • Kotlin Community - Kotlin Slack Community.

ZH

:memo: Contributing

See contributing.md

:lotus_position_woman: Contributors

Contributors are cool people.

If you contributed and are missing in this list, please send a PR including your entry in the list below! 🐣

subhipandey SourabhSNath PrajjwalPathak dkarakay bhaveshgoyal182
adriandleon Sharkaboi srishti-034 kkdroidgit isarvesh
Haid-Faiz vladsonkincom ujbolivar tanviroy starcheek
pratikbutani grivos dmioto charankumarbr catalinghita8
atharva121 anacoimbrag UmairJibran Enes-Kayiklik Devansh-Maurya
Darepapi

:computer: Find us on

Open Source Agenda is not affiliated with "Awesome Android Learning Resources" Project. README Source: androiddevnotes/awesome-android-learning-resources