2 Commits

Author SHA1 Message Date
d6652e086e Creation of UI to display message and to send messages.
- Recycler view created
 - layout for message created
 - Two way messaging created with random message trigger after message submission
 - Messages are stored in room database and persisted there
2020-09-16 14:34:45 +01:00
d6d5475fc4 Creation of MVVM components:
- UI
- MainViewModel/MainViewModelFactory
- Repository/RepositoryImpl
- Data sources
    - Websocket networking with scarlet
    - Room Database
2020-09-15 20:57:57 +01:00