Skip to content

Latest commit

 

History

History

README.md

Java Example for Instana Android Agent

This app showcases the simplest use case of the Instana Android Agent in an Android app written using:

  • Java
  • AsyncTask
  • OkHttp3

Instana Android Agent example

Compiling

Open ExampleApp.kt and replace these two values with your own (obtained in your Instana Dashboard):

  1. REPORTING_URL
  2. KEY

Compile as usual using Android Studio 3.x

Structure