Posts by Alexandro Nogueira • 29 points
3 posts
-
2
votes1
answer576
viewsQ: How to set a minimum date in the datapicker?
I would like to put a minimum date on my datapicker, because I cannot yet: follows below the code so you can help me, and in my layout only has an Edit text and the datapicker only appears when and…
-
0
votes1
answer227
viewsQ: Popular Spinner with firebase data
That’s the code for "Activity Sala" public class CadastroCursoActivity extends AppCompatActivity { private EditText nomeCurso; private ListView lv_Curso; private Toolbar toolbarCurso; private…
-
0
votes1
answer1166
viewsQ: example of how to popular a spinner with firebase data
I’m having trouble popular a spinner with firebase data... is as follows: I have an "Activity room" with registered rooms and listed in a listview, saved in firebase... I created a new "Activity…