Skip to content

Simple Android Web Socket Client that register units to the server.

Notifications You must be signed in to change notification settings

ctorres345/WebSocketAndroidClientDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

WebSocketAndroidClientDemo

Simple Android Web Socket Client that register units to the server. I tried to implement simple MVP pattern as a way of practice.

How to Test: Change between the two gradle flavors presented in the application build variants

(NormalMode) -> Simple app test without web socket integration

(WebSocketMode) -> Web socket integration activated, server project needed to make this mode work.

Pending Stuff:

  • Remove Units
  • Modify Units
  • Design fixes

[CHANGELOG] v1.0

  • The application can list units and register them in both normal/webSocket mode

About

Simple Android Web Socket Client that register units to the server.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages