I'm just getting started in Android development no...
# android
s
I'm just getting started in Android development now, and dove into Kotlin. I don't know much Java (I've taken a course on rudimentary java from variables to functions). This is causing me a lot of problems now that I'm trying to get to know the SDK because all the examples are written in Java. Is there any resource (yet) for those of us who are starting from scratch and don't know Java? What I'm looking for is something like: "This is how you use an onClick listener in Kotlin." ... "After they click and trigger your listener, this is how you use Kotlin to send the user to another activity." ... "This is how you use Kotlin to make an inflater that puts data into an activity." ... etc etc. ..... It takes two days to learn Kotlin up to and including lambdas. There so many courses and tutorials for that rudimentary level of learning that I'm tripping over them while I'm looking for things that help me use Kotlin with the SDK. Is there anywhere I can go to find what I'm looking for? Thanks. EDIT: I found one page so far that is exactly the sort of thing I'm talking about. It only has a few techniques described but hopefully the approach used here will catch on. Thank you Jay Ohms! https://m.signalvnoise.com/using-kotlin-to-make-android-apis-fun-again-14690975afb6