Android app that writes and reads stream

+2 votes
Hello,
I wanted to know if there is any tutorial for android that writes and reads stream from multichain. can you help me?
asked Jan 26, 2019 by TR
edited Jan 27, 2019 by MultiChain
Are you trying to connect this Android app to a particular MultiChain node, or do you want it to connect to the network as a whole and broadcast transactions directly?

1 Answer

+1 vote

 

I created a chain and even populated the stream with multichain. Now I would like to make an app that can write and read this stream. I would like to connect it to the node directly.

answered Jan 28, 2019 by T.R
In this case you should look at one of the Java API wrappers built for MultiChain. I see no reason why they shouldn't integrate fine into an Android application. See the links at the bottom of this page: https://www.multichain.com/developers/
...