Posts by Eduardo de Santana • 87 points
3 posts
-
0
votes2
answers797
viewsQ: Recover Data from a List View
I have a Listvew, and in this, I have two buttons (delete and cancel) my list consists of the following items: ID(Textview), First Name(Textview), Last Name(Textview), and the buttons cited above.…
-
2
votes1
answer853
viewsQ: Popular a Listview with Arrayadapter
I need a popular ListView. I have a class that represents the Entity Cliete, a class that is responsible for the database database and finally a class ClienteDAO, that the data of the entity remains…
-
6
votes1
answer363
viewsQ: Detect Caps Lock C#
I made an application to detect the state of caps lock in C#, but I found a problem, when the application loses focus events can no longer be triggered causing notifications to no longer be…