Add it to your build.gradle with:
allprojects {
repositories {
maven { url "https://jitpack.io" }
}
}and:
dependencies {
implementation 'com.github.grandsource:GrandView:1.0.0'
}Using this view you can create Android Application like One Note or Evernote.
Full documentation comming soon.
#Thank you