[Solved] how can I use this library in android studio


In your build.gradle(app:module) add this line in the dependencies block:

implementation 'com.github.alamkanak:android-week-view:1.2.6'

and follow instruction according to the link you posted.

solved how can I use this library in android studio