0 Answers
Android program thread should wait for user input dialog and resume after onclick event
Asked by: shawn 477 views Android Apps
To get the choice form user via method called choicePromotion(); this create a alert dialog box with onclick event..
problem am facing was asyn thread in android.. background thread finish execution before alert box pop up and get user input
