Gets Flickering layout's background while scrolling the listview in android?
Posted
by Praveen Chandrasekaran
on Stack Overflow
See other posts from Stack Overflow
or by Praveen Chandrasekaran
Published on 2010-05-10T13:43:20Z
Indexed on
2010/05/10
15:14 UTC
Read the original article
Hit count: 294
while scroll the listview, the Layouts background gets flickering. that is the layout is has a background image. this image will gets invisible and reload all the time while scrolling. how to rectify this? Any Idea?
Note: its happening for inbuilt android Array Adapter too.
setListAdapter(new ArrayAdapter<String>(this,
android.R.layout.simple_list_item_1, list_value));
© Stack Overflow or respective owner