我的问题是我想连接单词并从网格视图的单元格位置水平和垂直地读取它。我有 gridview 位置,我在 gridview 上放置的词是图像和代码。
private HashMap<String,String> result = new HashMap<String, String>();
String postionOfCell = GridViewPosition;
String alphabetName = imageView.getTag().toString();
m.put(postionOfCell, name);
我把名字和职位这样写。!