android: bootstrap phase-0 compose project skeleton
Some checks failed
CI / test (push) Failing after 2m4s
Some checks failed
CI / test (push) Failing after 2m4s
This commit is contained in:
13
android/README.md
Normal file
13
android/README.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# Android App (Phase 0)
|
||||
|
||||
Минимальный каркас Android-клиента на Kotlin + Jetpack Compose.
|
||||
|
||||
## Что уже есть
|
||||
- Gradle multi-module root (`:app`)
|
||||
- Compose `MainActivity`
|
||||
- Базовые зависимости для дальнейшей реализации
|
||||
|
||||
## Следующий шаг
|
||||
1. Добавить network layer (Retrofit/OkHttp + auth interceptor).
|
||||
2. Внедрить DI и feature-модули.
|
||||
3. Поднять auth flow (email-first) и chat list.
|
||||
Reference in New Issue
Block a user