What is the most appropriate way to store user settings in Android application

I am creating an application which connects to the server using username/password and I would like to enable the option “Save password” so the user wouldn’t have to type the password each time the application starts. I was trying to do it with Shared Preferences but am not sure if this is the best solution. … Read more

Remove credentials from Git

I’m working with several repositories, but lately I was just working in our internal one and all was great. Today I had to commit and push code into other one, but I’m having some troubles. $ git push appharbor master error: The requested URL returned error: 403 while accessing https://[email protected]/mitivo.git/info/refs?service=git-receive-pack fatal: HTTP request failed There … Read more