I have a question I want to retain retrieve xml variables into a SQLite database once the user logs in, reason why is that certain functions need to use these retrieve variables
For example a user logins to a remote database, there pin number is returned, thus pin number should then be inserted in the locale SQLite database to be used in another activity in order for the user to create the process.

