public void onGroupExpand(int groupPosition) {
try {
if (groupPosition == 1) {
//Do your action
}
} catch (Exception e) {
e.printStackTrace();
}
}
try {
if (groupPosition == 1) {
//Do your action
}
} catch (Exception e) {
e.printStackTrace();
}
}
This example is for the case where fileData is very huge and in json format let map = new Map<string, string>() map.set(this.ge...
No comments:
Post a Comment