Skip to content

Enjoy exclusive Amazon Originals as well as popular movies and TV shows. Watch anytime, anywhere

Notifications You must be signed in to change notification settings

chekeAditya/Amazon-Prime

Repository files navigation

Amazon-Prime-Video-Clone

Enjoy exclusive Amazon Originals as well as popular movies and TV shows. Watch anytime, anywhere.:star_struck:

WhatsApp Image 2021-09-26 at 12 53 26 AM

Links

🔗Open-Source Library

Things we used while making this application

This project is used by the following companies:

  • GitHub
  • Firebase
  • Recycler View
  • Retrofit Library
  • API
  • Videoview
  • Voice search
  • Fragments
  • Navigation

Tech Stack ✨

Clone this Repo To Your System Using Android Studio✨

  • 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.

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/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.

Dependencies

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'

About

Enjoy exclusive Amazon Originals as well as popular movies and TV shows. Watch anytime, anywhere

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages