Click here to Skip to main content
15,887,585 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am interested to create the login Authentication application using sqlite database in flex mobile application for blackberry . Also I want to use the check box for remember password because when I close the application without the log out so it still sign in. Please help me .


Regards,
vinod kumar
Posted

1 solution

http://www.sqlite.org/[^] - for the database.

http://us.blackberry.com/developers/[^] - for Blackberry development.

What kind of application are you working on?
Flex Development should not be the big problem.
 
Share this answer
 
Comments
vinodhp18 3-Feb-12 1:17am    
Sorry for late response , I am creating the login form , when i click on the login button than i want to automatically redirect the button to next view like webview.mxml(next form) using the username and password(Already saved in the sqlite). so how to create the database for the username and password. Thanks
TorstenH. 6-Feb-12 5:10am    
you do not have google haven't ya?
http://souptonuts.sourceforge.net/readme_sqlite_tutorial.html
you can make a simple menu style link in Flex to get to the next page to display.
Or you create an action on that. Or.... choose.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900