Looking back on the open source work I did in 2020.| cketti
Many things on Android are as easy as starting an Activity using the right Intent. Sending an email to a specific recipient is one of those things.| cketti
An overview of my open source activities and financials in 2021.| cketti
Android 11 limits the kind of information your app can retrieve about other apps. Learn why you might have to update your app even though you don't use PackageManager directly.| cketti
Not all comments are created equal. Some will be hidden away.| cketti
How broken exactly? Can anything be done about it? And what's this for anyway? All questions that will be answered in this post.| cketti
Learn how to use OkHttp to upload documents on Android when all you have is a content:// URI.| cketti
Since Android's ban on file:// URIs it became a bit harder for apps to use custom notification sounds. Read how I modified FileProvider to do the heavy lifting for you.| cketti
On Android many apps allow the user to share the currently displayed content to another app. Often it’s a link to the content on the web together with some additional information, e.g. the headline and maybe the lead of a...| cketti