How to migrate your Android app build configuration from Groovy to Kotlin?
Since the beginning of Android using Gradle as the build system, we should have used unfamiliar Groovy language.
(more…)Senior Android Developer
Since the beginning of Android using Gradle as the build system, we should have used unfamiliar Groovy language.
(more…)LeakCanary is yet another useful library from Square that can detect Android apps’ memory leaks.
(more…)The Mermaid is a Javascript-based diagramming and charting tool that uses Markdown-inspired text definitions and a renderer to create and modify complex diagrams. The main purpose of Mermaid is to help documentation catch up with development.
(more…)Kotlin is a modern language that brought many features to Android developers’ table, one of them is scope functions.
(more…)The git is being used by developers, some like to write commands in the terminal, and some like GUI tools.
(more…)Windows 11 releases are out and Microsoft is offering Windows 10 users to upgrade.
(more…)Proxy tools can be used as a man-in-the-middle to observe and even change the API call requests and responses.
(more…)detekt is a static code analysis linter tool for Kotlin Android projects.
(more…)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…)