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

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

input

  
Reduce the latency of input interactions by predicting future MotionEvents
Latest Update Stable Release Release Candidate Beta Release Alpha Release
November 19, 2025 1.0.0 - - -

Declaring dependencies

To add a dependency on Input, 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.input:input-motionprediction:1.0.0"
}

Kotlin

dependencies {
    implementation("androidx.input:input-motionprediction:1.0.0")
}

For more information about dependencies, see Add build dependencies.

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.

There are no release notes for this artifact.

Input-Motionprediction

Version 1.0

Version 1.0.0

November 19, 2025

androidx.input:input-motionprediction:1.0.0 is released. Version 1.0.0 contains these commits.

Version 1.0.0-rc01

November 05, 2025

androidx.input:input-motionprediction:1.0.0-rc01 is released. Version 1.0.0-rc01 contains these commits.

Bug Fixes

Version 1.0.0-beta06

August 13, 2025

androidx.input:input-motionprediction:1.0.0-beta06 is released. Version 1.0.0-beta06 contains these commits.

New Features

API Changes

Version 1.0.0-beta05

October 2, 2024

androidx.input:input-motionprediction:1.0.0-beta05 is released. Version 1.0.0-beta05 contains these commits.

Bug Fixes

Version 1.0.0-beta04

May 1, 2024

androidx.input:input-motionprediction:1.0.0-beta04 is released. Version 1.0.0-beta04 contains these commits.

New Features

Bug Fixes

Version 1.0.0-beta03

September 20, 2023

androidx.input:input-motionprediction:1.0.0-beta03 is released. Version 1.0.0-beta03 contains these commits.

New Features

Version 1.0.0-beta02

July 26, 2023

androidx.input:input-motionprediction:1.0.0-beta02 is released. Version 1.0.0-beta02 contains these commits.

New Features

API Changes

Bug Fixes

Version 1.0.0-beta01

March 22, 2023

androidx.input:input-motionprediction:1.0.0-beta01 is released. Version 1.0.0-beta01 contains these commits.

New Features

API Changes

Version 1.0.0-alpha02

December 7, 2022

androidx.input:input-motionprediction:1.0.0-alpha02 is released. Version 1.0.0-alpha02 contains these commits.

API Changes

Version 1.0.0-alpha01

October 24, 2022

androidx.input:input-motionprediction:1.0.0-alpha01 is released. Version 1.0.0-alpha01 contains these commits.

New Features

API Changes

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-06-18 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-06-18 UTC."],[],[]]

Web Proxy Viewer  |  New URL  |  Original Page