is, import java.util.Scanner; running on this app? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

is, import java.util.Scanner; running on this app?

15th Sep 2016, 2:28 AM
vincent panaligan
vincent panaligan - avatar
2 Answers
+ 1
yes
15th Sep 2016, 4:53 AM
Amir1313 Azimi
Amir1313 Azimi - avatar
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.
15th Sep 2016, 6:56 AM
Sizwe Zwane
Sizwe Zwane - avatar