[Solved] How do i use this library along with its sample? [closed]


This is the sample app of this library. you can view its code too here.
If you are using Android studio then add this library in ‘build.gradle‘ file, like this

dependencies {
// Your other dependencies...
compile 'net.frakbot:glowpadbackport:2.1.1'
  }

4

solved How do i use this library along with its sample? [closed]