I'm trying to learn the clover android sdk. I want to build an app that registers a custom tender with the Sale and Register programs. When my custom tender is selected my app should open and attempt to scan a bar code on the Clover Mini 2nd generation. Once the app scans the code I should send that data to my api via http and display the response from my api and return to the program that launched my clover app.
I see two possible examples for what I want to do
https://github.com/clover/android-examples/tree/ma... and
https://github.com/clover/clover-android-sdk/blob/...
What does each one do?