Advanced Programming in Kotlin

Go to class
Write Review

Free Online Course: Advanced Programming in Kotlin provided by Coursera is a comprehensive online course. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from Coursera. Advanced Programming in Kotlin is taught by Taught by Meta Staff.

Overview
  • Get ready to expand on your Kotlin skills to create common advanced functionality that typical Android apps need. You’ll start off with lifecycle management, which will allow you to implement an app with an Activity. You’ll also practice more advanced object-oriented features of Kotlin by declaring an object in Android and implementing companion objects. This course will also introduce you to the basics of unit testing in Android to ensure that your applications function as intended. You’ll also dive deeper into the world of functional programming.

    Finally, you’ll create the functionality we see so often in apps with large lists of items, such as filtering features. You’ll create collection processing functions to process collections in different ways, even when there are multiple steps, and build your own list with filtering and sorting functionality.