Hi chaps,
First time poster. I just started using Basic4Android a week ago. I am thinking to write an Android app to control my RC car through the bluetooth communication.
Imagine I have 4 buttons, 2 on the left controlling the forward/backward motions and 2 on the right to control left/right. I would like to click the forward and right buttons at the same time to move my RC car forward and right. A very similar question: once the first little program is done to ensure all the hardware is working properly, I would like to use 2 seekbars instead: 1 for controlling the speed and 1 for controlling the servo angle. Again how can I move the 2 seekbars at the same time?
I did a search already and came across multi-touch using the Gestures library. Is it the only way to receive multiple responses?
Any tips or sample code would be appreciated.
Thanks in advance.