This is a rough example of how to use the hanko backend with an android app.
- Clone or download the source code
- In the
app/src/res/strings.xml
file change theassetlinks.json
url to your url - Set the
BASE_URL
variable inapp/src/main/java/io/hanko/hanko_mobile_example/KtorClient.kt
to your Hanko backend url - Compile and start the app