adonnini

Results 102 comments of adonnini

Hi, I also looked through the code and could not find an instance where asset id was set/generated in the process of building a transaction. The test app seems to...

Hi, Sorry for this third comment. I tried: Transaction transaction2 = new Transaction(); Asset asset = new Asset(); asset.setId("MobilityAsset001"); Log.i(TAG, " - SendTransaction - doInBackground - asset.getId() - " +...

Any update on when the test IPDB environment will be available? Thanks

Unfortunately, for reasons related to my project, I need to be able to build it using Gradle. Thanks for the suggestion. Alex Donnini agwego wrote: > There are issues with...

Hi, I have an Android app which i want to integrate with datum. I need to have a BigchainDB Java driver (although I guess I could try and make things...

Hi, Thanks very much for the feedback. Very helpful. I have one request for help. I am pretty familiar with Android and Java, not so much with JSON. Could you...

Hi Bohdan, I would be grateful if you could send me an example of what you mean by "your own version of JSONObject". Any further details would be greatly appreciated....

Hi @guangy10 , I do not have a commit hash for this. I am not sure which commit hash you are referring to. Could you please clarify? My development environment:...

@kirklandsign Thanks. I will add the dependency. Where can I find a copy of the .aar? There is no libs directory in executorch/extension/benchmark/android/benchmark/app Did I look in the wrong place?...

Hi, sorry about this. I couldn't find setup.sh I the llama demo directory. I didn't realize that the llama set-up applies also to non llama apps. Does it?Again sorry about...