I have multiple TextViews . When I click on the TextView I would like to grab the associated object. I know there are ListAdapters for list views and other collection type views. Is there a way to dynamically associate a custom object with a TextView?
Share
Yes you can attach. Here are apis from the
ViewsinceTextViewis extended fromViewyou can use them.How to use:
–
Android Developers Reference: