Hello everyone,
I need a small help in List view. I am generating a list View, but whenever i do getChildAt(int position
) it throws null pointer exception.
Here is the code
_list=(ListView)findViewById(android.R.id.list);
_loadListElements();
_showListUI();
_list.getChildAt(1).setBackgroundColor(Color.WHITE);