How to call a click on a button Programatically?
The click on a button or View is usually called when the user clicks on it. But how can we call it programatically. Here is a simple example yes “performClick()”, this is how to call click programatically.