In my activity I want to use import android.content.DialogInterface.OnClickListener and import android.view.View.OnClickListener because in my Activity I’m using both button and alert message. Anyone tell me how can I use both. While trying to import both OnClickListeners it’s giving error. How to solve this issue??
In my activity I want to use import android.content.DialogInterface.OnClickListener and import android.view.View.OnClickListener because in
Share
You need to use complete package for either one of the listener like one as
and other as just