Mental-health
Cloning of Mental Health Android Application
Mental Health Domain
đź”—
Open-Source Library
Things we used while making this application
- Kotlin
- GitHub
- Firebase
- Recycler View
- Nagivation Drawer
- RoomDatabase
- Navigation Graph
- Fragments
✨
Tech Stack
✨
Clone this Repo To Your System Using GitBash-
Open Git Bash
-
If Git is not already installed, it is super simple. Just go to the Git Download Folder and follow the instructions.
-
Go to the current directory where you want the cloned directory to be added.
-
To do this, input cd and add your folder location. You can add the folder location by dragging the folder to Git bash.
-
Go to the page of the repository that you want to clone
-
Click on “Clone or download” and copy the URL.
-
Use the git clone command along with the copied URL from earlier. $ git clone https://github.com/im-reprisal/Mental-health.git
-
Press Enter. $ git clone https://github.com/im-reprisal/Mental-health.git
-
Cloning into Git … remote: Counting objects: 13, done. remote: Compressing objects: 100% (13/13), done. remove: Total 13 (delta 1), reused 0 (delta 1) Unpacking objects: 100% (13/13),
-
Done.
Congratulations, you have created your first local clone from your remote Github repository.
Open Android Studio. Go to File > New > Project From Version Control.
Copy the link of this repositary. Paste the link in Url Box of Android Studio window and click on "Clone" button.
Dependencies
// Vewpager
implementation 'androidx.navigation:navigation-fragment-ktx:2.3.5'
implementation 'androidx.viewpager2:viewpager2:1.0.0'
//Navigation
implementation 'androidx.navigation:navigation-ui-ktx:2.3.5'
//Glide
implementation 'com.github.bumptech.glide:glide:4.12.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0'
implementation 'com.google.android.material:material:1.4.0'
Contributors
đź“š
Lessons LearntIf you like the project then definitely give a star, it will motivate and help us to do better. Thank you.