Posts by victor Hugo Benevides • 11 points
2 posts
-
0
votes1
answer339
viewsA: Error validating date in firebase database
Your problem is related to some null object (Nullpointerexception), check the objects you make '.toString()' in your 'btnAgendarRecurso.setOnClickListener...' that probably the problem will be…
-
1
votes2
answers1070
viewsA: How to fill Textview setText from an Arraylist?
If you want to add everything in one TextView only, just concatenate the information from your list and add to setText.