#thw-mobile-apps
Read more stories on Hashnode
Articles with this tag
Log //use logd shortcut //use this to debug code Log.d("main","error") //print exception in logs try { val a = 5/0; } ...
Code Commit We generally commit code with jeera ticket no. So that it is easy to track. Feature Development Suppose you want to add a new feature to...