An app that detects movement of the user and plays the media accordingly. If the app doesn't detects any movement then it will stop playing the media.
- Step 1: Open your Android Studio then go to the File > New > Project from Version Control.
- 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.
//circular photo
implementation 'de.hdodenhof:circleimageview:3.1.0'
//Corountines
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.1'
//animation
def lottieVersion = "3.4.0"
implementation "com.airbnb.android:lottie:$lottieVersion"



