Skip to content

milindrc/GyroCardView

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages