Posts by Henry Lemon • 5 points
2 posts
-
0
votes1
answer159
viewsQ: (Android Studio) Problems with Onrestart eating the main interface
Instead of the app showing the interface below, it pulls the Onrestart method directly and displays "Program restarted" when I open the app. How do I fix it ? Code : TextView tInforme; EditText…
-
0
votes1
answer1207
viewsQ: (Android Studio) Odd or even
I’m a beginner in Android Studio and I need to make an app that gets a number in Edittext and then tell me if it is even or odd, follow my current code : I don’t know what and where to put to when…