klinker41 / android-chips

Chips in your AutoCompleteTextView on Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use custom adapter other than contact or email

Solidary opened this issue · comments

Hi,

How to use a customer adapter with custom listener ?
I am building an application where when a use post a problem, he have to indicate a circle where the problem should be send.
I want a custom adapter, layout for the circle he choose. Also a custom listener when he clicks on the circle because a click on a circle must display the list of people of the circle.

How to do it please ?

I don't believe I've added anything like this, it's probably something
you'll need to do yourself.

On Sat, Sep 5, 2015, 5:49 AM Knight Solidary notifications@github.com
wrote:

Hi,

How to use a customer adapter with custom listener ?
I am building an application where when a use post a problem, he have to
indicate a circle where the problem should be send.
I want a custom adapter, layout for the circle he choose. Also a custom
listener when he clicks on the circle because a click on a circle must
display the list of people of the circle.

How to do it please ?


Reply to this email directly or view it on GitHub
#26.

@klinker41 How easy it is to implement adapter that extends BaseRecipientAdapter to handle the other data source ? I need this. Any template you can suggest me ?

@Solidary could you manage to finish the custom adapter to handle your own data source than Phone and EMail ?