https://kotlinlang.org logo
Title
u

user

06/21/2022, 10:31 AM
Please help me find errors in this small piece of code I am into Android Development. I don't know Kotlin just Java but had to submit a project in Kotlin so I wrote the code in Java and Used the inbuilt "Convert Java code to Kotlin Code" feature of Android Studio. But the converted code has some errors, I don't know how to solve them. Heres the code: package com.varunsen.newcards import android.os.Bundle import android.view.View import android.widget.ArrayAdapter import android.widget.ListView import android.widget.TextView import...