arimorty / floatingsearchview

A search view that implements a floating search bar also known as persistent search
https://github.com/arimorty/floatingsearchview/blob/master/README.md
Apache License 2.0
3.54k stars 668 forks source link

Suggestion dinamic with realm #268

Open fabiantorresm opened 7 years ago

fabiantorresm commented 7 years ago

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

The problem with the example is:

"Private static List sColorSuggestions"

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

Mark error.