File tree Expand file tree Collapse file tree 1 file changed +45
-0
lines changed Expand file tree Collapse file tree 1 file changed +45
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ A chat app for Android written in Kotlin using MVVM.
11
11
* Email and password
12
12
* Google Auth
13
13
14
+ 2 . Reset Password
15
+
14
16
2 . Sending and Receiving messages
15
17
16
18
3 . User can update their profile by adding profile pictures, nicknames, etc.
@@ -40,6 +42,8 @@ A chat app for Android written in Kotlin using MVVM.
40
42
41
43
8 . [ Navigation Components] ( https://developer.android.com/guide/navigation/navigation-getting-started )
42
44
45
+ 9 . [ Dot Loader] ( https://github.com/bhargavms/DotLoader )
46
+
43
47
44
48
## Limitations
45
49
@@ -50,3 +54,44 @@ A chat app for Android written in Kotlin using MVVM.
50
54
## Compatibility
51
55
52
56
Android 9 (api level 28) and above.
57
+
58
+
59
+ ## Preview
60
+
61
+ ## Screenshots
62
+
63
+ <table >
64
+ <tr >
65
+ <td><img src="screenshots/1.png" ></td>
66
+ <td><img src="screenshots/8.jpg"></td>
67
+
68
+ </tr >
69
+ <tr>
70
+ <td><img src="screenshots/2.png" ></td>
71
+ <td><img src="screenshots/3.png"></td>
72
+
73
+ </tr >
74
+ <tr >
75
+ <td><img src="screenshots/4.png" ></td>
76
+ <td><img src="screenshots/5.png"></td>
77
+ </td>
78
+ </tr >
79
+
80
+ <tr >
81
+ <td><img src="screenshots/6.png" ></td>
82
+ <td><img src="screenshots/7.png"></td>
83
+ </td>
84
+ </tr >
85
+ </table >
86
+
87
+
88
+ ## Upcoming Features
89
+
90
+ 1 . Group Chats
91
+ 2 . Image Sharing
92
+ 3 . Audio Sharing
93
+
94
+
95
+ ## License
96
+
97
+ This app is licensed under the MIT License. See [ LICENSE] ( ) for the full license text.
You can’t perform that action at this time.
0 commit comments