Posts by Luís Balmant • 39 points
2 posts
-
0
votes0
answers23
viewsQ: How do I receive data (int.) from another Activity?
I researched several posts here on stackoverflow and I found none talking about migrating whole numbers, I tried a lot of things but it didn’t work out. I’m a beginner and I probably missed…
-
3
votes3
answers150
viewsQ: Problems using string for resources
I’m creating an app quiz, the link is https://github.com/luisbalmant/QuickQuiz-Science. I’m trying to use the getString(R.string.nome) to migrate the java class strings and then be able to use 2…