Improving FindViewById with Kotlin
This story is out of date. Today, I suggest you to take a look at View Bindings.
Senior Android Engineer
A collection of 3 posts
This story is out of date. Today, I suggest you to take a look at View Bindings.
Since I wrote this piece about how to use FileProvider to enhance security and add compatibility with Nougat, I discovered some issues happening in older versions and now it’s time to fix them.
Since Android 7.0 Nougat you can’t expose a file:/// URI with an Intent outside your package domain, but don’t worry: here’s how you can fix it.