I’m making an application which needs the user to log in. I want to know how to store the login details (username & password) into an online database (please suggest me which one to use also). I’m new in this field so can anybody help me with how to start?
Share
you want to store into online server then you need to post your data to server Using HTTP Post method with web service.You need to make submit your details using HTTP Post please refer following link
How to post data to server
Otherwise you want to store your Login data into your Phone itself then you have two ways
1)persistent storage please refer following link
persistent storage in blackberry tutorials
2)On sdcard using sqlite database please refer following link
sqlite in blackberry tutorials
All the best if you more doubts please visit this room we will help you
Blackberry room