How can remove item from tableview when client is disconnect
b4a client
b4j server
b4a client
B4X:
Dim Buffer1() As Byte
Buffer1 = info.GetBytes("UTF8")
AStreams.Write2(Buffer1, 0, Buffer1.Length)
b4j server
B4X:
listclients.AddAll(opt)
listclients=RemoveDuplicates(listclients)
listclients.RemoveAt(0)
Dim row(11) As Object
For Each s In listclients
row(i)=s
i=i+1
Next
Table.Items.Add(row)