Filters

Hide filters
Platform
Content Type
Difficulty

All Tutorials · 1035 Results

android
Android & Kotlin
card artwork

Beginning Android & Kotlin

This comprehensive program teaches learners Android development from the ground for learners with zero programming experience…
Android & Kotlin
Advanced Data Binding in Android: Binding Adapters
Data Binding Library, part of Android Jetpack, provides an easy way to bind components in your layouts with data sources in your app. You can use a declarative format to make the binding instead of doing it programmatically. In this tutorial, you’ll build an app named uSpace. This…
Android & Kotlin
Vector Graphics on Android
…this tutorial you will learn what Scalable Vector Graphics are and how to create and manipulate Vector Graphics on Android
Android & Kotlin
Splash Screen Tutorial for Android
Learn how to implement splash screen in new and existing Android apps, using the SplashScreen API introduced in Android
Android & Kotlin
Jetpack Compose Tutorial for Android: Getting Started
…this Jetpack Compose tutorial, you’ll learn to use the new declarative UI framework being developed by the Android team by creating a cookbook…
Android & Kotlin
Android Fundamentals by Tutorials

16 more results for 'android'

Show all
…begin creating that killer Android App, you’ll need some guidance on installing the tools you’ll need as a young apprentice. Android development takes place inside Android Studio, a customized IDE based on IntelliJ Platform that gives you powerful tools…
Android & Kotlin
Android Design Support Library: Getting Started
Design Support Library helps you implement shiny, interactive Material Design components and supports phones running extremely old versions of Android
Android & Kotlin
Gradle Tutorial for Android: Getting Started – Part 1
…this Gradle Build Script tutorial, you’ll learn the basic syntax in build.gradle files generated by Android Studio. You’ll also learn about gradlew tasks, different dependency management techniques, and how to add a new dependency to your…
Android & Kotlin
Advanced Data Binding in Android: Observables
…types, collections and objects. Transform data from other sources and expose them to your layouts. Note: This tutorial assumes you know the basics of Android development. If you’re new to Android development, check out the following tutorials: Beginning Android Development and Kotlin for Android: An Introduction. Getting Started Download…
Android & Kotlin

Create a Multiscreen App in Android

State management is critical for developing apps. In this course, you'll learn how to listen and respond to state changes, and how to incorporate…
Android & Kotlin

Android User Interface Development

This course provides a strong foundation for creating user interfaces with Jetpack Compose. It also introduces the tools required to build user interfaces such dimens…
Android & Kotlin
Beginning Android Development with Kotlin, Part Two: Using Android Studio
…this Android Studio tutorial, you’ll learn the fundamental concepts of developing with Android Studio using Kotlin by creating an app to read your fortune…
Android & Kotlin
Android Debugging by Tutorials

17 more results for 'android'

Show all
…this chapter, you'll learn how to use the Layout Inspector to view, analyze and improve your Android views…
Android & Kotlin
Announcing Our Android Fall Sale!
Three new Android books, two new Android book updates, plus incredible savings with our time-limited Android book bundles…
Android & Kotlin

Concurrency & Networking in Android

This learning path is a comprehensive overview of networking and concurrency in Kotlin. In this learning path, users will learn how to run operations in…
Android & Kotlin

Foundational Tools in Android

This course is designed as an onramp to Android development for beginners who are new to programming in general. It provides an overview of the main tools for writing Android apps: Version control with Git & GitHub, Android Studio, the Kotlin language, and Jetpack Compose…
Android & Kotlin
Beginning Android Development with Kotlin, Part One: Installing Android Studio
…this Beginning Android Development tutorial, you will learn how to set up all the tools needed to start Android development…
Android & Kotlin
Introduction to Android Studio

18 more results for 'android'

Show all
Brief History of Android Studio The first stable version of Android Studio was introduced by Google and released in December 2014. Before Android Studio, developers used a modified version of either Eclipse IDE or IntelliJ IDEA. The Eclipse IDE was originally created by IBM as an open-source IDE framework…
Android & Kotlin
Android Test-Driven Development by Tutorials

24 more results for 'android'

Show all
…given the field that contains the breeds an ID of breed which is displayed by the CompanionViewHolder in the RecyclerView. <androidx.appcompat.widget.AppCompatTextView android:id="@+id/breed" android:layout_width="0dp" android:layout_height="wrap_content" android:paddingEnd="10dp" android:paddingStart="10dp" android:text="Breed" app:layout_constraintBottom_toBottomOf="@+id/sex" app:layout…
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…