hyperledger-archives / iroha-android

Android library for Iroha, a Distributed Ledger Technology (blockchain) platform.
https://wiki.hyperledger.org/display/iroha
Apache License 2.0
107 stars 59 forks source link

iroha-android sample app - missing module? #145

Open adonnini opened 5 years ago

adonnini commented 5 years ago

Hi,

As I am trying to understand how the sample iroha-android app works I have come across the following:

in SendFragment.java there is the following import statement:

import jp.co.soramitsu.iroha.android.sample.databinding.FragmentSendBinding;

I cannot find FragementSendBinding

Where is it located?

Thanks for your help,

Alex

mrZizik commented 5 years ago

Hello, @adonnini. *Binding classes are generated by Android Data Binding Library when project is building

adonnini commented 5 years ago

Thank you very much for your response.

My app, currently integrated with Bighchaindb blockchain, uses the blockchain as storage for AP location information and user location history and mobility profiles.

The data I store is in maps/lists (asset payload). The size of each asset payload is in the range of 5-10 KB.

Would I be able to use the iroha blockchain in the same way?

One last question. Does the iroha-android application need to be updated to work?

Thanks,

Alex