I'm looking for a fast way to get an input String from the user in Android. For example in java the code:
JOptionPane.showInputDialog(null, "enter your input");
gets the input from the user. I'm looking such this thing in Android.
I'm looking for a fast way to get an input String from the user in Android. For example in java the code:
JOptionPane.showInputDialog(null, "enter your input");
gets the input from the user. I'm looking such this thing in Android.