tylersuehr7 / chips-input-layout

A customizable Android ViewGroup for displaying Chips (specified in the Material Design Guide).
MIT License
583 stars 63 forks source link

Realm database as CustomDatasource #37

Open thangmam opened 6 years ago

thangmam commented 6 years ago

Hi , i am trying to use realm as a Custom data source but i am a bit confused.The documentation recommends the implmentation of ObservableChipDataSource .So , i created a class and implements the ObservableChipDataSource , but there are lots of overrides methods .I dont know how to connect the sqlite database with this data source.Any help will be greatly appreciated.