Posts by David Sousa • 79 points
3 posts
-
-1
votes1
answer145
viewsA: Javafx reality or just speculation?
1-Of course not, the JVM depends on what the user has installed, probably when the exit 9 should be able to also execute the 8, so the JVM will not be a problem there will be guaranteed way to…
-
5
votes1
answer1153
viewsA: How to create a Textview and Imageview via code?
To create any view in memory is simple, but most problems are when nothing appears on the screen, so make sure that it is visible as in the case of Imageview if you do not have an image will not…
-
0
votes2
answers416
viewsA: Item chosen in Spinner be a global variable
I suggest you two choices: 1st Create a class of variables static, so just call the name of the class.variavel, ex: public class Globais{ static String coligada; } 2nd Storing in the memory of the…