Hi Guys,
I have a question regarding threads in B4A.
I know that a B4A activity will have a single UI thread.
My question is what is this thread called and how do I access it?
(for eg in Java you have a 'run' thread)
So far I have been using a Timer which works fine for me. But also, is this timer part of the same thread?
The Android SDK states that you should keep the UI thread relatively free, so I guess we have to use the Threading library for that. But then can you run a timer on a separate thread?
Any guidance and discussions on this are welcome.
Thanks!
I have a question regarding threads in B4A.
I know that a B4A activity will have a single UI thread.
My question is what is this thread called and how do I access it?
(for eg in Java you have a 'run' thread)
So far I have been using a Timer which works fine for me. But also, is this timer part of the same thread?
The Android SDK states that you should keep the UI thread relatively free, so I guess we have to use the Threading library for that. But then can you run a timer on a separate thread?
Any guidance and discussions on this are welcome.
Thanks!