Your Second Kotlin Android App | raywenderlich.com

In this course, you'll level up your Android skills by writing a task list managing app entirely in Kotlin. In it, you'll learn about Recycler Views, saving data, using multiple activities, integrating fragments, and Android Jetpack.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/7503473-your-second-kotlin-android-app

There are now two “Your Second Kotlin Android App” Tutorials…
Whats the difference and… Is this good naming?

The latest course is up to date on Android with all the libraries updated to use AndroidX. There’s also additional content about some of the various controls. Finally, the course introduces Android Jetpack and shows how to use the navigation library to simplify your app.

I hope that helps!

Finally I get to understand the magic under RecyclerViews. Thanks so much for the class!

@vinchenson Really glad you like it!