Skip to content

Bron24 โ€” Mobile App for Football Stadium Booking in Uzbekistan ๐Ÿ‡บ๐Ÿ‡ฟโšฝ

License

tisenres/bron24_android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Bron24 Android Client

Bron24 is a mobile app for booking football stadiums across Tashkent, Uzbekistan.

This was a team project initiated in July 2024. I initially built the Android client from scratch and later collaborated with a second developer. This README document outlines the MVP version and lessons learned from the development process.

๐ŸŒŸ Features

  • OTP Authentication via phone number
  • Stadium listing with filter and search
  • Stadium detail view with images, location, and schedule
  • Booking flow (backend confirmation, no payment integration yet)
  • View current and past bookings
  • User profile management
  • Interactive map using Yandex Maps
  • Multilingual UI: English, Russian, Uzbek

๐Ÿง  Architecture

  • Clean Architecture: split into presentation, domain, data layers
  • MVVM initially, then partially migrated to MVI with Orbit MVI and Voyager Navigation
  • Followed SOLID principles
  • ViewModel + StateFlow for reactive state management
  • Navigation Component and later Voyager for screen routing
  • Dependency Injection via Hilt

Key reflection: logic started leaking into UI and repository layers. More architecture maturity leads to cleaner, abstracted domain logic.

๐Ÿ›  Tech Stack

  • Jetpack Compose (first production use โ€“ declarative and clean)
  • Kotlin Coroutines & Flow (reactive and concise)
  • RESTful API integration
  • Chucker for HTTP debugging
  • Custom UI based on Figma designs (not using Material Design system)

๐Ÿ“‰ What Didnโ€™t Go Smoothly

  • Over-engineered MVP: focused too much on โ€œdoing it rightโ€ rather than โ€œshipping it fastโ€
  • Missed sync points with backend & iOS team
  • Kanban process lacked flexibility in Trello (originally used ClickUp)
  • Time wasn't allocated for testing and CI/CD integration

๐Ÿ“Œ Roadmap & Unfinished Plans

  • Add local cache with Room DB
  • CI/CD with GitLab Pipelines
  • Firebase Crashlytics setup
  • Dark theme support
  • Google Play release (we reached Beta Test stage)
  • Online payment integration (Click / Payme)

๐Ÿง  Lessons Learned

  • Itโ€™s OK to simplify features, but not architecture
  • Jetpack Compose needs performance mindfulness (recompositions matter)
  • Coroutines are powerful but easy to misuse without understanding the internals
  • The architecture you build reflects your "pattern recognition" across projects

๐Ÿ“ธ Screenshots


If you're curious about building apps with Clean Architecture or Kotlin Compose workflows, this repo is a practical showcase with real-world lessons.

About

Bron24 โ€” Mobile App for Football Stadium Booking in Uzbekistan ๐Ÿ‡บ๐Ÿ‡ฟโšฝ

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages