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?
Asked
Active
Viewed 631 times
1 Answers
0
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.

peter.bartos
- 11,855
- 3
- 51
- 62
-
Thanks a lot. But I am new with this. My question : is it possible to create a library from one of the code examples (SmartExtensionUtils ? ) and use it to control the extension ? – user3077970 Dec 19 '13 at 14:22
-
it would be very cool to find a library for smart extensions here: http://www.basic4ppc.com/android/wiki/index.php/Libraries – user3077970 Dec 21 '13 at 19:02