This Android application serves as a demonstration platform for Stark's accessibility testing tools. It intentionally includes various accessibility issues to showcase how Stark can detect and analyze accessibility problems in Android applications.
This demo app is designed to:
- Demonstrate Stark's accessibility analysis capabilities
- Provide real examples of common accessibility issues in mobile apps
- Show how accessibility testing can be integrated into Android development workflows
- Android Studio
- Android SDK
- Stark account and API key
-
Clone the repository:
git clone https://github.com/stark-projects-demos/android.git
-
Open the project in Android Studio
-
Sync Gradle files to download dependencies
-
Ensure your
local.propertiesfile includes your Android SDK path
-
Build and run the app on an emulator or physical device:
./gradlew installDebug
-
Navigate through the app to explore various UI components with accessibility issues
This app demonstrates how to integrate Stark's accessibility testing into your Android development workflow.
AccessibilityChecker checker = new AccessibilityChecker("your-stark-project-token");
checker.runStandardChecks(rootView, "YourScanName");- Log in to your Stark account
- Navigate to project settings
- Copy your project token or API key
Stark provides powerful tools for detecting and analyzing accessibility issues in mobile applications. For more information about Stark's Android accessibility tools, visit getstark.co.
For questions or support, contact support@getstark.co.