How can retrieve the data from users table?

he mark give me answer bro

You need to use the “stayLoggedIn” argument in the Login API:
http://backendless.com/documentation/users/android/users_login.htm

If you set it to true, the user token which identifies the session is saved on the device. When the app is restarted, if the token is valid, user does not need to login again.

Btw, this discussion is completely unrelated to the original question, please open new topics for each separate new question or problem.

my users table consists of 3 columns-id,password and designation. i want to fetch currently logged in user’s designation. i am unable to do it. i would be grateful if somebody could come up with a solution and help me out please.