I got the following stacktrace:
java.lang.IllegalStateException: Could not find method submitorder(View) in a parent or ancestor Context for android:onClick attribute defined on view class android.support.v7.widget.AppCompatButton
I got the following stacktrace:
java.lang.IllegalStateException: Could not find method submitorder(View) in a parent or ancestor Context for android:onClick attribute defined on view class android.support.v7.widget.AppCompatButton
Take a look at your .xml and look at the android:onClick
parameter. Did you spell the method name correctly?