floatingsearchview icon indicating copy to clipboard operation
floatingsearchview copied to clipboard

Suggestion dinamic with realm

Open fabiantorresm opened this issue 7 years ago • 0 comments

How can I make dynamic suggestions with sqlite or realm database.

The problem with the example is:

"Private static List <ColorSuggestion> sColorSuggestions"

But when you get the data with RealmList suggestionsList = realm.where ("Datas.cls"). FindAll ();

Mark error.

fabiantorresm avatar Jul 29 '17 21:07 fabiantorresm