Sunday, 30 June 2013

Country Codes

CS - Czechoslovakia
BE - Belgium
ET - Ethiopia
HU - Hungary
IT - Italy
LT - Lithuania
LV - Latvia
PL - Poland
RO - Romania
RU - Russian Federation
SK - Slovak Republic
UK - United Kingdom
NL - Netherlands
SV - El Salvador

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();

        }
    }

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