android 打开app,本来是登录状态,个人中心fragment本来是有数据的,而且本地也保存了该app的登录状态(即用户而不是游客,该数据也是通过set保存在application的继承类中),按home键,让其在后台运行,去玩其他app一段时间后,在从后台去打开前面那个app,那个app的数据没了,连本地保存的登录状态也没有了,我想问的是这该如何处理???
拥有18年软件开发和IT教学经验。曾任多家上市公司技术总监、架构师、项目经理、高级软件工程师等职务。 网络人气名人讲师,...
adapter是否发生了改变,是否调用了adapter.notifyDataSetChanged();或者其他情况试试调用gridview.invalidate();
adapter
adapter.notifyDataSetChanged();
gridview.invalidate();
Can you tell me how you write the code to expand the gridView by clicking on the item?
adapter
是否发生了改变,是否调用了adapter.notifyDataSetChanged();
或者其他情况试试调用
gridview.invalidate();
Can you tell me how you write the code to expand the gridView by clicking on the item?