I have my Spinner which is an object of the class SpinnerAdapter.
I try to create the object but there is an errors I try to solve it but I can not.
Here is a picture of error that happened:

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Either delete the import
android.widget.SpinnerAdapter, or change your Classname to something likeCustomAdapter(and you’ll see that the instantiated object will just remain an interface (which should be your concrete class), so change that as well)