[Solved] Import calendar library in my android app


As explained in the project’s page, if you use Gradle for your project (which should be the case if your created it in Android Studio), then you need to add the following line in the dependencies section of your app/build.gradle:

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

That’s it.

solved Import calendar library in my android app