[ Web Proxy ]
URL:
Viewing: https://developer.android.com/jetpack/androidx/releases/customview [Back]  [Original]

Customview  |  Jetpack  |  Android Developers Skip to main content
Essentials Design & Plan Develop Google Play Blog
Search:
Android Studio
Android Developers [Android Developers]
Stay organized with collections Save and categorize content based on your preferences.

Customview

  
Implement custom views.
Caution: This library is in maintenance mode and will only receive critical fixes; new features are not planned. We recommend using Jetpack Compose for building Android UIs. See Compose-first for more information.

This table lists all the artifacts in the androidx.customview group.

Artifact Stable Release Release Candidate Beta Release Alpha Release
customview 1.2.0 - - -
customview-poolingcontainer 1.1.0 - - -
This library was last updated on: April 23, 2025

Declaring dependencies

To add a dependency on CustomView, you must add the Google Maven repository to your project. Read Google's Maven repository for more information.

Add the dependencies for the artifacts you need in the build.gradle file for your app or module:

Groovy

dependencies {
    implementation "androidx.customview:customview:1.2.0"
}

Kotlin

dependencies {
    implementation("androidx.customview:customview:1.2.0")
}

Feedback

Your feedback helps make Jetpack better. Let us know if you discover new issues or have ideas for improving this library. Please take a look at the existing issues in this library before you create a new one. You can add your vote to an existing issue by clicking the star button.

Create a new issue

See the Issue Tracker documentation for more information.

Customview Poolingcontainer Version 1.0

Version 1.1.0

April 23, 2025

androidx.customview:customview-poolingcontainer:1.1.0 is released. Version 1.1.0 contains these commits.

Version 1.1.0-rc01

April 9, 2025

androidx.customview:customview-poolingcontainer:1.1.0-rc01 is released. Version 1.1.0-rc01 contains these commits.

Version 1.1.0-beta01

March 26, 2025

androidx.customview:customview-poolingcontainer:1.1.0-beta01 is released. Version 1.1.0-beta01 contains these commits.

Version 1.0.0

July 27, 2022

androidx.customview:customview-poolingcontainer:1.0.0 is released. Version 1.0.0 contains these commits.

Major features of 1.0.0

Version 1.0.0-rc01

June 15, 2022

androidx.customview:customview-poolingcontainer:1.0.0-rc01 is released. Version 1.0.0-rc01 contains these commits.

Version 1.0.0-beta02

May 18, 2022

androidx.customview:customview-poolingcontainer:1.0.0-beta02 is released. Version 1.0.0-beta02 contains these commits.

Version 1.0.0-beta01

May 11, 2022

androidx.customview:customview-poolingcontainer:1.0.0-beta01 is released. Version 1.0.0-beta01 contains these commits.

New Features

Version 1.0.0-alpha01

March 23, 2022

androidx.customview:customview-poolingcontainer:1.0.0-alpha01 is released. Version 1.0.0-alpha01 contains these commits.

Features in first release

Version 1.2.0

Version 1.2.0

April 23, 2025

androidx.customview:customview:1.2.0 is released. Version 1.2.0 contains these commits.

Version 1.2.0-rc01

April 9, 2025

androidx.customview:customview:1.2.0-rc01 is released. Version 1.2.0-rc01 contains these commits.

Version 1.2.0-beta01

March 26, 2025

androidx.customview:customview:1.2.0-beta01 is released. Version 1.2.0-beta01 contains these commits.

API Changes

Version 1.2.0-alpha02

September 21, 2022

androidx.customview:customview:1.2.0-alpha02 is released. Version 1.2.0-alpha02 contains these commits.

API Changes

Version 1.2.0-alpha01

February 23, 2022

androidx.customview:customview:1.2.0-alpha01 is released. Version 1.2.0-alpha01 contains these commits.

New Features

API Changes

Version 1.1.0

Version 1.1.0

June 24, 2020

androidx.customview:customview:1.1.0 is released. Version 1.1.0 contains these commits.

Major changes since 1.0.0

Version 1.1.0-rc01

May 20, 2020

androidx.customview:customview:1.1.0-rc01 is released with no changes since 1.1.0-beta01. Version 1.1.0-rc01 contains these commits.

Version 1.1.0-beta01

April 1, 2020

androidx.customview:customview:1.1.0-beta01 is released with no changes since 1.1.0-alpha02. Version 1.1.0-beta01 contains these commits.

Version 1.1.0-alpha02

March 4, 2020

androidx.customview:customview:1.1.0-alpha02 is released. Version 1.1.0-alpha02 contains these commits.

New Features

Version 1.1.0-alpha01

June 13, 2019

androidx.customview:customview:1.1.0-alpha01 is released. The commits included in this version can be found here.

Note: This version is dependent on the Java 8 programming language. Please read Use Java 8 language features to learn how to use it in your project.

API changes

Bug fixes

Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Last updated 2026-05-19 UTC.

[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-05-19 UTC."],[],[]]

Web Proxy Viewer  |  New URL  |  Original Page