How to improve the debugging experience with Android Studio Logcat by adding some colors?
Logcat is a useful tool in Android Studio for reading logs, debugging, and issue-tracking apps.
(more…)Senior Android Developer & Team/Tech Lead
Logcat is a useful tool in Android Studio for reading logs, debugging, and issue-tracking apps.
(more…)Android apps recovering from termination is a bottleneck that causes many crashes by not taking care of restoring the previous states or re-injecting the dependencies or starting background services.
(more…)Based on my experience in different projects you may require a unique ID for data collection.
(more…)