A
Android Question
Guest
Hi,
I want to develop an android app that would send commands to various hardware connected through the ethernet port of the industrial tablet and would monitor data coming off of various hardware at 250 milliseconds frequency and update that data on the main user interface.
My reading so far reveals that the best way to achieve this would be through Handler or AsyncTasks classes of android.os, but I want to confirm.
Thanks,
AT
I want to develop an android app that would send commands to various hardware connected through the ethernet port of the industrial tablet and would monitor data coming off of various hardware at 250 milliseconds frequency and update that data on the main user interface.
My reading so far reveals that the best way to achieve this would be through Handler or AsyncTasks classes of android.os, but I want to confirm.
Thanks,
AT