
Sometimes logging is expensive, even when you disable it in production. In this video, you will learn how replacing Timber with Square Logcat can be beneficial for your production app.
Hope you enjoy and do not forget to subscribe to the channel and hit the bell button to get…

Android Studio and IntelliJ IDEA come with useful and powerful plugins that you can install.
In this video, you will learn how to rename your variables from camelCase to snake_case and SCREAMING_SNAKE_CASE using the String Manipulation plugin. Variable Case Styles:
- camelCase
- PascalCase
- kebab-case
- snake_case
- SCREAMING_SNAKE_CASE
This plugin has many features…

Based on my experience in different projects you may require a unique ID for data collection. In this video, you will learn if it is possible to get a device unique ID inside your Android App?
Hope you enjoy and do not forget to subscribe to the channel and…