Skip to content

Commit b65b34a

Browse files
Create README.md
1 parent 997f85b commit b65b34a

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# bluetooth-chat
2+
3+
Jetpack Compose app that exchanges text data over devices via Bluetooth.
4+
5+
<a href="https://github.com/raheemadamboev/bluetooth-chat/blob/master/app-debug.apk">Download demo</a>
6+
7+
---
8+
9+
<p align="center">
10+
<img width="296" height="600" src="https://github.com/raheemadamboev/bluetooth-chat/blob/master/banner_1.gif" >
11+
</p>
12+
13+
Handling Bluetooth permissions and prerequisites pre Android 12 devices.
14+
15+
---
16+
17+
<p align="center">
18+
<img width="296" height="600" src="https://github.com/raheemadamboev/bluetooth-chat/blob/master/banner_3.gif" >
19+
</p>
20+
21+
Handling Bluetooth permissions and prerequisites on devices running Android 12 and above. Creating Bluetooth server and exchanging text data with other device using Bluetooth.
22+
23+
---
24+
25+
<p align="center">
26+
<img width="296" height="600" src="https://github.com/raheemadamboev/bluetooth-chat/blob/master/banner_2.gif" >
27+
</p>
28+
29+
Connecting to other Bluetooth server and exchanging text data with other device using Bluetooth. In order to connect to device, you have to pair with its Bluetooth at first. The app only lists paired devices. You can press "Refresh" button to refresh paired (bonded) devices. Other device needs to create server in order to build connection with each other.

0 commit comments

Comments
 (0)