Early return in Kotlin
In programming, there is an open discussion as to whether you should only have one return statement.You can use these two options (or more with variations or more arguments): I prefer the second option, to have more than one return statement. I see it as more readable, but I...
Very basic security tips for every Android app
Here you can find some quick tips that will allow you to make your app much safer without adding much work. This should be a standard for every, even the simplest one, app. Use HTTPS Nowadays this is standard and crucial to every communication over the Internet. This doesn’t...