Skip to content

Commit 197e215

Browse files
authored
Create README.md
1 parent 192bcb2 commit 197e215

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

README.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# Android P2P Chat Application using JAVA Socket
2+
3+
This is a chat application which allows text messaging and files sharing using JAVA Socekt
4+
5+
6+
## Features
7+
8+
- Text messaging
9+
10+
- File(any type) sharing
11+
12+
- Image sharing
13+
14+
- Connect using QR Code Scanner
15+
16+
- Set background color dynamically with custom color picker
17+
18+
- Show image thumbnail in chat
19+
20+
- Download shared files and images in your local device
21+
22+
23+
## Demo
24+
25+
26+
## Instructions
27+
28+
1. First Connect both the devices to same wifi
29+
30+
2. Set username
31+
32+
3. Click the Show Information button in one device
33+
34+
4. Click Enter IP:Port button in another device
35+
36+
5. Scan The QR Code & click connect button
37+
38+
6. Or enter ip address and port number manually
39+
40+
7. Start messaging
41+
42+
8. To download any shared file or image, long press over the thumbnail , the file/image will be downloaded and will show notification in notificatin bar of your device
43+
44+
9. To copy any text to clipboard , long press over the text
45+

0 commit comments

Comments
 (0)