Hi all,
I am new to B4A and this is my first thread in the forum. I am a newbie and very much new to Android app development. I am not even sure whether this is the right forum to ask this question. Its only few days since I started reading articles on the forum.
I read the article regarding the RDC and I have done a setup on my PC and it is working fine. So that part is clear.
I have been searching this forum for a sample app which does the following using RDC
The MySQL database will have a Table named 'users' with 2 columns 'usename' and 'password'
I don't know whether what I am asking is too much or not. I feel that I need an initial push from the experienced people in the group to get me started.
Any help will be appreaciated.
Thanks & Regards
Anser
I am new to B4A and this is my first thread in the forum. I am a newbie and very much new to Android app development. I am not even sure whether this is the right forum to ask this question. Its only few days since I started reading articles on the forum.
I read the article regarding the RDC and I have done a setup on my PC and it is working fine. So that part is clear.
I have been searching this forum for a sample app which does the following using RDC
- When I run my app it should bring up a Login window that contains 2 EditText controls to key in the Login username and password. A button to start the login verification process on a remote MySQL server.
- The username and password should be validated with records in a MySQL Table (I know that it is not a good habit to keep the username and password on table inside the database, but to start off, I will use this method initially). If its a valid username & password, then the app should take the user to another screen where he will have multiple menu to do other required jobs. If the user typed an invalid username and password, then the app should inform the user that is is a an invalid login and should remain in the Login screen itself.
The MySQL database will have a Table named 'users' with 2 columns 'usename' and 'password'
I don't know whether what I am asking is too much or not. I feel that I need an initial push from the experienced people in the group to get me started.
Any help will be appreaciated.
Thanks & Regards
Anser