Posts by Viskee • 35 points
2 posts
-
0
votes1
answer339
viewsQ: Use values passed from one Activity to another
Guys, I’m having a hard time with something. I created a list that shows contact names, but these contacts have more attributes, such as date and number. I made another screen for when the person…
-
3
votes1
answer123
viewsQ: Method Call with Matrix Parameters
I’ve always created vector methods using: void exemplo(int vetor[], int qtd){ // Código... // ... } And I never had problems, but I’m trying the same with matrices and I get an error void…