Message show to toast ..

0 votes

How Exception Handling Show in TOAST or Show in Android ... for Notify Users

Add Method Like TOAST inside this :


App42CallBack() {  

 

asked Sep 6, 2014 in AppWarp by citizenchat.zioncomp (10 points)

1 Answer

0 votes

Hi,

   If you are using async API with App42CallBack() , want to perform action on UI Thread after getting response from server. You should use below code in your function:

 

ActivityInstance.runOnUiThread(new Runnable() {
                public void run() {
                //Your TOAST function here
                }
            });

 

 

answered Sep 8, 2014 by Vishnu Garg (674 points)
Download Widgets
Welcome to ShepHertz Product line forum, where you can ask questions and receive answers from the community. You can also reach out to us on support@shephertz.com
...