Using Kotlin DSL For Gradle

Using Kotlin DSL For Gradle If you’re an Android developer then you’ve undoubtedly worked in the build.gradle file.  And you’ve undoubtedly wanted to throw things at your computer when it didn’t work as intended.  It’s a file (2 actually) essential to your app’s well being, but it’s written in Groovy which pretty much no one knows well. This has created …

Read more

Keeping Your Keys Safe

Keeping Your Keys Safe At some point in your app development career, you’ll create an app that has secrets.  By this I mean there will be keys inside that you want to keep secure from prying eyes.  If someone else gets a hold of your private info, the results could be disastrous (or expensive). Let’s say your app uses Amazon …

Read more