Filters

Hide filters
Platform
Subscription Type
Content Type
Difficulty

Android & Kotlin · 642 Results

Android & Kotlin
Multiple Domains New
Google I/O 2023’s Most Exciting AI Announcements
Google I/O 2023 was full of exciting AI announcements. Here is a rundown of the top tech to watch for mobile developers and consumers, as well as what to do if you want early access to new AI-powered Google tools.
Android & Kotlin New
Google I/O 2023: Takeaways for Android Developers
Android was not left out at this year’s Google I/O. With Android Studio getting an AI assistant and the K2 Compiler incoming, big changes are underfoot.
Multiple Domains New
Google I/O First Impressions Livecast
If you missed our Google I/O First Impressions livecast last night, featuring our most opinionated Android team members, you can catch the replay here!
Multiple Domains New
How Google Is Addressing Ethical Questions in AI — Google I/O 2023
AI is powerful and risky. It can spread misinformation, violate privacy and create deep fakes. Learn how Google is being responsible and ethical with their AI offerings.
Android & Kotlin New
Deploying Android Apps Using GitHub Actions
Learn how to automate the process of generating signed builds, and releasing them to Firebase App Distribution and the Google Play Store.
Multiple Domains New
Announcing Spring Sale: One-Year Personal Plans for Just $399!
Get complete and immediate access to a One-Year Kodeco Personal Plan for just $399 — that’s a massive savings of 33% over what you’d pay with the usual per-month price!
Multiple Domains New
Don’t Miss Our Google I/O 2023 Livecast – May 10, 9PM EST!
Join us for our First Impressions livecast event covering Google I/O 2023 highlights, opinions from our panel of experts and more!
Multiple Domains New
Two-Year Kodeco Plans for Just $599 – Limited Time!
Get complete and immediate access to a Two-Year Kodeco Personal Plan for just $599 — that’s half of what you’d pay with the usual per-month price! Limited time only.
Android & Kotlin
Programming in Kotlin: Functions & Custom Types
Take a deeper look at the Kotlin programming language! Explore the intricacies of functions, lambdas, classes, objects, interfaces, and more.
Android & Kotlin
Jetpack Compose by Tutorials
In this book, you’ll learn how to build a powerful app using Jetpack Compose, how to style your apps using Material Design, special animations and state transitions, how to use modifiers and much more! This book will serve you as a central point that holds all the information you need to dive deep into Jetpack Compose, then apply it to your personal and production level projects. You’ll focus on learning Jetpack Compose not only through theory, but also through real-world project examples. After reading this book, you’ll become a true expert on the topic and you’ll learn how to switch your mindset and start to think in Jetpack Compose and declarative programming.
Android & Kotlin
Graphics Using Jetpack Compose
Learn to create custom graphics using Jetpack Compose in Android with the convenient Canvas composable and the Paint object.
Multiple Domains New
Professional Development Seminars 2023
You’ve built your development skills through our high-quality, up-to-date books and videos, and now it’s time to take things to the next level! Our Professional Development Seminars are live, bi-monthly events designed to connect you with top-tier developers and other professionals from our community, who are ready to share their hard-won and battle-tested advice with you, available exclusively to Annual Ultimate Pro Subscribers.
Android & Kotlin
Testing Legacy Apps on Android
In this course you are going to learn how to apply the test-driven development practices your learned in “Test-Driven Development in Android” on legacy Android apps. You will learn how to determine your limits when testing legacy code, how to add tests to a legacy app with no test coverage and how to refactor your legacy code for testability.
Android & Kotlin
Jetpack Compose for Wear OS
Learn about Jetpack Compose for Wear OS by building a dedicated app to manage breath-holding times, including a stopwatch to track new records and save them in the collection. In this tutorial, you’ll get to know all the essential components, such as Inputs, Dialogs, Progress Indicators and Page Indicators. You’ll also learn when to use a Vignette and a TimeText.
Android & Kotlin
Test-Driven Development in Android
In this course, you are going to learn how to create scalable and maintainable apps by applying several testing methodologies like the Red-Green-Refactor steps and frameworks such as JUnit and Mockito. You will also learn about SOLID principles, design patterns and the best architectures for testing.
Multiple Domains
New Features at Kodeco — January 2023 Update
Make the most out of your time with Kodeco — check out the newest site features created just for you!
Android & Kotlin
Nearby Connections for Android: Getting Started
Learn how to exchange data between two Android devices in an offline peer-to-peer fashion using the Nearby Connections API
Android & Kotlin
Maps Compose Library Tutorial for Android: Getting Started
Learn how to use the Maps Compose library for the Maps SDK for Android to add maps to your Android app.
Android & Kotlin
Wrangling Dates & Time in Android
In this course, gain a deep understanding of how the Data-Time Library works & learn to manage the essential classes from the API. Upon completing this course, you will be able to handle, parse, and format dates.
Android & Kotlin
Health Connect Android API
Learn how to use the Health Connect Android API to create an app that reads and writes health data and manages health permissions.
Android & Kotlin
Large Screens & Foldables Tutorial for Android
Learn how to build great user experiences for large screens & foldables in Android. Also learn how to design and test adaptive Android apps.
Multiple Domains
Our 2022 Cyber Week Deals are Live — And Bigger Than Ever
Time’s running out for Cyber Week: Books 40% off, one-year subscriptions just $399 and two-year subscriptions for $599! Don’t miss out!
Multiple Domains
Announcing The Kodeco Black Friday Sale — 2022 Edition!
Announcing the 2022 Kodeco Black Friday Sale: books 40% off, one-year subscriptions just $399 and two-year subscriptions for $599! For a limited time only.
Android & Kotlin
CompositionLocal in Jetpack Compose
Learn about CompositionLocal in Jetpack Compose and implement an efficient way for multiple composables to access data.