In my android application I am using a custom listview to display my records. each element in the list view have 7 textviews which displays information from database.
what I want to do is to disable the entire element selected property completely in the listview, because some textviews in each element itself are clickable links and i want access them using device trackball. Untill it select entire listview elements I cant access those links that resides in each element in the listview using device trackball and to click them.