I am Inflating the List view by using the Base adapter Inside the Listview their are two widgets Textview and Edittext.
Listview Inflated properly and It is showing also. Our Requirement is when User Clicked on any of the row that row has to be color or highlighted. when user clicked on other row that row highlighted. and previous row color become normal.
The best way to do this is requesting focus on view, that was touched, to do this override method getView in adapter:
For providing different colors for different states you can use selector background resource.