Posts by Anselmo Cardoso • 57 points
3 posts
-
-1
votes1
answer316
viewsQ: How do I call a method that is in another class on onclick
Guys I have a simple doubt basically, but I’m traveling on ideas. I have a class called chamada: @Override public boolean onLongPressClickListener(View view, int position) { // opcional, utilize o…
-
2
votes2
answers1767
viewsA: How do I change the color of Alertdialog
already managed, just insert a line of code in what needed to show the white Alertdialog, I say the background theme. Thank you, @Override // SAIR DA APLICAÇÃO public void finish() { if (sair) {…
-
1
votes2
answers1767
viewsQ: How do I change the color of Alertdialog
I put it in my app where you can show the dialog to exit the application, but the dialog is black. I wanted it to be white. How do I change the theme of AlertDialog? @Override // SAIR DA APLICAÇÃO…