I have a Handler from my sub-Activity that was called by the main Activity. This Handler is used by sub-classes to postDelay some Runnables, and I can't manage
I have a callback function which redirects the user and I want to have it trigger after clicking "OK" on an alert window. Right now, the code looks like this:
I have a pop up window with a button. When I click the button I want something to happen, say an alert. The issue I am having is that the onclick event fires as