Hi, I have an activity with simple ListView with about 2500 items, a SimpleCursorAdapter i used to populate the view. Each item of the list view contains about 5-6 simple widgets everything is pretty standard for now but when i start scrolling the ListView i got this on the LogCat 11-03 14:31:49.239: DEBUG/dalvikvm(5186): GC freed 3668 objects / 251256 bytes in 142ms 11-03 14:31:52.579: DEBUG/dalvikvm(5186): GC freed 17812 objects / 1003384 bytes in 157ms 11-03 14:31:54.409: DEBUG/dalvikvm(5186): GC freed 11069 objects / 527288 bytes in 134ms 11-03 14:31:56.359: DEBUG/dalvikvm(5186): GC freed 10988 objects / 524432 bytes in 139ms 11-03 14:31:57.629: DEBUG/dalvikvm(5186): GC freed 10952 objects / 523896 bytes in 134ms 11-03 14:32:00.419: DEBUG/dalvikvm(5186): GC freed 10967 objects / 524120 bytes in 131ms 11-03 14:32:02.699: DEBUG/dalvikvm(5186): GC freed 10976 objects / 524016 bytes in 138ms 11-03 14:32:13.619: DEBUG/dalvikvm(5186): GC freed 10977 objects / 524880 bytes in 131ms and so on and so on until i don't stop scrolling. Is this a normal situation or i am getting something wrong ?
-- You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to android-beginners@googlegroups.com To unsubscribe from this group, send email to android-beginners+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en