Posts by Alan Willian Duarte • 65 points
4 posts
-
0
votes1
answer733
viewsA: Error to recover a Future List<Class> Dart
I couldn’t test it either, but maybe if you put a await along those lines: return await test; will probably work…
-
6
votes1
answer7667
viewsQ: Android - Datepicker in an editText
Next, I would like a date selector to appear as soon as I click on editText I have, but what I found automatically setting the current date, I want it to be chosen... Follow the code I’ve tried so…
-
0
votes0
answers46
viewsQ: One actionListener for several Jbuttons and several Jlabel
I wonder if there is a way to reuse a code for several jbuttons by changing the text of several Abels. here is part of the code: petrificarSetaEsquerda = new JButton("");…
-
0
votes1
answer858
viewsQ: How to know which error of my android program?
My app is giving an error that I just have no idea how to fix, then I copied the error that gives (on mobile looks like this: "The app'app name' stopped") can help me identify the problem? 10-14…