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));