Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hackware1993 committed Sep 4, 2016
1 parent e5a458d commit 5e6ff55
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,13 @@ Simple steps, you can integrate **MagicIndicator**:
SimpleViewPagerDelegate.with(magicIndicator, mViewPager).delegate();
```

6. work with Fragment Container(no ViewPager, switch Pages by hand):
```
mFramentContainerHelper = new FragmentContainerHelper(magicIndicator);
...
mFragmentContainerHelper.handlePageSelected(pageIndex); // invoke when switch Fragment by hand
```

# Extend

**MagicIndicator** can be easily extended:
Expand Down

0 comments on commit 5e6ff55

Please sign in to comment.