Handling Permissions in Compose MultiplatformRecently I’ve been developing more Compose Multiplatform apps rather than separate apps for Android and iOS, so I’ve been searching for an…May 12May 12
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 17, 2024A response icon2Jun 17, 2024A response icon2
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, 2021A response icon2Dec 2, 2021A response icon2
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