Posts by Braynner Teixeira • 85 points
5 posts
- 
		4 votes2 answers282 viewsQ: Almost prime numbersI have a doubt in C, I know check if a number is prime, however, almost cousin do not know.. as I do? Follow the part of the code working! However, just checking if it is prime.. the almost prime… 
- 
		1 votes2 answers228 viewsA: Accept pennies in a javascript codeDude, check it out. a teacher of mine passed me this code here when I was at the college function moeda(valor, casas, separdor_decimal, separador_milhar){ var valor_total = parseInt(valor *… javascriptanswered Braynner Teixeira 85
- 
		2 votes2 answers103 viewsQ: Open an Activity with onMarkerClicki want to open a new Activity when clicking on the Marketer, however I click and it is not opening, I did more or less like this: @Override public boolean onMarkerClick (final Marker marker){ if… 
- 
		0 votes0 answers79 viewsQ: How to request the evaluation in the android app?I wanted to put the option of the person evaluate the app after 2 times for example that enter it, and already take to play store, someone knows? 
- 
		1 votes0 answers607 viewsQ: Copy and Paste functionI wanted to copy and paste a string into a Listview, the function I’m using is just copying follows the function: // Função Copiar private void copiarTarefa(Context context, String text) { if…