私の問題は、単語を連結して、グリッドビューのセル位置から水平方向および垂直方向に読みたいことです。グリッドビューの位置があり、ここでグリッドビューに配置する単語は image と code です。
private HashMap<String,String> result = new HashMap<String, String>();
String postionOfCell = GridViewPosition;
String alphabetName = imageView.getTag().toString();
m.put(postionOfCell, name);
名前と役職はこう入れました!