Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tsegeron/vk-messenger-client
VK Messenger Client
https://github.com/tsegeron/vk-messenger-client
modular mvvm vk-api
Last synced: 19 days ago
JSON representation
VK Messenger Client
- Host: GitHub
- URL: https://github.com/tsegeron/vk-messenger-client
- Owner: tsegeron
- Created: 2024-09-10T13:25:37.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-27T20:27:29.000Z (19 days ago)
- Last Synced: 2024-10-27T23:58:58.094Z (19 days ago)
- Topics: modular, mvvm, vk-api
- Language: Kotlin
- Homepage:
- Size: 236 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VK Messenger Client
VK Messenger Client is a modular Android application, the UI design of which was inspired by Telegram.
> Under development
> Currently, authorization and the Friends screen are implemented.## Project structure
The project is devided into 2 primary modules:
1. _Core Modules_ (contains shared resources and utilities used across various features):
* _data_: Manages data models and repos, handling data persistence and network requests
* _ui_: Provides generic UI components
* _common_: Provides common extensions, annotations etc
* _datastore, notifications, settings_: Handle specific functionalities2. _Feature Modules_ (self-contained features/screens):
* _auth_: Manages user authentication via VK
* _friends_: Manages friend-related features
* _chats, chat, chatinfo, settings_