I have already deployed a contract on the ropsten test network and also have the contract address.
But, How do I interact with it through something like an android project?
I know I have to add the dependencies first and all. But, here's the confusion -
now, how do I combine all this such that I can access it in my android studio or any other project for that matter?
All I need is to know how anybody would interact with a contract.
Even getting to know the basic requirements steps would be more than enough.