Android中gridview 修改后 立即刷新数据
我有两个gridView,我点击第一个以后我要去刷新第二个,让第二个能够立刻体现出来。请问怎么做这是我在myGrid1里的监听写的,但是怎么都不能更新myGrid2的界面...
我有两个gridView,我点击第一个以后我要去刷新第二个,让第二个能够立刻体现出来。请问怎么做
这是我在myGrid1里的监听写的,但是怎么都不能更新myGrid2的界面,请问这是怎么回事
myGrid2.setAdapter(getMenuAdapter2(menu_toolbar_name_array2, menu_toolbar_image_array2, server_img2, position));
SimpleAdapter sa = (SimpleAdapter)myGrid2.getAdapter();
sa.notifyDataSetChanged();
mSimperAdapter2.notifyDataSetChanged();
myGrid2.setAdapter(getMenuAdapter2(menu_toolbar_name_array2, menu_toolbar_image_array2, server_img2, position));
SimpleAdapter sa = (SimpleAdapter)myGrid2.getAdapter();
sa.notifyDataSetChanged();
mSimperAdapter2.notifyDataSetChanged();
上面代码格式乱了 展开
这是我在myGrid1里的监听写的,但是怎么都不能更新myGrid2的界面,请问这是怎么回事
myGrid2.setAdapter(getMenuAdapter2(menu_toolbar_name_array2, menu_toolbar_image_array2, server_img2, position));
SimpleAdapter sa = (SimpleAdapter)myGrid2.getAdapter();
sa.notifyDataSetChanged();
mSimperAdapter2.notifyDataSetChanged();
myGrid2.setAdapter(getMenuAdapter2(menu_toolbar_name_array2, menu_toolbar_image_array2, server_img2, position));
SimpleAdapter sa = (SimpleAdapter)myGrid2.getAdapter();
sa.notifyDataSetChanged();
mSimperAdapter2.notifyDataSetChanged();
上面代码格式乱了 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询