Posts by Ranieri • 55 points
5 posts
-
0
votes1
answer29
viewsA: Error using invoke to update a listview
got :) : Private Delegate Sub ListViewAddItem_delegate(ByVal destinataio As String, ByVal status As String, ByVal hora As String) Private Sub ListViewAddItem(ByVal destinataio As String, ByVal…
-
0
votes1
answer29
viewsQ: Error using invoke to update a listview
I have a thread that calls a method that does "Invoke" in listview, only this method only works with a parameter, I need q it accept 3. my method: Private Sub Updatelv(ByVal usuarios As String,…
-
3
votes1
answer74
viewsQ: Help with TCP Connection
I have a server that works with me and I connect to it by wi-fi but I need help to send commands to it, example sending a message using sockets or something like.
-
1
votes1
answer113
viewsQ: Help with Wifi Manager
I need to read a value of 2 edittext being SDDI and Password and connect this access point with this information example: @Override protected void onCreate(Bundle savedInstanceState) {…
-
0
votes1
answer225
viewsQ: How to save user preferences?
I have a code on android that runs an alarm, only I have to register and then check some values, for example day of the week, and has an option called mode, which boils down in "Vibrate" and "Play".…