Tybion

Results 4 issues of 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...