This is a sample Android application for testing jank instrumentation.
ListView implementation with 1000 items.RecyclerView implementation with 1000 items.LazyColumn implementation with 1000 items.This project uses the Gradle build system. To build the project, run:
./gradlew assembleDebug
(Note: You may need to generate the Gradle wrapper files if they are not present)