Hi to all. If I have an array of strings, example: String [] array = {"moon", "sun", "earth"};
Is it possible to use setSingleChoiceItems() to create a single choice dialog that shows the strings in the array as options? How can this be done? Thanks in advance.
Regards.