I am trying to implement situtation in android where if user presses button for 5 seconds, then it should perform some action
.
Generally, user presses specific button for 5+ seconds, and then listener should be triggered after this.
I would appreciate your answer.