multi thread

  1. nirmelamoud

    Android Question Return value from a sub with a call to Wait For

    Hi, I have a sub that use Wait For in order to call rest interface, I want to make it a sync call and return value, can I do that ? or do I have to use call chain at the end and call other function with the 'return' value
  2. M

    Android Question "Heavy work" and freezing - multithread?

    Hi everyone, I've an app that need to download an huge dataset. We are talking about making a http request the return a json of 8000 rows, that need to be stored in a local SQL DB in the device. Now.. the problem is the following: downloading and storing all the rows in the DB takes a while...
Top