Android Question Threading class property.

lsis

Member
Licensed User
Longtime User
Can i use my class properties as realtime communication of gui with a threading sub of my class?
I mean global variables of my class where can i change by properties.
 
Last edited:

lsis

Member
Licensed User
Longtime User
Hi Erel.
I need threading because i use it for backround serial communication loop.
Can i use the global variables of my class in threading loop to have I/O at runtime of thread?
 
Upvote 0

lsis

Member
Licensed User
Longtime User
For the hardware side i use AsynchStreams but for the software protocol of communication i have to use a backround loop.
Can you be more specific, what did you mean in most cases?
 
Upvote 0

lsis

Member
Licensed User
Longtime User
I think if we want maximum power must use thread, not only for the communication part, but for most of multitasking application
Sorry but with collections you mean costum types with many variables and maybe arrays?
 
Upvote 0
Top