Is there the way to listen the following specifiс action sequence: long click on listview item and top overscroll of listview?
Asked
Active
Viewed 67 times
0
-
Did you look at the documentation to see what you could find? – takendarkk Jan 17 '14 at 15:47
-
If answer can be find in doceumentation provide a links, please. – Artem Cherkasov Jan 17 '14 at 16:14
1 Answers
0
Go to developer.android.com for ListView references.
And yes...there is a property setOnLongClickListener etc... Please check the link

Atish Agrawal
- 2,857
- 1
- 23
- 38
-
and listview overscroll action? I need to listen sequence of longclick and next overscroll action? – Artem Cherkasov Jan 17 '14 at 17:00
-
Check http://stackoverflow.com/questions/19334323/how-to-detect-overscroll-in-android – Atish Agrawal Jan 17 '14 at 17:04
-
why to type the same thing again if it is already present? Also, there may be some more useful stuff in the link which can be helpful. I think its better to redirect user to the already present answer than to re-write the entire thing again.. – Atish Agrawal Jan 17 '14 at 17:20
-
The link is not bad, it's just that it should be a comment, not a answer which you instantly solicit votes for. – takendarkk Jan 17 '14 at 17:21