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

Popular posts from this blog

java - JavaFX 2 slider labelFormatter not being used -

Detect support for Shoutcast ICY MP3 without navigator.userAgent in Firefox? -

web - SVG not rendering properly in Firefox -