Posts by Davi Queiroz • 25 points
2 posts
-
0
votes2
answers307
viewsQ: Loop in time interval
I need to go through an hour interval to assemble a grid with schedules. Example: range 08:00 to 10:00, adding 30 minutes. Forming a grid like this: 08:00 08:30 09:00 09:30 10:00 I’m trying like…
-
2
votes1
answer341
viewsQ: Custom Spinner showing Resource and non-text
I’m having trouble setting up a custom spinner in my application. Follow below picture of how it appears: Follows my code: Java adapter. public class ProfissionalCategoriaAdapter extends…