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