An open API service indexing awesome lists of open source software.

https://github.com/bugfender/bugfendersdk-kotlin-sample

Example application using Bugfender Android SDK in Android using Kotlin.
https://github.com/bugfender/bugfendersdk-kotlin-sample

android kotlin kotlin-android mobile

Last synced: 2 months ago
JSON representation

Example application using Bugfender Android SDK in Android using Kotlin.

Awesome Lists containing this project

README

          

# BugfenderSDK Kotlin Sample
[![Javadocs](http://www.javadoc.io/badge/com.bugfender.sdk/android.svg)](http://www.javadoc.io/doc/com.bugfender.sdk/android)

Example code using [Bugfender]((https://bugfender.com/)) in Kotlin Android.

## How to Build

* Create an account in [Bugfender](https://app.bugfender.com/)
* Create an application in your account and you will receive an `app-key`.
* Go to `com.bugfender.samplekotlin.App.kt` file and change the line:

```kotlin
val bugfenderApplicationKey: String = "app-key"
```

* Run the application and start playing with it.
* Check the logs in the log-viewer in the [Bugfender site](https://app.bugfender.com/).

## More information
### Docs
For more information on all methods available, please go to the [Bugfender Android reference documentation](http://www.javadoc.io/doc/com.bugfender.sdk/android).

### SDK status
The SDK is suitable for production. Please feel free to open an issue or contact us at [bugfender.com/contact](https://bugfender.com/contact) .