I have to display the textviews dynamically in android and need to write onclick action for each textview. I am able to display the textviews dynamically but I didnt get
how to write the onclick action for each textview. Please help me regarding this…Will be thankful to you..
I have to display the textviews dynamically in android and need to write onclick
Share
Create the views dinamically however you want to do and add the listener right then.