renaudcerrato / FloatingSearchView

Yet another floating search view implementation, also known as persistent search.
Apache License 2.0
1.33k stars 161 forks source link

Why the sample is so complicated? #22

Open delkant opened 8 years ago

delkant commented 8 years ago

Great widget! but is it possible to use this library adding a small portion of code in the Activity? and creating a simple adapter?? In the readme you are saying that you could set the adapter and it should work, but this is not true, according to the sample you have to create multiple helper classes and do a lot by yourself.

can you please provide a simpler example?

Thanks a lot!

renaudcerrato commented 8 years ago

The sample is simply showing an advanced use case. If you don't need all features, you can strip it down.

Le dim. 18 sept. 2016 13:44, delkant notifications@github.com a écrit :

Great widget! but is it possible to use this library adding a small portion of code in the Activity? and creating a simple adapter?? In the readme you are saying that you could set the adapter and it should work, but this is not true, according to the sample you have to create multiple helper classes and do a lot by yourself.

can you please provide a simpler example?

Thanks a lot!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/renaudcerrato/FloatingSearchView/issues/22, or mute the thread https://github.com/notifications/unsubscribe-auth/AB12xf2wjptrxhdfhEDkb-ryT-TWY4hiks5qrXhogaJpZM4J_9oh .

iRYO400 commented 8 years ago

@delkant absolutely agree with you 👍