Enjoy exclusive Amazon Originals as well as popular movies and TV shows. Watch anytime, anywhere.:star_struck:
- Blog-Post :- https://medium.com/@chekeaditya/how-to-create-an-app-like-amazon-prime-video-using-kotlin-13e06111e8d4
This project is used by the following companies:
- GitHub
- Firebase
- Recycler View
- Retrofit Library
- API
- Videoview
- Voice search
- Fragments
- Navigation
- 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/chekeAditya/Amazon-Prime.git
-
Press Enter. $ git clone https://github.com/chekeAditya/Amazon-Prime.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.
def nav_version = "2.3.5"
implementation "androidx.navigation:navigation-fragment-ktx:$nav_version"
implementation "androidx.navigation:navigation-ui-ktx:$nav_version"
//Glide
implementation 'com.github.bumptech.glide:glide:4.12.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0'
//Notification Badge
implementation 'com.nex3z:notification-badge:1.0.4'
//EventBus
implementation 'org.greenrobot:eventbus:3.2.0'
//slider
implementation 'com.github.smarteist:autoimageslider:1.4.0'
implementation 'com.squareup.picasso:picasso:2.71828'
//retrofit
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
implementation 'com.squareup.okhttp3:logging-interceptor:4.9.0'
implementation 'com.google.android.material:material:1.4.0'
//Glide
implementation 'com.github.bumptech.glide:glide:4.12.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0'
//Notification Badge
implementation 'com.nex3z:notification-badge:1.0.4'
//EventBus
implementation 'org.greenrobot:eventbus:3.2.0'
//slider
implementation 'com.github.smarteist:autoimageslider:1.4.0'
implementation 'com.squareup.picasso:picasso:2.71828'
//VideoPlayer
implementation 'com.pierfrancescosoffritti.androidyoutubeplayer:core:10.0.5'
implementation 'com.pierfrancescosoffritti.androidyoutubeplayer:core:10.0.5'
implementation 'com.pierfrancescosoffritti.androidyoutubeplayer:core:10.0.5'