Android Studio crashes on MacBook Pro 2012 after Sonoma Update [SOLVED]I’ve got a 2012 MacBook Pro which still works great for everyday use and mobile devlopment. I kept it successfully up and running all these…Jun 172Jun 172
Setting a custom content description on composables with no corresponding parameterIn Jetpack Compose a Composition describes the UI of your app and is produced by running composables. It is a tree-structure that consists…Oct 25, 2023Oct 25, 2023
Including an AdMob Anchored Adaptive Banner in Jetpack ComposeAs of now there’s still no support for Jetpack Compose in the official AdMob SDK by Google. Here’s how to add banners into your Compose UIMay 23, 2023May 23, 2023
Universally Unique IDs as a Primary Key in a Room DatabaseSimply adding UUID primary keys to your Room DatabaseApr 28, 2023Apr 28, 2023
Migrate from SharedPreferences to EncryptedSharedPreferencesWe will see how to secure app’s preferences with EncryptedSharedPreferences and how to migrate existing data from plain old…Mar 13, 2023Mar 13, 2023
Sending a photo to a Telegram channel the easy wayToday we’ll see by practical examples how to send a picture to a Telegram channel.Feb 1, 2023Feb 1, 2023
Using your SSL Certificate with µTorrent ServerHere’s how I managed to secure my µTorrent Server installation with my domain’s SSL certificate.Apr 6, 2022Apr 6, 2022
How I managed to install a working IntelliJ Idea CE on an ARM ChromebookHere follows my experience in installing IntelliJ IDEA CE on my Lenovo Chromebook Duet and a simple step by step guide to do so.Dec 2, 20212Dec 2, 20212
Creating attributed text from an HTML stringEvery now and then you might have found yourself in the need to showing attributed text in your iOS app (e.g. in a UILabel) and considered…Apr 16, 2021Apr 16, 2021
Let your Android app navigate on a WiFi w/o internet access when mobile data is onRecently a client contacted me because their mobile app could not connect to a webpage served from a WebServer located inside a WiFi…Aug 26, 2020Aug 26, 2020