Posts by Maicon Queiroz • 47 points
4 posts
-
-1
votes1
answer149
viewsQ: Bottomnavigationview Problem: Unable to find Resource ID
Good morning, everyone, I searched several times and could not find a solution to solve a problem I am having with Bottomnavigationview. Come on, in my Activity I have the following code <?xml…
-
2
votes1
answer262
viewsQ: How do I send multiple values to a single Activity
Good morning, everyone, I have the following situation: I have 4 screens (Activity), they are: Mainactivity, Disiplinaactivity, Avaliacaoactivity and Resultfinalactivity. The point is, the data…
-
2
votes2
answers83
viewsQ: Regex - Expression for catching limited fields
I have the following string: "Let's put some bits in your home" Using regular expression, how could I get only the information from bits forward, getting: bits in your home That is, the other words…
regexasked Maicon Queiroz 47 -
0
votes2
answers53
viewsQ: I must stop the application when I run a test
I currently have my application in production and need to create some tests (Junit). My question is whether I need to stop the application or can run the direct test. Has anyone passed or knows…
javaasked Maicon Queiroz 47