GeniusVentures / GeniusWallet

MIT License
10 stars 2 forks source link

FFI bridge for prebuilt library (android) #13

Closed davidnetizen1903 closed 1 year ago

davidnetizen1903 commented 1 year ago
  1. Build FFI bridge for prebuilt library for *.so files (dynamic library for android)
  2. Updated api interface & signalling for proper initialization.
  3. Refactored codes as per current app structure.

How to test.

  1. Once you run app, "Text C code in Andriod!" button would show up on landing screen.
  2. When you click this button, if "Getting valueTest From C++ 150" is appeared in debug console, we can accpet it works. x1