anujji1999 / awesome-android-learning-resources

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Awesome Android Learning Resources


👓 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.

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

  • 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. It provides a bit of details on the underlying concepts, but it relies on other resources — such as Elements of Android Jetpack — for the full explanation of those details. Instead, this book provides step-by-step instructions for building 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. You'll learn how to customize project layouts, add dependencies, and generate many different versions of your app.

  • 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. It's like having an experienced Android developer sitting right next to you! All you need to get started is some Java know-how.

  • Professional Android - Professional Android, 4th Edition shows developers how to leverage the latest features of Android to create robust and compelling mobile apps. This hands-on approach provides in-depth coverage through a series of projects, each introducing a new Android platform feature and highlighting the techniques and best practices that exploit its utmost functionality.

  • 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. With dozens of sample projects, the book covers much of what blog posts miss, in terms of how to make this library work in practice.

  • 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

  • Kotlin Cookbook - Use Kotlin to build Android apps, web applications, and more—while you learn the nuances of this popular language. With this unique cookbook, developers will learn how to apply thisJava-based language to their own projects. Both experienced programmers and those new to Kotlin will benefit from the practical recipes in this book.

  • 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 - Kotlin is a highly concise, elegant, fluent, and expressive statically typed multi-paradigm language. It is one of the few languages that compiles down to both Java bytecode and JavaScript. You can use it to build server-side, front-end, and Android applications. With Kotlin, you need less code to accomplish your tasks, while keeping the code type-safe and less prone to error. 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. You'll explore how to communicate between and synchronize your threads and coroutines to write asynchronous applications that are collaborative. You'll also learn how to handle errors and exceptions, as well as how to leverage multi-core processing. In addition to this, you'll delve into how coroutines work internally, allowing you to see the bigger picture. Throughout the book you'll build an Android application – an RSS reader – designed and implemented according to the different topics covered in the book.

  • 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. This hands-on book helps you learn the Kotlin language with a unique method that goes beyond syntax and how-to manuals and teaches you how to think like a great Kotlin developer. You'll learn everything from language fundamentals to collections, generics, lambdas, and higher-order functions. Along the way, you'll get to play with both object-oriented and functional programming. If you want to really understand Kotlin, this is the book for you.

  • 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.

Video Courses

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

EN

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

Kotlin

Java

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

Caster.io 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

TR

Twitch Channels

EN

Blogs and Tutorial Websites

Android focused

EN

ES

ZH

ID

Kotlin language-focused

EN

ZH

Podcasts

EN

  • 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

Newsletters

Android focused

EN

JA

ZH

  • Weekly manong - Professional, simple, useful, is we have always adhered to the purpose of the publication.

Kotlin language-focused

Docs / Other

Docs

  • 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 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.

  • Kotlin Koans - Kotlin Koans is a series of exercises to get you familiar with the Kotlin syntax and some idioms. Each exercise is created as a failing unit test, and your job is to make it pass. Here you can play with Koans online, but the same version of exercises is also available via JetBrains educational plugin right inside IntelliJ IDEA or Android Studio.

  • 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.

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

  • SuperUser - Super User is a question and answer site for computer enthusiasts and power users.

  • Stack Overflow - We build products that empower developers and connect them to solutions that enable productivity, growth, and discovery.

  • 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

📝 Contributing

See contributing.md

🧘‍♀️ 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

💻 Find us on

About

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

License:Creative Commons Zero v1.0 Universal


Languages

Language:Kotlin 100.0%