Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/markusthielker/android-playground
- Owner: MarkusThielker
- Created: 2022-04-17T15:53:40.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-13T19:15:49.000Z (about 1 month ago)
- Last Synced: 2024-12-01T07:05:01.449Z (23 days ago)
- Topics: android, android-nsd, jetpack-compose, kotlin, kotlin-gradle-dsl
- Language: Kotlin
- Homepage:
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.