Skip to content

Write Kotlin version of code samples.  #169

Closed
@savekirk

Description

@savekirk

Kotlin for Android App development is gaining some traction and some developers have started using it in production. Gradle also recently announced Gradle Script Kotlin.

It will be helpful to have Kotlin version of the code samples.

Some suggestions on how to go about it:

  • Write the Java and Kotlin codes side by side. e.g.

    Java
    Intent intent = new Intent(context, activity);
    Kotlin
    val intent = Intent(context, activity)

  • Create different page for the Kotlin stuff.

  • A different repo??

  • Or any other better suggestion

I am willing to contribute if this is possible.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions