Submitting a patch to AOSPGoogle has the AOSP (Android Open Source Project) where you can find most of the source code regarding the Android ecosystem. Gradle…Jan 19, 2019Jan 19, 2019
Reading books — Transitioning from hatred to enthusiasmFor the majority of my life, I’ve always hated reading books. In school, you had to read. Parents have usually urged you to read. Homework…Dec 25, 2018Dec 25, 2018
Letting Android Lint fix your codeAndroid Lint is deeply integrated into Android Studio. Issues that are reported will be highlighted either as warnings or errors.Nov 5, 2018Nov 5, 2018
Book recommendations IIThis is the second post in the series. Be sure to check out the first one.Oct 7, 2018Oct 7, 2018
Book recommendations IThis article is the first post of a series of personal book recommendations. I mainly write technical blogs here on Medium although the…Sep 30, 2018Sep 30, 2018
Implementing in-app billing and subscriptions on AndroidWhen implementing in-app billing or subscriptions back in the days you had to use the AIDL file. You had to copy it into your project and…Sep 8, 2018Sep 8, 2018
Running Lint on Java / Kotlin modulesStarting with the Android Gradle Plugin 3.1.0 you can apply Android Lint to Java / Kotlin modules.Aug 25, 20185Aug 25, 20185
Writing your first ktlint rulektlint is an anti-bikeshedding linter with built-in formatter for the Kotlin language. It’s open source, in active development and friendly…Aug 11, 20183Aug 11, 20183