From e7f12237cee6dd69d90bdce90dd17d943d516b39 Mon Sep 17 00:00:00 2001 From: Umer Farooq <35717992+umer0586@users.noreply.github.com> Date: Sat, 28 Dec 2024 00:06:18 +0500 Subject: [PATCH 1/2] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 42ebb2e..c4be425 100644 --- a/README.md +++ b/README.md @@ -109,3 +109,6 @@ Dragging the slider thumb generates the following JSON: 3. Attaching sensors to control pads 4. TouchPad 5. Directional Pad + +## Installlation +Download APK from [Release Page](https://github.com/umer0586/DroidPad/releases) From e69d61fd71fab1ce5f8e1beed384edf2f8516485 Mon Sep 17 00:00:00 2001 From: Umer Farooq <35717992+umer0586@users.noreply.github.com> Date: Sat, 28 Dec 2024 15:28:56 +0500 Subject: [PATCH 2/2] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c4be425..79acfac 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ -#### Create custom control interfaces easily with a simple drag-and-drop tool and transform your Android device into a remote control by transmitting commands over WebSocket, MQTT, TCP, and UDP protocols. + +![GitHub License](https://img.shields.io/github/license/umer0586/DroidPad?style=for-the-badge) ![Jetpack Compose Badge](https://img.shields.io/badge/Jetpack%20Compose-4285F4?logo=jetpackcompose&logoColor=fff&style=for-the-badge) ![GitHub Release](https://img.shields.io/github/v/release/umer0586/DroidPad?include_prereleases&style=for-the-badge) + +## Create custom control interfaces with a simple drag-and-drop and transform your Android device into a controller by transmitting commands over WebSocket, MQTT, TCP, and UDP protocols.