Android 10,000-Point Feature

Замовник: AI | Опубліковано: 15.12.2025

I have an existing Android project that needs a simple yet reliable points system capped at exactly 10,000 points. The core job is to build and integrate the logic that tracks, increments, and persists a user’s score, plus a minimal interface element that clearly shows the current total. Key notes • Platform: strictly Android—everything must run smoothly from Android 8.0 upward. • Language and tools: Kotlin or Java are both acceptable; feel free to use Room, DataStore, or SharedPreferences for local persistence as long as the total survives app restarts. • Future-proofing: while iOS and Web versions may come later, right now I only need the Android piece. Deliverables 1. Clean, well-commented source code and a brief read-me explaining setup. 2. A debug-signed APK so I can test the flow myself. 3. Confirmation that the point counter never exceeds 10,000 and never resets unexpectedly. If you have a lightweight approach that keeps performance tight on lower-end devices, let me know in your proposal—speed and stability are my main concerns.