AppAuth-Android icon indicating copy to clipboard operation
AppAuth-Android copied to clipboard

Please make a Kotlin sample

Open IgorGanapolsky opened this issue 4 years ago • 1 comments

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

IgorGanapolsky avatar Sep 27 '21 17:09 IgorGanapolsky

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.

alwa avatar Feb 17 '22 15:02 alwa