It's possible to create a thread that search in background mode (obviously) connecting to a webservices and look for notifications messages in a database, meanwhile, the user is typing data in the app in some activity, and then, the thread popup a notification to the user?
IF so, how can I do it, and if there's an example on how doing this thread.
Downloading resources is simpler with the new Resumable Subs feature. Using Wait For we can wait for the JobDone event in the same sub that started the download. No longer is it needed to have a single sub that handles all requests results. Simplest example: Dim j As HttpJob j.Initialize(""...
Do you think, that this utility (okhttpUtils2) affect the performance of my app? For instance, that could be a risk that my app got freeze or something else?