Skip to content

Latest commit

 

History

History

android-kotlin-firebase-function

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

E3Kit Android Kotlin Coroutines Sample

Prerequisites

How to start

Don't forget to setup Sample Backend for Java first. It is a mandatory part of this sample. After this do next few steps:

  - git clone https://github.com/VirgilSecurity/virgil-e3kit-kotlin
  - Open Android Studio -> File -> Open
  - Locate the recently cloned directory 'virgil-e3kit-kotlin' then go to 'samples/android-kotlin-coroutines' and click 'open'

After these steps you will be able to hit the Run button in Android Studio and get the sample to work.

If all works well - you will get Base64 string representation of encoded text on the screen and text "Success. Sample finished it's work.".

Current demo is supposed to run in an emulator while server should be running the localhost:3000 address (10.0.2.2:3000 from the emulator).