From 4b376be8dfa2c78e6a658be6054227bf592f0241 Mon Sep 17 00:00:00 2001 From: Jon Eckenrode Date: Wed, 2 Nov 2022 20:35:20 +0000 Subject: Removed outdated link. Change-Id: I01db8876d591efad358957269e4e358282943e40 --- core/java/android/widget/ListView.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/core/java/android/widget/ListView.java b/core/java/android/widget/ListView.java index 5e74381dce22..510a92d1b2ca 100644 --- a/core/java/android/widget/ListView.java +++ b/core/java/android/widget/ListView.java @@ -116,9 +116,7 @@ import java.util.function.Predicate; *

ListView attempts to reuse view objects in order to improve performance and * avoid a lag in response to user scrolls. To take advantage of this feature, check if the * {@code convertView} provided to {@code getView(...)} is null before creating or inflating a new - * view object. See - * - * Making ListView Scrolling Smooth for more ways to ensure a smooth user experience.

+ * view object.

* *

To specify an action when a user clicks or taps on a single list item, see * -- cgit v1.2.3-59-g8ed1b