Wrapping Up

Kotlin and Android Development featuring Jetpack — by Michael Fazio (119 / 125)

The Pragmatic Programmers
The Pragmatic Programmers

--

👈 Log Messages to Logcat | TOC | Appendix 3 Gradle Dependencies 👉

Once again, I have to remind you that debugging is the proper approach for figuring out what’s going on in your app at runtime. However, having information being output to Logcat is absolutely useful and will help with general diagnostics, even when your app is deployed to users.

Toast messages? They’re to inform users of something quickly, but can be handy for displaying a message for yourself when developing. Just make sure you don’t leave your testing Toasts in your production app!

If you want more info on each of these topics, the official documentation has articles on each one:

Copyright © 2021, The Pragmatic Bookshelf.

👈 Log Messages to Logcat | TOC | Appendix 3 Gradle Dependencies 👉

Kotlin and Android Development featuring Jetpack by Michael Fazio can be purchased in other book formats directly from the Pragmatic Programmers. If you notice a code error or formatting mistake, please let us know here so that we can fix it.

--

--

The Pragmatic Programmers
The Pragmatic Programmers

We create timely, practical books and learning resources on classic and cutting-edge topics to help you practice your craft and accelerate your career.