0
is, import java.util.Scanner; running on this app?
2 Answers
+ 1
yes
0
if by this app to refer to the app "Learn Java" then no. A Android apps uses both Java and XML to for user inputs. XML for the layout and Java to get what the use typed. It could be an EditText and from the EditText class there's the method "getText()" which is used to get what the user typed.