ktlint, A Kotlin code-style linter tool with a built-in formatter for your Android apps!
ktlint is an anti-bikeshedding Kotlin linter with a built-in formatter.
(more…)Senior Android Developer & Team/Tech Lead
ktlint is an anti-bikeshedding Kotlin linter with a built-in formatter.
(more…)It is possible that you find an error in your Android app API calls when the phone is not connected to the Android Studio debugger and therefore miss the cause.
(more…)Sometimes logging is expensive, even when you disable it in production.
(more…)Creating git commits and opening pull requests is the way to contribute to developing a project.
(more…)Android Studio and IntelliJ IDEA come with useful and powerful plugins that you can install.
(more…)Firebase is a free service from Google for Android apps.
(more…)Android Studio, based on JetBrains IntelliJ IDEA, is a flexible IDE that allows many customizations including keyboard shortcuts, color schema, and so on.
(more…)Logs are useful for debugging the app, but sometimes too many details cause clottering and make them hard to read and follow.
(more…)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…)