Posts by Pedro Tinetti • 11 points
2 posts
-
0
votes1
answer247
viewsA: Could not find method connectionBanco(View) in a Parent or Ancestor Context for android:onClick attribute defined on view class
I managed to solve, it was on account of the way you’re calling this Activity, I changed the shape and the buttons started working. Was: Button abrirConfig = (Button) findViewById(R.id.btnConfig);…
-
1
votes1
answer247
viewsQ: Could not find method connectionBanco(View) in a Parent or Ancestor Context for android:onClick attribute defined on view class
package com.projeto.comandapack; import android.content.Intent; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import android.widget.EditText;…