Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
siddheshwiselap committed Jul 18, 2019
2 parents 926e7cb + 7399374 commit a17c247
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 7 deletions.
25 changes: 18 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,29 @@
# RangeCalender

Library to show Calender which takes from Date and To date. Useful while generating reports,book tickets etc.

Steps to integrate:

```
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
}

```
```
dependencies {
implementation 'com.github.PalashDumbare:RangeCalender:Tag'
}



implementation 'com.github.PalashDumbare:RangeCalender:v0.0.10'
}
```
```
new RangeCalender(this, new OnDateSelected()
@Override
public void dateSelectedIs(Date fromDate, Date toDate) {
}
}).show();
```

![Image of Yaktocat](https://github.com/PalashDumbare/RangeCalender/blob/master/device-2019-07-18-164401.png)
Binary file added device-2019-07-18-164230.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added device-2019-07-18-164401.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a17c247

Please sign in to comment.