Posts by Gabriel Marcelo • 3 points
2 posts
-
0
votes1
answer1632
viewsQ: Communication problems with the government-provided web service
I’m having a problem communicating with eSocial webservice, my certificate is correct, but still can’t establish a secure connection, it presents the following message: "Error making HTTP request to…
-
0
votes2
answers1193
viewsA: More than one *Layout* in the app
Try to do that var intent = new Intent(this, typeof(layoutDois)); intent.PutStringArrayListExtra("Lista", Lista); StartActivity(intent); For more questions the site of the shaman has the first steps…