ylliX - Online Advertising Network

Inspektify got even better

With the release of a stable Ktor 3.0.0 version, it was important for Inspektify to support this version. Even though we already had a library available for the Ktor 3.0.0 pre-release versions, it crashed when a stable version of Ktor was used. Now, you can seamlessly integrate Inspektify into your projects that use a stable […]

Writing For Me

I’ve been posting on this website throughout my career. Many posts are motivated by my own suffering! These go like this: I learned a thing. The hard way. It sucked. Please avoid making the same mistake. In other posts, there’s a discussion on something and I feel compelled to broadcast my opinion! Here’s a 2008 […]

Using Gradle 7 and Java 8

Hello, I am running Android studio 2024.2.1 p 2 on Archlinux, with Java 21 installed system wide. I want to open an old project that is using Java 8 and gradle 7. I have a local installation of Java 8 in `/home/mihamina/Apps/java` and I also have already set `org.gradle.java.home=/home/mihamina/Apps/java/` in `gradle.properties`. This local Java installation […]

Android development

I want to start app development in 2024 so can you guys tell me what should I do and what should I not do…It will be helpful for me and save my lots of time and how to start app development ( android) submitted by /u/ujjwal_22 [comments] Source link

Top 10 Coroutine Mistakes We All Have Made as Android Developers

Understanding and Avoiding Common Pitfalls in Asynchronous Programming with Kotlin Coroutines This image was generated with the assistance of AI As Android developers, Kotlin coroutines have become an indispensable tool in our asynchronous programming toolkit. They simplify concurrent tasks, make code more readable, and help us avoid the callback hell that was prevalent with earlier […]

How to smash a Jetpack Compose feature from Product — including testing! 🧪 🧐

The Team Leaders feature for the NHL app on Google Play To create exceptional Jetpack Compose features, start by aligning them with your product goals and user needs. Design, prototype, and develop features that provide value. For this specific feature, Product aims to deliver interactive widgets and comprehensive player data, enhancing the user experience. 🏆🎉🥇💪 […]