Android Question Using timers inside the starter service

PSEAD

Member
Licensed User
Longtime User
I am reading a comport (inputstream) using a timer every 100ms. Is it ok to put such a timer event into the starter service to read the input buffer into a process_global variable?
(I assume so because this service should always be running and I want to read the variable from different activities, but I need to know for sure.)
 
Top