You can create a handler in the Activity class and call sendMessage for this handler object. Write code to display a warning in the handleMessage method of the handler, for example:
Action class
Handler mHandler = new Handler() { public void handleMessage(Message msg) {
source share