Tuesday, 18 June 2013

OnClickListener for the item in the expandable listview

public void onGroupExpand(int groupPosition) {
        try {

            if (groupPosition == 1) {

              //Do your action
            }

        } catch (Exception e) {
            e.printStackTrace();

        }
    }

No comments:

Post a Comment

Pass a HashMap from Angular Client to Spring boot API

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...