Komi Donon

Results 6 issues of Komi Donon

Hi, i would to use this class : https://gist.github.com/anorth/9845602 on your CustomTableView but it not working. Can you help me find out that? Thankx

With Android 12 comes two new bluetooth permissions that will replace Location Permission: - Bluetooth Scan - Bluetooth Connect Am trying to scan on Android 12 phone but nothing happens...

android

Caused by: java.lang.reflect.InvocationTargetException: at java.lang.reflect.Constructor.constructNative (Native Method) at java.lang.reflect.Constructor.newInstance (Constructor.java:423) at android.view.LayoutInflater.createView (LayoutInflater.java:594) Caused by: java.lang.NoSuchMethodError: at gr.escsoft.michaelprimez.searchablespinner.SearchableSpinner. (SearchableSpinner.java:128) at gr.escsoft.michaelprimez.searchablespinner.SearchableSpinner. (SearchableSpinner.java:124) at gr.escsoft.michaelprimez.searchablespinner.SearchableSpinner. (SearchableSpinner.java:120)

Hi, Would not be better to remove this permission (ACCESS_BACKGROUND_LOCATION) from the manifest file ? Without ACCESS_BACKGROUND_LOCATION permission, the scanning works. According to Google doc [BACKGROUND PERMISSION](https://developer.android.com/training/location/background#evaluate) if ACCESS_BACKGROUND_LOCATION is...

question

Hi @philips77 I do not know if what i've below written will help you. I've tried to use your latest Alpha version (2.6.0-alpha03) in my BLE project but i've experienced...

Hi, Thanks for this great job. Please can you provide an demo app showing how to use the librairy? - Connection - Services discovering - Write payload - Read payload...