Hi All,
I am new to Android.I am developing one small application,with in that I am using a List View and getting the list content from web service call.
for this I am using Base Adapter,with in this I am checking some condition.If the condition is true I am changing the background of the content.If not keeping as it is.
The problem is when I go to this page which is displaying good ,what I have expected.But when I scroll down and up then that background color is applied for the List View content even though which didn't satisfy the condition.
Here is my Adapter Class.
Can anyone give some Idea on this.
Thanks in Advance,
SNEHITHAPRASAD