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 - How to Configure JAXRS and Spring With Annotations -

visual studio - TFS will not accept changes I've made to a Java project -

php - Create image in codeigniter on the fly -