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

Using 'OR' and 'AND' in SQL Server -

python - Finding intersection between ellipse and a line -

c++ - NetBeans Remote Development with additional configuration -