Posts by Henrique Gomes • 13 points
4 posts
-
0
votes2
answers1875
viewsQ: Jquery mask does not work
I’m trying to use the jquery mask, I’ll use it a < input > added by javascript by the action of selecting a < option >. <script src="jquery-1.5.2.min.js"></script> <script…
-
1
votes2
answers92
viewsA: Data Import
An example of User CRUD Connection at the bank using System.Configuration; using MySql.Data.MySqlClient; namespace PrjGpaci { class sisBdConn { protected MySqlConnection conn = new…
-
-1
votes3
answers604
viewsA: Recyclerview adapter: problem when changing the color of a button
I was able to solve using Holder.setIsRecyclable(false);
-
0
votes3
answers604
viewsQ: Recyclerview adapter: problem when changing the color of a button
I’m using RecyclerView and putting together a list of buttons. I can change the color of button according to a if, if the condition is true it changes, but when you go up and down the list, you end…