Erel --
Like Windows developer I obviously do not understand how Android processes events/messages.
I did following "lock".
Do While flagBusy = True
Sleep (10)
Loop
flagBusy = True
Log ("Enter")
....
Wait For
....
flagBusy = False
Log ("Exit")
flagBusy is Process_Globals variable. In log file I see "Enter", "Enter", "Exit", "Exit". How Anfroid bypasses similar lock ?
-----------------------------
KMatle --
For example, one request is relative to information, which user sees on the screen, when activity starts. Another to Navigation Drawer, which I will show later. Of course, it's possible to download files step by step. But I want to open drawer asap.