AppAuth-Android
AppAuth-Android copied to clipboard
Please make a Kotlin sample
Feature Request
Make a Kotlin sample
Motivation
Your sample is only in Java, which Android developers don't use anymore.
Description
Java is outdated for Android.
Alternatives or Workarounds
Rewrite sample in Kotlin
Your sample is only in Java, which Android developers don't use anymore.
Not strictly true. Java is still officially supported on Android:
Android apps can be written using Kotlin, Java, and C++ languages.
Source: https://developer.android.com/guide/components/fundamentals (accessed 2022-02-17)
Google/JetBrains have been pushing for Kotlin for some time and I think it's fair to say that it's considered the primary language now on the platform - even though there are a lot of Java apps out there still.