Tybion
Tybion
For example 2, change .. `colorPicker.setFastChooser(new ColorPicker.OnFastChooseColorListener() {` .. to .. `colorPicker.setOnFastChooseColorListener(new ColorPicker.OnFastChooseColorListener() {` And if you want a Kotlin example .. ``` val colorPicker = ColorPicker(this) colorPicker.setColors(hexArrrayList) colorPicker.setColumns(4) colorPicker.setOnFastChooseColorListener(object...
Hello, Kristiyan. Can you please move your code to the mavenCentral repository as jcenter is no longer active. I currently have to leave jcenter() in my list of repos because...
I downloaded the code today. Install seemed to complete fine, although there were a lot of warnings in part of the output .. ``` npm WARN package.json [email protected] 'repositories' (plural)...
In **Ubuntu 22.04 LTS** the basemap package is available as a Ubuntu package .. `sudo apt install python3-mpltoolkits.basemap` Can you please assist the Ubuntu team to make this available in...
This is reported by Android Studio 2024.2.3 .. > The native library x86_64/libandroid_spatialite.so (from com.github.sevar83:android-spatialite:2.0.1) is not 16 KB aligned Android has traditionally used 4 KB memory page sizes. However,...