Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 626 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 626 Bytes

GyroCardView

Androidx CardView that moves with your phone, Using gyro sensors.

"When you require a card to choose, Pick a card that moves." "The only card that is right, Is the card that is alive."

Step 1. Add the JitPack repository to your build file

Add it in your root build.gradle at the end of repositories:

allprojects {
	repositories {
		...
		maven { url 'https://jitpack.io' }
	}
}

Step 2. Add the dependency

dependencies {
        implementation 'com.github.milindrc:GyroCardView:v0.1'
}

Usage