Debugging

Debugging is the process of finding bugs in our code and fixing them. It can be as simple as looking at the text and spotting a typo, or it can be a lengthy process where we write tests and log statements to check what isn't working. In this video we begin exploring the Logcat tab and how it displays current events taking place in our phone.

Solution Code

Complete and Continue  
Discussion

0 comments