Homify provides a platform that allows skilled and experienced professionals to connect with users looking for specific services.
Worker can see details of jobs related to his category, he can accept job and start working on them.
Worker can learn new work and take skill test on them. Here he can see Pie-Chart of result, now he is ready for taking new jobs.
With this feature worker provides helping videos for on Job issue and also for training tutorials. Youtube API is used here to play videos in Youtube Player.
- GitHub
- Firebase
- Recycler View
- Gif ImageView
- VideoView
- Fragments
- Navigation
- Youtube Player
- Graphs and Pie Chart
- Autoslider and Animation
- Step 1: Open your Android Studio then go to the File > New > Project from Version Control as shown in the below image.
- Step 2: After clicking on the Project from Version Control a pop-up screen will arise like below. In the Version control choose Git from the drop-down menu.
- Step 3: Then at last paste the link in the URL and choose your Directory. Click on the Clone button and you are done.
-
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/Kingbond470/Move-On
-
Press Enter. $ git clone https://github.com/Kingbond470/Move-On
Congratulations, you have created your 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.
// firebase implementation 'com.google.firebase:firebase-auth-ktx:21.0.1' implementation platform('com.google.firebase:firebase-bom:28.4.0') implementation 'com.google.firebase:firebase-auth-ktx' implementation 'com.google.firebase:firebase-database-ktx' implementation 'androidx.browser:browser:1.4.0' implementation 'com.google.firebase:firebase-firestore-ktx:24.0.0' implementation 'androidx.legacy:legacy-support-v4:1.0.0'
// ViewModel and LiveData
def arch_version = '2.2.0-alpha01'
implementation "androidx.lifecycle:lifecycle-extensions:$arch_version"
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:$arch_version"
implementation "androidx.lifecycle:lifecycle-livedata-ktx:$arch_version"
implementation "androidx.lifecycle:lifecycle-runtime-ktx:$arch_version"
//Three material Dots Indicators for view pagers in Android !
implementation 'com.tbuonomo.andrui:viewpagerdotsindicator:4.1.2'
// circular imageview
implementation 'de.hdodenhof:circleimageview:3.1.0'
//navigation
implementation 'androidx.navigation:navigation-fragment-ktx:2.3.5'
implementation 'androidx.navigation:navigation-ui-ktx:2.3.5'
implementation 'androidx.navigation:navigation-runtime-ktx:2.3.5'
// graphs and chart
implementation files('libs/MPAndroidChart-v3.0.1.jar')
// youtube player
implementation files('libs/YouTubeAndroidPlayerApi.jar')
//Youtube Video
implementation 'com.pierfrancescosoffritti.androidyoutubeplayer:core:10.0.5'
implementation 'com.pierfrancescosoffritti.androidyoutubeplayer:core:10.0.5'