Skip to content
Advertisement

Tag: sharedpreferences

Secure way for PHP REST api?

I am developing the PHP based REST api. I have android app which will send some key parameters to server and the server will respond with the data. In this case, the email is the key element to get all the relevant data. If I want to make it secure, I can save password in sharedPreferences and send it at

Advertisement