@SuppressWarnings("deprecation")
int btnHt = getWindowManager().getDefaultDisplay().getHeight()
/ numberOfRows;
int btnWdth = getWindowManager().getDefaultDisplay().getWidth()
/ numberOfColumns;
I get warning that get Height is deprecated method how to get rid of it??
I did suppress but was of no use...!
I want the code of extending base adapter in order to get customized color to List View