Can I use Sony SDK v2 with Basic4android?

653 views Asked by At

Can I use the Sony SDK v2 with Basic4android? Want touch event and sensor data in my app to evaluate. Does anyone have an example for me?

1

There are 1 answers

2
peter.bartos On

There is no problem to use the Sony Add-on SDK in combination with other SDKs and libraries. On the smartphone side, you can use Basic4Android to create the user interface. But on the Smartwatch2 you have to use the Sony Add-on SDK, since Basic4android has no support for it.

You can wrap your Java code with Smartwatch support as a library and then reference it from Basic4android IDE. Here is a tutorial on Basic4Android.