Skip to content
This repository was archived by the owner on Mar 4, 2026. It is now read-only.

AAU-SE2/WebSocketDemo-App

Repository files navigation

WebSocket Android app demo project

This Android application connects to a basic WebSocket server to send and receive messages.

Dependencies

  • OkHttp - HTTP client for WebSocket communication.

Requirements for Networking

  • Internet Permission
<uses-permission android:name="android.permission.INTERNET" />
  • Cleartext messages via network (cf. here)
android:usesCleartextTraffic="true"

Find details on how to connect to the localhost machine from an Android emulator here.

About

WebSocket demo Android app for 621.250 (24S) Software Engineering II

Resources

Stars

2 stars

Watchers

0 watching

Forks

Contributors

Languages