You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
-

1
+

2
2
3
3
# **DocuBox**
4
4
5
-
**DocuBox** is an cloud storage app in which we can securely save our files.
5
+
### **DocuBox** is a cloud based file storing app where you can securely store and access your documents from anywhere around the world!
6
6
7
7
<!-- # Blog ✍ -->
8
8
@@ -46,8 +46,9 @@ It uses a custom NodeJS Server running on Linode. It uses Linode for database an
46
46
47
47
### Insights into the app 🔎
48
48
49
-
<!-- Place all mockups and banners here -->
50
-
49
+

50
+

51
+

51
52
## 📸 Screenshots
52
53
53
54
||||
@@ -80,7 +81,6 @@ It uses a custom NodeJS Server running on Linode. It uses Linode for database an
80
81
-[ViewModel](https://developer.android.com/topic/libraries/architecture/viewmodel) - Stores UI-related data that isn't destroyed on UI changes.
81
82
-[ViewBinding](https://developer.android.com/topic/libraries/view-binding) - Generates a binding class for each XML layout file present in that module and allows you to more easily write code that interacts with views.
82
83
-[DataBinding](https://developer.android.com/topic/libraries/data-binding) - Binds data directly into XML layouts
83
-
-[Room](https://developer.android.com/training/data-storage/room) - Room is an android library which is an ORM which wraps android's native SQLite database
84
84
-[DataStore](https://developer.android.com/topic/libraries/architecture/datastore) - Jetpack DataStore is a data storage solution that allows you to store key-value pairs or typed objects with protocol buffers.
-[Hilt-Dagger](https://dagger.dev/hilt/) - Standard library to incorporate Dagger dependency injection into an Android application.
@@ -93,6 +93,8 @@ It uses a custom NodeJS Server running on Linode. It uses Linode for database an
93
93
-[Material Components for Android](https://github.com/material-components/material-components-android) - Modular and customizable Material Design UI components for Android.
94
94
95
95
# Package Structure
96
+
97
+

96
98
97
99
com.docubox # Root Package
98
100
.
@@ -117,7 +119,7 @@ It uses a custom NodeJS Server running on Linode. It uses Linode for database an
117
119
## Architecture
118
120
This app uses [***MVVM (Model View View-Model)***](https://developer.android.com/jetpack/docs/guide#recommended-app-arch) architecture.
0 commit comments