Reputation: 793
Im developing a JavaFX Application to be deployed in Android but somehow Im facing these problems in JavaFX ListView:
How to overcome this problems?
Upvotes: 0
Views: 621
Reputation: 45456
As for the laggy scrolling issue, check this question, for a list of possible hints on how performance could be improved.
The Gluon's CharmListView
control has been designed precisely with those hints.
Try it including the experimental flag (since Charm 2.1.1): Set gluon.experimental.performance=true
on the java.custom.properties
file that should be placed under /src/android/resources`.
Upvotes: 1