Android Example Register/Login example using TCP (Server and Client)

Hi all.
I found this example in some old folders on my pc and decided to share here.
it is a simple example of login and register using tcp and mysql db

B4J = Server
B4A = Client
DB = MYSQL

Download Here 2.5mb

all files are included in the zip
 
Hi was trying to download the files for the example and i get a 403 forbidden response from my browser.
Am trying to learn how i can have an app communicate with a desktop server for login credentials that the server gets from an sql database and that example seems to be what i am trying to learn . I would appreciate it if you could make it available for download.
 

aeric

Expert
Licensed User
Longtime User
Here is an alternative:
 
@ aeric

WOW Thanx for the fast response i managed to get it working using mainly networking tutorials from this forum and the example you posted is also very helpful for learning.

this.GreatForum=true;
 
Top