MbuguaMwaura / wit-android-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Greeting Web Socket Android Client

This is a small app that sent messages to the Spring Boot Greeting Websocket Service. This messages are displayed to all the devices with app installed or web pages connected to service.

Check the App Demo in Youtube.

APP DEMO VIDEO

Requirements

  • Android Studio 3.1.6
  • Minimum SDK 16

Setup

Greeting Websocket Service

Download, build and run the Spring Boot Greeting Websocket Service in the server of your preference.

Set an custom URL and PORT

In the [root_project_path]/local.properties file set the following constants:

greetings.url=example.com
greetings.port=1234

If greetings.url is not set, the default URL will be localhost. If greetings.port is not set, the default port will be 8080.

About


Languages

Language:Kotlin 100.0%