Skip to content

Commit 9fde09a

Browse files
committed
2 parents 0d33e67 + 0e68158 commit 9fde09a

File tree

1 file changed

+10
-24
lines changed

1 file changed

+10
-24
lines changed

README.md

Lines changed: 10 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,13 @@
11
# Android multi calender tools library for android
2-
android date tools and <b>date picker</b> for tree calenders "Jalali" and "Hijri" and "Gregorian"
2+
android date tools and <b>date picker</b> for tree calendar systems <b>Jalali , Hijri , Gregorian</b>
33

4-
# screen shots
4+
# Screen shots
55
todo put screen shots here
66

7-
# installation
8-
Add it in your root build.gradle at the end of repositories:
9-
~~~Groovy
10-
allprojects {
11-
repositories {
12-
...
13-
maven { url 'https://jitpack.io' }
14-
}
15-
}
16-
~~~
17-
Add the dependency
18-
~~~Groovy
19-
dependencies {
20-
implementation 'TODO'
21-
}
22-
~~~
7+
# Add to your project
8+
copy [this](https://github.com/hooshkar/AndroidMultiCalenderTools/releases/download/1.0.0/uneversaldatetools.aar) to "yourProject/app/libs" <br> [have problem?](https://github.com/hooshkar/AndroidMultiCalenderTools/wiki/install)
239

24-
# how to use
10+
# How to use
2511
<b>date converter:</b> more
2612
[here](https://github.com/hooshkar/AndroidMultiCalenderTools/wiki/Convert).
2713
~~~java
@@ -60,16 +46,16 @@ uDatePicker.getSelectedDate();//as a DateSystem object
6046

6147
~~~
6248

63-
# supported language:
49+
# Supported language:
6450
1.persian <br>
6551
2.english <br>
6652
and its easy to add new language see
6753
[here](https://github.com/hooshkar/AndroidMultiCalenderTools/wiki/language).
6854

69-
# todo
70-
1. <s>fix year picker</s>
71-
2. add dialog mode
72-
3. make jar
55+
# Todo
56+
- [x] fix year picker
57+
- [ ] add dialog mode
58+
- [x] make jar
7359

7460
# LICENCE
7561
under [MIT](https://github.com/hooshkar/AndroidMultiCalenderTools/blob/master/LICENSE) licence

0 commit comments

Comments
 (0)