Hello, I am Giovanni. I saw the video "Hello world on Android with Arduino & UDOO" (http://www.youtube.com/watch?v=FpDDUd-Daw0) you understand everything very well. My only problem is that I've never programmed for Android and I do not understand what is the program that is used in the video to create UDOOAndroidADKDemo. Can you tell me what software to use to create the Android application on Windows? thanks
Hi Giovanni, In first time, I think you should develop and test your app in android emulator runnable in the Android SDK. After, you can try to deploy on UDOO board. But in my point of view, it's not the easier way to start. Best regards.
Hi Giovanni, the programming enviroment used is Eclipse appropriately configured for Android programming. You can find more info about how to set up your system here: http://developer.android.com/sdk/index.html Then you can start with beginners tutorials to get confident with Android programming in general http://developer.android.com/training/b ... index.html Finally you can start playing around with Android and UDOO following this tutorial http://www.udoo.org/ProjectsAndTutorial ... lioID=1394