- All standards in this document must be followed for
.java
files, while writing code for android apps
- The android log tag helps to easily log statements to the android console for easy debugging of code
- The log tag code must be written immediately after the class opening bracket as shown below
public class MainActivity extends AppCompatActivity {