I am implementing suggestions with ChipView from the Jfoenix library and it works just fine when using a small list of data but with a big amount it blocks the UI. I want to implement Multithreading to resolve this problem but coudn't figure out how . Any Help ?
Asked
Active
Viewed 192 times
0
-
See [JavaFX concurrency](https://docs.oracle.com/javase/8/javafx/interoperability-tutorial/concurrency.htm) – M. le Rutte Apr 30 '18 at 10:00
-
yes I already did, i know how to use it but not with chipView my need is very specific to chipView – ligand Apr 30 '18 at 18:32