android-intent tag

22 questions


1 answers
91 views
0
I'm asking you how to change all the characters in the list ('1', '2',...) to numbers without a for statement

['1', '2', '3'] -> [1, 2, 3]How do I turn a number stored in text into a number?I think there is a way to do it without using the for statement, but I don't know what to do.


1 answers
92 views
0
How do I get back to my previous activity on Android?

I'd like to make a simple app to return to my previous activity. What code do I need to return to the previous activity?

1 years ago
« - 3 -

© 2024 OneMinuteCode. All rights reserved.