In my list view inflator i have an image and a textview. When the user selects the any item in the listview, I want to increase the font size of the text in the textview. I am using a custom adapter. Can I do this in getview method ? And also is it possible to do this without calling notifydatasetchanged() always ?
Share
You can use
setTag()andgetTag().setTag() in your adapter’s getView()
Change the Textsize by getTag() OnItemClickListener().