threads

  1. 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...
  2. maxh2815

    Android Question Error with threading library

    I am currently trying to get a project working which uses the threading library created by agraham. I am using this code to start the thread: Sub Button1_Click Dim params(0) As Object thread1.Start(Null, "threadSub", params) End Sub Sub threadSub For i = 0 To 20000 If i Mod...
  3. Mashiane

    Is it possible to create a table on a thread?

    Hi there I'm thinking with all the toolbar functionality when creating a thread, how can one add a table in his/her post? Is that even possible whether in BB code or rich text editor? Thanks
Top