small app i tried for traking scoring for kids basketball u8 to u12
Find a file
oduco d4d78788cf Refactor player management workflows and implement side-by-side view
- 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.
2025-12-13 22:30:28 +01:00
.idea Refactor player management workflows and implement side-by-side view 2025-12-13 22:30:28 +01:00
app Refactor player management workflows and implement side-by-side view 2025-12-13 22:30:28 +01:00
gradle Implement data persistence for players/teams and standardize round logic 2025-12-13 00:21:00 +01:00
.gitignore init test 2025-12-10 23:57:44 +01:00
build.gradle.kts init test 2025-12-10 23:57:44 +01:00
gradle.properties init test 2025-12-10 23:57:44 +01:00
gradlew init test 2025-12-10 23:57:44 +01:00
gradlew.bat init test 2025-12-10 23:57:44 +01:00
README.md Implement data persistence for players/teams and standardize round logic 2025-12-13 00:21:00 +01:00
settings.gradle.kts init test 2025-12-10 23:57:44 +01:00

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