Well if you achieved arduino communication with android via bluetooth then 
getting the hang of ioio must be pretty easy cause it already does all 
those things out of the box. You just replace your "extends Activity" class 
with "extends IOIOActivity" and override the createIOIOLooper() method from 
the IOIOActivity.

Also you can create a class e.g Looper that extends BaseIOIOLooper and 
there is the main logic with setup() and loop() methods just like arduino.
I don't know if there are any tutorials about this but check out the 
HelloIOIO example app

Τη Τρίτη, 10 Φεβρουαρίου 2015 - 4:03:02 μ.μ. UTC+2, ο χρήστης joe el khoury 
έγραψε:
>
> Dear ytai,
>
> I have a limited knowledges in android coding!! before using ioio, I used 
> an arduino uno which communicate via bluetooth to an android app! but, it 
> took some works! Is it possible to use such libraries with ioio??
> for example:
> import android.app.Activity;
> import android.content.pm.ActivityInfo;
> import android.hardware.Sensor;
> import android.hardware.SensorEvent;
> import android.hardware.SensorEventListener;
> import android.hardware.SensorManager;
> import android.os.Bundle;
> import android.view.WindowManager;
> import android.widget.LinearLayout;
> import android.widget.TextView;
>
> and how can a ioio be easier than arduino and any other microcontroller?
> also, how can I add some intents to a ioio code?
>
> thank you for your time.
> waiting for your reply as soon as possible,
> Best regards,
>
> Joe,
>

-- 
You received this message because you are subscribed to the Google Groups 
"ioio-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/ioio-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to