Posts by Mario Puebla Junior • 65 points
4 posts
- 
		1 votes1 answer64 viewsQ: Use of repeat loop appropriately"A very common joke among 3 friends is the game of 2 or 1. In this game, the winner is different from the other two and, if the three choose equal values, the game ends tied. So consider three… 
- 
		2 votes2 answers1576 viewsQ: Bring QR Code data to my fieldsI am reading a QR Code as code below: // Botão para abrir câmera e usar o QR Code (Irá abrir a Store para baixar um app nativo) btnQR = (Button) findViewById(R.id.btnQR);… 
- 
		1 votes0 answers1335 viewsQ: Extract data from a QR Code after readingI have an app in the Play Store developed for a non-profit NGO, where tax coupons are donated and stored in an Excel spreadsheet each record, where it contains: CNPJ Date of Purchase COO Note value… 
- 
		2 votes1 answer1065 viewsQ: Canvas Search Field (ASP.Net - MVC)Good afternoon, I wonder if someone could help me. I’m a beginner in programming, and I’m developing a Web system, and I need a screen search of the screens you’ve already created. As I use the MVC…