If I have a string, how can I locally save it into the user's device? I don't mind it being in a file. If it is easier using Parse.com, please show me how. The string I want to save:
final String userIDString = user.getObjectId().toString();
Please help me. I am using parse to get a user's object ID, so don't worry about the string. Just tell me how to save a string locally into a phone. Thanks.