Just-Pong / just-pong-android

Android client made in Kotlin using Android Studio
0 stars 0 forks source link

Send data via WebSocket to the Server #7

Closed BHunor closed 2 years ago

BHunor commented 2 years ago

Send data in JSON format to the server via WebSocket.

Here are some useful links:

  1. ProAndroidDev
  2. Ably
  3. KotlinLang
BHunor commented 2 years ago

None of the aboves proved useful. Used this instead ktor

BHunor commented 2 years ago

Waiting on @voidlord to get the device movement data

BHunor commented 2 years ago

Finished it with mock data