Your First Kotlin Android App

Oct 1 2020 · Kotlin 1.4, Android 11, Android Studio 4

Part 4: Debugging

31. Your First Debug

Episode complete

Play next episode

Next
About this episode
Leave a rating/review
See forum comments
Cinema mode Mark complete Download course materials
Previous episode: 30. Introduction Next episode: 32. Handling Orientation Changes

Get immediate access to this and 4,000+ other videos and books.

Take your career further with a Kodeco Personal Plan. With unlimited access to over 40+ books and 4,000+ professional videos in a single subscription, it's simply the best investment you can make in your development career.

Learn more Already a subscriber? Sign in.

Notes: 31. Your First Debug

Using Log.d() will print text only in the debug versions of the app, and not release versions. String expressions are also known as String templates.

This course was originally created in 2019. The content and student materials were reviewed and updated in October 2020.