You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-12Lines changed: 11 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ AndroidPullMenu is an Open Source Android library that allows developers to easi
6
6
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.
7
7
It can be implemented inside ScrollView, GridView, ListView, WebView, Fragments + Tabs.
8
8
9
-

9
+

10
10
11
11
For more information see the website: [AndroidPullMenu](http://shkurtia.github.io/AndroidPullMenu/"AndroidPullMenu")
12
12
@@ -62,14 +62,8 @@ The implementation should be easy if you have used this library: [ActionBar-Pull
62
62
@Override
63
63
protected void onPostExecute(Void result) {
64
64
super.onPostExecute(result);
65
-
66
65
// Notify PullMenuLayout that the refresh has finished
67
66
mPullMenuLayout.setRefreshComplete();
68
-
69
-
/*if (getView() != null) {
70
-
// Show the list again
71
-
setListShown(true);
72
-
}*/
73
67
}
74
68
}.execute();
75
69
}
@@ -104,16 +98,21 @@ The implementation should be easy if you have used this library: [ActionBar-Pull
104
98
105
99
- Armando Shkurti - shkurtiarmando@gmail.com
106
100
101
+
107
102
## 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
+

107
+
108
+
-[Jolla Sailfish OS - Tell me about the pulley menu](https://www.youtube.com/watch?v=sR9dWo42wU0"Jolla Sailfish OS")
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
0 commit comments