Skip to content

Commit

Permalink
update gif
Browse files Browse the repository at this point in the history
  • Loading branch information
brucetoo committed Nov 19, 2015
1 parent daec55c commit 6c88e3c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Expand Up @@ -3,14 +3,15 @@
This is a helper lib for us to pick date or province like IOS system
WheelView widget.

# Here is date pick effect by mp4
# Here is date pick effect by gif

![picker](./datepick.mp4)
![picker](./datepick.gif)

##How to use
> 1. Pick date is even with single step...
```java

DatePickerPopWin pickerPopWin = new DatePickerPopWin(MainActivity.this, new DatePickerPopWin.OnDatePickedListener() {
@Override
public void onDatePickCompleted(int year, int month, int day, String dateDesc) {
Expand All @@ -21,7 +22,8 @@ WheelView widget.

```

Here are 4 constructors for you to choose

> 2.Here are 4 constructors for you to choose
```java

Expand Down Expand Up @@ -93,7 +95,7 @@ WheelView widget.

##TODO

- [x] add Province pick PopWindow
- [ ] add Province pick PopWindow (if i have time)

- [ ] add to Jcenter

Expand Down
Binary file added datepick.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed datepick.mp4
Binary file not shown.

0 comments on commit 6c88e3c

Please sign in to comment.