保存应用程序变量的最佳方法是什么,用户无法篡改/更改它们?共享偏好是否可行?
答案 0 :(得分:0)
是的,具有An unhandled exception of type 'System.ArgumentException' occurred in System.Windows.Forms.DataVisualization.dll
Additional information: Cannot display indexed series (XValueIndexed = true)
on the same axis if they are not aligned.Series 'USDCAD' and Series '9/9/2015'
must be aligned to perform the operation. The series currently have a different
number of data points.
权限的shared preferences是可行的方法。
如果你需要使它超级安全,那么在服务器上加密/解密的算法会使它更好:)
MODE_PRIVATE:文件创建模式:默认模式,其中创建的文件只能由调用应用程序(或共享相同用户ID的所有应用程序)访问。
请查看http://developer.android.com/training/basics/data-storage/shared-preferences.html以保存并获取值。