摘要:
今天项目用到PreferenceActivity时,也是今天才刚接触,于是自己稍微研究了下,它主要用作设置界面,用于一个界面同时保存多个设置的数据,其底层也是用sharedProperty来实现的。使用步骤:1.自己写一个继承PreferenceActivity的类 如public class SettingsActivity extends PreferenceActivity { /** Called when the activity is first created. */ @Overridepublic void onCreate(Bundle savedInstanceState. 阅读全文