我找不到在 onSaveInstanceState 中保存微调器状态的确定方法,并调用它。 。 。请帮忙
我找不到在 onSaveInstanceState 中保存微调器状态的确定方法,并调用它。 。 。请帮忙。
我花了几个小时寻找,但找不到任何关于此的信息。 。 。 。我只是暂时想要。我不想使用共享首选项。
I cant find a difinitive way to save the state of a spinner in onSaveInstanceState, and recall it . . . please help.
I have spent hours looking and I cannot find anything about this. . . . I only want it temporarily. i do not want to use SharedPreferences.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于微调器,我认为您使用 arrayList,因此您必须保存 arrayList
并且您可以在RestoreInstanceState 方法上恢复 arrayList
for spinner i think you use arrayList so you have to save arrayList
and you can restore arrayList onRestoreInstanceState method