A simple and intuitive Android app for tracking basketball scores during games.
- Dual Team Scoring: Track scores for two teams simultaneously
- Basketball Point System: Support for 1-point, 2-point, and 3-point scoring
- Real-time Updates: Instant score display as points are added
- Reset Functionality: Quick reset to start a new game
- Clean Interface: Simple, easy-to-use design perfect for courtside scoring
Screenshots showing the clean interface and real-time scoring functionality
- Android Studio Arctic Fox or later
- Android SDK API 21 (Android 5.0) or higher
- Java 8 or higher
-
Clone the repository:
git clone https://github.com/sandesha21/CourtCounter-basketball-android-apps cd HoopScoreTracker -
Open the project in Android Studio
-
Sync the project with Gradle files
-
Run the app on an emulator or physical device
To build the APK:
./gradlew assembleDebug- Adding Points: Tap the +1, +2, or +3 buttons under each team to add points
- Viewing Scores: Current scores are displayed prominently for both teams
- Resetting: Use the reset button to start a new game with scores at 0-0
- Target SDK: Android 14 (API 34)
- Minimum SDK: Android 5.0 (API 21)
- Architecture: Single Activity with traditional Android Views
- Dependencies: AndroidX libraries for modern Android development
HoopScoreTracker/
├── app/src/main/
│ ├── java/com/example/android/courtcounter/
│ │ └── MainActivity.java # Main scoring logic
│ ├── res/
│ │ ├── layout/
│ │ │ └── activity_main.xml # UI layout
│ │ └── values/ # Colors, strings, styles
│ └── AndroidManifest.xml
├── screenshots/ # App screenshots
├── build.gradle # Project configuration
└── README.md
- MainActivity.java: Contains all basketball scoring logic and button handlers
- activity_main.xml: Split-screen UI layout for two teams
- Resource files: App colors, strings, and styling
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
This project is open source and available under the MIT License.
- Built as a learning project for Android development
- Inspired by the need for simple, reliable basketball scoring tools
Sandesh S. Badwaik
🌟 If you found this project helpful, please give it a ⭐!

