This code in onclick
of the Button in Activity:
if(v.getId()==recomendationSelectAllFriends.getId()){
recomendationAdapter.selectAll(resultEntities.size());
}
This method in Adapter:
public void selectAll(int size){
// what should be written here?
}