i want to ask how we do
AdapterView.OnItemClickListener Listener new AdapterView.OnItemClickListener()
altough AdapterView.OnItemClickListener is an interface
and i know that An interface can't be instantiated
i want to ask how we do
AdapterView.OnItemClickListener Listener new AdapterView.OnItemClickListener()
altough AdapterView.OnItemClickListener is an interface
and i know that An interface can't be instantiated