Relative Content

Tag Archive for kotlin

AltBeacon Library Not Detecting iBeacons on Android 12 and Above

I’m developing an Android app that scans for iBeacon devices using the AltBeacon library. The app works perfectly on Android 11 and below, successfully detecting iBeacon devices. However, on Android 12 and above, the app fails to detect any iBeacon devices.

Text is not visible in the combobox

I’m developing an application in Kotlin. The text inside my ComboBox is not visible if I don’t assign a color, and it is also not visible in dark mode. Is there a simple solution for this without setting a color?