blob: 3d43e8811d9e114b58dbb0869e474bfe3f438d7a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Coding Standards
Technical standards for the **Nav** (Sailing Companion) project.
## 1. Android (Kotlin)
- **Architecture:** MVVM with ViewBinding/DataBinding.
- **UI:** Glanceable, high-contrast, cockpit-friendly design.
- **Persistence:** Room for local database; offline-first approach.
- **Async:** Kotlin Coroutines for non-blocking UI.
## 2. Boating Domain
- **Safety First:** MOB and Anchor Alarm features are critical.
- **Offline Utility:** Must work without internet connectivity (using cached charts/GRIBs).
- **Integration:** Standard NMEA interface for instrument data.
|