debugger mode on Android StudioI am back with a story of another Android Studio tool (most of Intellij based IDEs). In my previous story we have seen multiple advanced…Jun 27, 2020Jun 27, 2020
break the Breakpoint 🔴 & debug efficientlyAs a developer we spent a good amount of time for debugging our code and typically uses breakpoint and logs. In this series I will show…Jun 21, 2020Jun 21, 2020
How to clear memory used by Android studioI hope many of you may have experienced that Android studio becomes slow post using it for some time. The reason for this is it keeps all…Aug 23, 20184Aug 23, 20184
Find if ellipsis is shown in TextViewMany times we need to know if my textview has shown ellipsis or not and if yes add “Show more” button/link next to it to expand and show…Aug 13, 20183Aug 13, 20183
Color my logsWe spent a good amount of time reading logs in our console and all of you will agree with me that checking these logs are not as colorful…Jul 31, 20181Jul 31, 20181
Remove prefix from getterYou love the way world code java/android program. It says all class field/variables should starts with “m” like “mId” or “mSomething” etc…Jun 28, 2018Jun 28, 2018