I tried to give the background colour of card view item when they are clicked the colour are set the new activity are open but then back pressed the card item background colour are not set.
if (!arrayListBusinessList.get ( position ).equals ( "" )){
holder.cardViewBusinessListItem.setCardBackgroundColor ( ContextCompat.getColor ( context,R.color.green ) );
lastVisited ( true,position );
}