Android Question wait for CallSubDelayed result then Go to next

ArminKH

Well-Known Member
how is possible to ensure main thread to wait 4 callsubdelayed?
i know we cant ensure main thread to be wait but i'm looking for a way to solve my problem
in a while loop when i use callsubdelayed my loop is going to next and don't wait for result of a sub which is called by CallSubDelayed
 
Top