How to call the smart contract methods from android app using web3j
问题 I want to call the smart contract methods from an Android app. I deployed the smart contract using truffle framework in my private network. I also created a wrapper class for the deployed smart contract using web3j commands. It creates a .java file in my Android project. I want to call smart contract methods from my Android app. This is my code: import android.net.Credentials; import android.renderscript.Type; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import