I am self-leaner to android and java.Is there any session variables available in android java? If so please let me know about its purpose and process.If possible with samples.
Thanks for your precious time!.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
When talking about session what do you mean by session
Because if you talk about Session to store login credentials or user information.
It may be a
SharedPreferences.and if you talk about temporary data storage, like data downloaded from internet or another application related data, which is intended to be shared throughout the application can be shared using many means like
Applicationclass,staticvariable,FileIO,Sqliteetc.