NEED HELP! native JavaScript Module to send USSD :-(

Hi!

I’am not a pro of Android Dev, but Fuse is very AWESOME, INCREDIBLE, easy to build professional apps. but i want yout help, i want to implement a native JS module to send USSD on Android/IOS devices using UNO, but i don’t know how to start.

need help.

thanks

(And a lots on thanks for Fuse development team)

Hi!

First of all, you should be familiar with the C# language, as UNO is almost syntactically identical.
Then i would take a look at the following parts of our documentation:

  • foreign code – how to interop with foreign languages (Java/Objective-C
  • native JS modules – how to make JavaScript APIs that wrap your Uno code

There are also quite a few community packages which you can learn from. Some of them are listed here:
https://www.fusetools.com/docs/packages

There are also some examples listed under the “foreign code” category here:

I hope this is enough to get you started at least :slight_smile: