tree: 247b5d9a9152ae777224368c3861b90779b1f68c
  1. app/
  2. gradle/
  3. .gitignore
  4. Android.bp
  5. build.gradle
  6. gradle.properties
  7. gradlew
  8. gradlew.bat
  9. OWNERS
  10. README.md
  11. settings.gradle
apps/AppJankTest/README.md

AppJankTest

This is a sample Android application for testing jank instrumentation.

Features

  • Scrolling Category:
    • ListView: A basic ListView implementation with 1000 items.
    • RecyclerView: A basic RecyclerView implementation with 1000 items.
    • LazyColumn: A Jetpack Compose LazyColumn implementation with 1000 items.

How to build

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)