On Wed, Sep 1, 2010 at 6:47 AM, Shashidhar <[email protected]> wrote: > Thanks for the replies. I have fixed this one. > Previously while returning the view from getview() method it was checking > for convertview to null or not, if its null then only I was creating a new > view. > But I have removed the null checking login now and always returning a new > view. This sovled my problem.
It also created new problems, such as increased memory usage. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Development Wiki: http://wiki.andmob.org -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

