Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 435 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 435 Bytes

hanko-android-example

This is a rough example of how to use the hanko backend with an android app.

Usage

  1. Clone or download the source code
  2. In the app/src/res/strings.xml file change the assetlinks.json url to your url
  3. Set the BASE_URL variable in app/src/main/java/io/hanko/hanko_mobile_example/KtorClient.kt to your Hanko backend url
  4. Compile and start the app