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.
- Host: GitHub
- URL: https://github.com/bugfender/bugfendersdk-kotlin-sample
- Owner: bugfender
- Created: 2017-05-25T11:49:59.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-25T12:13:28.000Z (about 9 years ago)
- Last Synced: 2025-02-26T02:29:07.395Z (over 1 year ago)
- Topics: android, kotlin, kotlin-android, mobile
- Language: Kotlin
- Size: 125 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BugfenderSDK Kotlin Sample
[](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) .