Skip to content

Commit 2baf41a

Browse files
committed
docs: add visual app preview gallery to README with UI screenshots
1 parent e0acaae commit 2baf41a

8 files changed

Lines changed: 22 additions & 12 deletions

File tree

Data/App_list.png

1.52 MB
Loading

Data/controller_1.png

530 KB
Loading

Data/controller_2.png

405 KB
Loading

Data/controller_3.png

528 KB
Loading

Data/home_screen.png

2.21 MB
Loading

Data/media_control.png

409 KB
Loading

Data/multiple_apps_running.png

1.35 MB
Loading

README.md

Lines changed: 22 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -88,18 +88,28 @@ sequenceDiagram
8888

8989
---
9090

91-
## ✨ Key Features
92-
93-
| Feature | Description |
94-
|---|---|
95-
| **Multi-Window Apps** | Each Android app runs in its own resizable, movable Windows window |
96-
| **Live System Telemetry** | Real-time Battery, Volume, Wi-Fi, Bluetooth, Mobile Data & more |
97-
| **Notification Streaming** | Android notifications pushed instantly to your Windows desktop |
98-
| **Media Control** | Artwork, metadata & playback controls from the Windows side |
99-
| **Near-Zero Latency Commands** | Shell-level command execution bypasses Android UI overhead entirely |
100-
| **Auto-Reconnection** | Multi-stage smart recovery — restores connection without app restarts |
101-
| **No Root Required** | All features operate through standard ADB and Android permissions |
102-
| **USB & Wi-Fi** | Works seamlessly over both cable and wireless connections |
91+
## 📱 App Preview
92+
93+
<div align="center">
94+
95+
**Desktop Home Interface**
96+
![Home Screen](Data/home_screen.png)
97+
98+
---
99+
100+
| ![App List](Data/App_list.png) | ![Multiple Apps](Data/multiple_apps_running.png) |
101+
|:---:|:---:|
102+
| **App Dashboard** | **Multi-App View** |
103+
104+
| ![Media Control](Data/media_control.png) | ![Controller 1](Data/controller_1.png) |
105+
|:---:|:---:|
106+
| **Media Center** | **Android Control** |
107+
108+
| ![Controller 2](Data/controller_2.png) | ![Controller 3](Data/controller_3.png) |
109+
|:---:|:---:|
110+
| **Audio Overlay** | **Media Preferences** |
111+
112+
</div>
103113

104114
---
105115

0 commit comments

Comments
 (0)