dickthedev
Newbie
Hello, I have an app, has just a simple UI remote control app with of just one button, through a HC-05 bluetooth to turn on a LED on Arduino. But it was done in Swift for iOS apps. As an exercise, I would like to port it into an Andriod app, but Andriod apps are written in Java, I know very little about Java, I have no idea how to create an app for that. Any suggestions?
I suppose I have to first develop a serial communication function, then somehow link the function to the UI. How does Java handle serial communication? Thank you.
I suppose I have to first develop a serial communication function, then somehow link the function to the UI. How does Java handle serial communication? Thank you.