Skip to content

Commit 42b54d4

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 04c4bcf + 2a0222a commit 42b54d4

1 file changed

Lines changed: 11 additions & 12 deletions

File tree

README.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ AndroidPullMenu is an Open Source Android library that allows developers to easi
66
This actions stand for refreshing options like refreshing the latest news, most viewed news, most commented views etc. or adding more actions inside view when you don’t want to implement these actions inside sliding menu.
77
It can be implemented inside ScrollView, GridView, ListView, WebView, Fragments + Tabs.
88

9-
![sample](/docs/pull_menu_sample.gif)
9+
![sample](/docs/pull_menu_sample_1.gif)
1010

1111
For more information see the website: [AndroidPullMenu](http://shkurtia.github.io/AndroidPullMenu/ "AndroidPullMenu")
1212

@@ -62,14 +62,8 @@ The implementation should be easy if you have used this library: [ActionBar-Pull
6262
@Override
6363
protected void onPostExecute(Void result) {
6464
super.onPostExecute(result);
65-
6665
// Notify PullMenuLayout that the refresh has finished
6766
mPullMenuLayout.setRefreshComplete();
68-
69-
/*if (getView() != null) {
70-
// Show the list again
71-
setListShown(true);
72-
}*/
7367
}
7468
}.execute();
7569
}
@@ -104,16 +98,21 @@ The implementation should be easy if you have used this library: [ActionBar-Pull
10498

10599
- Armando Shkurti - shkurtiarmando@gmail.com
106100

101+
107102
## Credits:
108-
- Inspired by _Fabrizio Bianchi_: [Pull-Menu-Menu-Interaction-Concept](https://dribbble.com/shots/1827600-Pull-Menu-Menu-Interaction-Concept?list=users&offset=0)
109-
demonstration of his work:
110-
http://codepen.io/fbrz/full/bNdMwZ/
103+
Inspired by:
104+
- _Fabrizio Bianchi_ - [Pull Menu Interaction Concept](https://dribbble.com/shots/1827600-Pull-Menu-Menu-Interaction-Concept?list=users&offset=0)
105+
demonstration of his [work in codepen.io](http://codepen.io/fbrz/full/bNdMwZ/):
106+
![concept](/docs/pull_menu_concept.gif)
107+
108+
- [Jolla Sailfish OS - Tell me about the pulley menu](https://www.youtube.com/watch?v=sR9dWo42wU0 "Jolla Sailfish OS")
111109

112110

113111
## Opinions for this concept:
114112
https://news.layervault.com/stories/40871-pull-menu-menu-interaction-concept
115113

116-
## Sources code thanks goes to:
114+
115+
## Special Thanks
117116

118117
[@chrisbanes](https://github.com/chrisbanes): https://github.com/chrisbanes/ActionBar-PullToRefresh
119118

@@ -124,7 +123,7 @@ https://news.layervault.com/stories/40871-pull-menu-menu-interaction-concept
124123

125124
## License
126125

127-
Feel free to use it all you want in your Android apps provided that you cite this project and include the license in your app. I would be grateful if you would inform me about its usage: shkurtiarmando(at)gmail(dot)com
126+
Feel free to use it in your Android apps and also include the license in your app. I would be grateful if you would inform me about its usage: shkurtiarmando(at)gmail(dot)com
128127

129128
Copyright 2015 Armando Shkurti
130129

0 commit comments

Comments
 (0)