You are viewing a single comment's thread from:

RE: Don't Wait for SMTs to Start Building Your Steem App

in #smts6 years ago

I wish you guys would add some basic Java support for android dapps.

I only need a few commands to make some amazing stuff:

  1. post to blockchain
  2. get content
  3. get content replies
  4. 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)
Sort:  

I believe code to post and pull info is in Steemit developers sections