hyperledger-iroha/iroha-android

iroha-android sample app - missing module?

Opened this issue · 2 comments

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

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

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