small app i tried for traking scoring for kids basketball u8 to u12
- Extract player addition into `AddPlayerActivity`, allowing manual entry and bulk selection from saved players. - Implement "Side by Side" toggle in `MainActivity`, dynamically switching between vertical and horizontal team layouts. - Enable loading entire saved teams in `StartActivity` via JSON deserialization in `ViewModel`. - Add support for editing active player names and numbers via a new dialog and adapter callback. - Remove inline player input fields from `MainActivity` and update navigation menu to include add player actions. - Register `AddPlayerActivity` in manifest and add necessary layout resources for dialogs and new activities. |
||
|---|---|---|
| .idea | ||
| app | ||
| gradle | ||
| .gitignore | ||
| build.gradle.kts | ||
| gradle.properties | ||
| gradlew | ||
| gradlew.bat | ||
| README.md | ||
| settings.gradle.kts | ||
Basketball Point App
This is an Android application for tracking points in a basketball game.
Features
- Add players to two teams.
- Add points for each player.
- View team scores.
- Export statistics as CSV and PNG.
- Lets you select which players are currently active
- round system for each shift
- when round ends players are deselected automatically
Building
To build the APK, run the following command:
./gradlew assembleDebug