CompilationMode.Ignore


@ExperimentalMacrobenchmarkApi
public final class CompilationMode.Ignore extends CompilationMode


This compilation mode doesn't perform any reset or compilation, leaving the user the choice to implement these steps.

Summary

Public constructors

Public methods

@NonNull String

Public constructors

Ignore

Added in 1.2.0
public Ignore()

Public methods

toString

public @NonNull String toString()

Activity embedding enables activity-based apps to support two-pane layouts on large screens with no code refactoring. You add some dependencies, create an XML configuration file, implement an initializer, and make a few additions to the app manifest. Or, if you prefer working in code, you can make a few Jetpack API calls from the onCreate() method of the main activity. In this codelab, you will use both the XML and API development approaches to update an activity-based app to a list-detail, two-pane layout.

Updated Oct 10, 2024

The Android 2.3 platform introduces many new and exciting features for users and developers. This document provides a glimpse at some of the new features and technologies in Android 2.3. For detailed information about the new developer APIs, see the Android…

Updated May 20, 2024

Release notes of Android Studio 4.1.0

Updated Jan 9, 2025