Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/markusthielker/android-playground

🛝 My Android Playground
https://github.com/markusthielker/android-playground

android android-nsd jetpack-compose kotlin kotlin-gradle-dsl

Last synced: 18 days ago
JSON representation

🛝 My Android Playground

Awesome Lists containing this project

README

        

# Android Playground

## Build the project

Since the app is programmed using the Java JDK 16, this or a higher version must be installed and set as Gradle JDK.

To build the app, open the project in the latest Android Studio version and run the default run configuration.

## \[WIP] Lobby - Network service discovery (NSD)

A simple lobby system implemented using Android's network service discovery. The client can search
for registered services in it's current network or register it's own service.

Clients searching for services can join them. All clients inside a lobby can see each other in a
client list. The host of the service handles the network communication as a PubSub keeping all
clients in sync.