Skip to content
This repository has been archived by the owner on Aug 19, 2020. It is now read-only.

iroha-android sample app - missing module? #145

Open
adonnini opened this issue Oct 23, 2018 · 2 comments
Open

iroha-android sample app - missing module? #145

adonnini opened this issue Oct 23, 2018 · 2 comments

Comments

@adonnini
Copy link

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
Copy link
Contributor

mrZizik commented Oct 24, 2018

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

@adonnini
Copy link
Author

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants