Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
 into develop
  • Loading branch information
thellmund committed Sep 19, 2018
2 parents 3c7ee46 + fcfe8b6 commit 264f8b7
Showing 1 changed file with 29 additions and 2 deletions.
31 changes: 29 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,36 @@
Android Week View
=================

[![Gitter chat](https://badges.gitter.im/gitterHQ/gitter.png)](https://gitter.im/Android-Week-View/Lobby)
**Android Week View** is an Android library to display calendar views within an app. It was developed by [Raquib-ul Alam](https://github.com/alamkanak). Because it is not currently maintained and does not work when using API level 28, I’m providing this fork.

**Android Week View** is an android library to display calendars (week view or day view) within the app. It supports custom styling.
Usage
---------
1. Add JitPack repository to your build file.
```groovy
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```

2. Add the dependency.
```groovy
// For the bugfix-only version
implementation 'com.github.thellmund:Android-Week-View:1.3'
// For the version with an updated API
implementation 'com.github.thellmund:Android-Week-View:2.0'
```
More info about version 2.0 here: [Release 2.0](https://github.com/thellmund/Android-Week-View/releases/tag/2.0)

Below, you find the original README by [Raquib-ul Alam](https://github.com/alamkanak).

---

Android Week View
=================

![](images/screen-shot.png)

Expand Down

0 comments on commit 264f8b7

Please sign in to comment.