I wish you guys would add some basic Java support for android dapps.
I only need a few commands to make some amazing stuff:
- post to blockchain
- get content
- get content replies
- delete would be helpful but not required
These functions used to be covered by @steemj but that project is now dead. So now I have an android app that's currently broken.
public Discussion getContent(AccountName author, Permlink permlink)
public List<Discussion> getContentReplies(AccountName author, Permlink permlink)
I believe code to post and pull info is in Steemit developers sections