Android Example Service and Sockets for beginners

I've made a very simple project which periodically connects to a VB6 Server.
The code is well commented with notes for programmers coming from VB6.

In this code I use once ExitApplication. It's not good. It's better change that line with Activity.Finish


Posted Version 2.
In this version I correct some small (and not so small) bugs.
I also added a Text To Speech which works as a class module in conjunction with the Notification.

Why a class module? Just for fun...

Oooops... I inserted the wrong server... Updated the file. Sorry :oops:
 

Attachments

  • SocketService_3.zip
    29.7 KB · Views: 753
Last edited:
Top