1

I need to run a java code for Android inside Rhomobile app. Is there any way i can call the java code. I have seen some of the plugins to interact with native codes for Android.

I tried searching and i did get to this url http://docs.rhomobile.com/rhoconnect/plugin-intro. But i guess this is not for Rhomobile if i'm not wrong.

I have a library file for my requirement. Is there any way i can use it ?

1 Answers1

1

Yes you can. Have a look at this http://docs.rhomobile.com/rhodes/extensions#native-extensions

The link you get is for RhoConnect ( basically meant for sync operation). You need to look into the native extension for Android : Rewriting the Generated Native Extension Source Code for Android

If you need some more help and support, you can go over

https://developer.motorolasolutions.com/

https://groups.google.com/forum/#!forum/rhomobile

You can also simply post you query here and tag Rhomobile & Rhodes.

Hope this might help you.

Ashis Kumar
  • 6,494
  • 2
  • 21
  • 36
  • Thanks for the help. Will need some more help if i face some more issue over here. –  Sep 14 '13 at 05:28
  • Need you help over here http://stackoverflow.com/questions/18798878/how-to-pass-variables-to-partial-in-rhomobile –  Sep 14 '13 at 06:21