Posts by Oberdan Debona Altoé • 33 points
4 posts
-
0
votes1
answer55
viewsQ: Alertdialog with Fragmentmanager
public void mapaDialog(View view){ AlertDialog.Builder mBuilder = new AlertDialog.Builder(CadastroAbrigo.this); View mView = getLayoutInflater().inflate(R.layout.mapa_flutuante, null);…
-
2
votes1
answer8352
viewsQ: How to catch the current date on Android?
I am developing an application and need to pick up the current date only, I used the Date data = new Date(); only it doesn’t work. I tried localdatetime also more was not, someone has some…
-
1
votes3
answers679
viewsA: How to validate a spinner?
I ended up doing this manual way to solve, this way she already disconsidera the spinner null, it worked. If there is a better suggestion thank you. boolean validaConfere = false; if…
androidanswered Oberdan Debona Altoé 33 -
0
votes3
answers679
viewsQ: How to validate a spinner?
Good afternoon. I’m making an Android application that has a form, and in this form there are spinners and response text fields. Someone can help me as I check if the spinner was selected?…
androidasked Oberdan Debona Altoé 33