Programmatically click views in android
If you want to create automated tests you might want to have a look at Espresso. Otherwise you can use the performClick
method.
If you want to create automated tests you might want to have a look at Espresso. Otherwise you can use the performClick
method.