session - android persistent login -


how can handle persistent login android app? instance, app facebook requires initial credentials user login first time, on requires no additional actions user. how achieved client android app? should persistent data stored? can cookies or should write data database or internal storage? once login has been established, should rely on server sessions authenticate user or should send cookie and/or username , password every api call?

you need use sharedpreferences achieve this.

look here examples on how it.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -