Android GoSDK Sample App
Example android application with gosdk implementation
Introduction
This tutorial provides step-by-step instructions for an android sample app that uses the Züs GoSDK .
You can read more about the GoSDK in the overview, or check reference documentation here .
Overview
At a high level, the steps you need to carry out in order to create a sample android application include:
Step 1: Setting up project : Install the prerequisites to configure and run the android app.
Step 2: Understanding Project Code Structure and Directories.
Step 3: Adding Wallet Functionalities to the app.
Step 4: Adding Storage Functionalities to the app.
Step 5: Adding Dialog Boxes for listing details in the app.
Step 6: Adding Storage and Wallet Functionalities to Home Page of the app.
Step 7: Testing all Functionalities Together.
Last updated