android - What is the meaning of "ITEM_ID_LIST"? -
at code below, meaning of "item_id_list".
i don't know replace this..."item_id_list"
arraylist skulist = new arraylist(); skulist.add("premiumupgrade"); skulist.add("gas"); bundle queryskus = new bundle(); queryskus.putstringarraylist(“item_id_list”, skulist);
it works string id identify arraylist - "skulist". can replace name of choice.
Comments
Post a Comment