Skip to content

Commit

Permalink
update english readMe
Browse files Browse the repository at this point in the history
  • Loading branch information
程王勇 authored and 程王勇 committed Jun 10, 2017
1 parent 6ca45b1 commit 86ea2a2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ build.setEndIndex(10)
2. **custom mode**, any View, more custom control loading process;
File file = new File(testDir);
```
File file = new File(testDir);
//Create a FileHandlerBuilder that is similar to API and Android system AlertDialog
ImageFrameHandler build = new ImageFrameHandler.FileHandlerBuilder(file.listFiles())
//File[] must be passed in as a processing source
Expand Down Expand Up @@ -142,6 +142,7 @@ build.setEndIndex(10)
.build();// Build a Handler to handle
build.start();//Begin to play sequence frames
```
Of course, you can also have `stop`, `pause`, and more freely control the loading process;
Expand Down

0 comments on commit 86ea2a2

Please sign in to comment.