i don't know why there is this error. it want me to add static in my adapter in this code
void setListMovie(ArrayList<Movie> listPresident) {
this.listPresident = listPresident;
}
but when i add static in it. 'this' in my code become error. this it the my main code that want to add static the adapter class code
ListMovieAdapter.setListMovie(list);
please help why there is this error and how to fix it