Hello friends
Excuse me, I have a problem too with Threading !
No matter how I tried I could not work with Threading...
Suppose we want all your phone contacts are displayed in a list,
Now, if a large number of contacts we have app for quite some time hangs or mybe for closed...
For Example, if our code is:
How to use the Thread in the code does not Hong programs?
Please help me
Thanks a lot
Excuse me, I have a problem too with Threading !
No matter how I tried I could not work with Threading...
Suppose we want all your phone contacts are displayed in a list,
Now, if a large number of contacts we have app for quite some time hangs or mybe for closed...
For Example, if our code is:
B4X:
For Each c As cuContact In cu.FindContactsByPhone("", False, False)
For Each Phone As cuPhone In cu.GetPhones(c.Id)
ListView1.AddSingleLine(c.DisplayName)
ListView2.AddSingleLine(Phone.Number)
Next
Next
How to use the Thread in the code does not Hong programs?
Please help me
Thanks a lot