Posts by David Christian Dias Ordone • 35 points
2 posts
-
2
votes2
answers145
viewsQ: Error compiling code with import java.util.Random; Random.nextInt()
I’m studying the Java programming language and I found an obstacle, by some chance I can not compile this code import java.util.Random; public class Random { public static void main(String[] args){…
-
1
votes2
answers416
viewsQ: Alertdialog button to confirm ERROR
My friends have a problem, I tried to understand how Alertdialog works, where the focus was to create two buttons to confirm the dialogue. The code I’m using is this: import android.content.Context;…