Android Question B4A : Multi Login

Raffis

New Member
how to make multi login?
one login form for two different users (example: login for seller and buyer), different database table (seller table and buyer table) and menu is also different (two activity) ?



*sorry i'm a beginner ^_^
 

npsonic

Active Member
Licensed User
can you show me?
Show what? I don't know if anyone is ready to create app for you.
All you need to know is very basic things to create something you want. B4A is quite simple, although time to time you may have to use inline java.
 
Upvote 0

Peter Simpson

Expert
Licensed User
Longtime User
Start off by creating your layout page with 2 x Edittext boxes and one or two buttons. As you are a beginner you should (just for test purposes) start off by hard coding a program with 2 test logins, one for seller and one for buyer.

Once you have got your test project working, your next step should be to learn how to incorporate an SQLite database into your test project. You can either watch the SQLite tutorial on just read and learn from posts on this forum, it's up to you though to learn how B4A actually works...
 
Upvote 0
Top