UDP Chat is a small Chat app for two clients that showcases the ease of use of flows in combination with Jetpack Compose for network traffic using udp as protocol.
Android | Kotlin | Jetpack Compose | Flow | udp
- Android Studio (See: https://developer.android.com/studio/install)
- 2 Android Devices (For setting up forwarding on emulators see: https://developer.android.com/studio/run/emulator-networking)
- Clone this repository:
git clone https://github.com/chris-prenissl/udp-chat.git
- Start the app on both devices
- Choose corresponding end-points yourself or choose User A for one device and User B for the other.
This project is licensed under the MIT License - see the LICENSE file for details.