notes on usage are at the bottom of the Dockerfile. Docker is used to containerize applications.
Android client connects, makes addresses, sees balance
good luck with list views
Think I am doomed?
I haven't managed updates, or any UI components to gather input in any way
no, just pointing out the inherently silly thing, that on both mobile platforms, the hardest thing to get right and actually functional, is a text list
or any list views, for that matter
I am just mangling a sample project
had any deeper curiosities as to the packaging of your components?
shockingly less trouble than I thought
I am just taking the SnowBlossomClient_deploy.jar and putting that as a library in Android Studio
bazel was putting some strange package info file in the jar, so I had to remove that
oh, java actually delivers there, was not expecting that
had to switch to an android friendly version of guava
and had to switch to spongycastle over bouncycastle
the version of BC is newer, so staying with that for the node and other components
i guess you're doing rather basic stuff so far and getting into mobile early enough will keep you on top of android compatible versions
just using SC in android
yeah, my big shock was that I haven't hit any problems between all the libraries embedded in that deploy and what android/android studio wanted to use
and you have nothing in processor native, so no arm quirks either? NEON and friends can throw a wrench
not doing rocksdb, so no
unless BC does something deep inside, but haven't seen any problems
protobuf?
protobuf is completely native java, I think
grpc is working, able to talk to remote server so seems to work
you might have the most mobile friendly base
even ios should not be that difficult to target
the intel solution to that might actually just work out of the box for you https://multi-os-engine.org/ Create iOS Apps in Java Port your existing Android App, or build a native Cross-Platform App from scratch.
intersting
making the torrent for chunked field 10 now
updating my changes to make sure the crypto provider is always specified
for some reason, using an unexpected crypto provider scares me :wink:
the entropy source sucks on a mobile anyway :stuck_out_tongue:
Probably just the number 4
probably stored in BCD and having a faulty read algorithm
Ha, haven't thought about bcd in years