¡@

Home 

2014/10/16 ¤W¤È 08:25:11

android Programming Glossary: stock_list

Passing ArrayList through Intent

http://stackoverflow.com/questions/5374546/passing-arraylist-through-intent

Intent this editList.class intent.putStringArrayListExtra stock_list stock_list startActivity intent break This is where I try to.. editList.class intent.putStringArrayListExtra stock_list stock_list startActivity intent break This is where I try to retrieve the.. wrong here Intent i new Intent This should be getIntent stock_list new ArrayList String stock_list i.getStringArrayListExtra stock_list..

Passing ArrayList through Intent

http://stackoverflow.com/questions/5374546/passing-arraylist-through-intent

edit was clicked Toast.LENGTH_LONG .show Intent intent new Intent this editList.class intent.putStringArrayListExtra stock_list stock_list startActivity intent break This is where I try to retrieve the list in the second activity. Is something wrong.. clicked Toast.LENGTH_LONG .show Intent intent new Intent this editList.class intent.putStringArrayListExtra stock_list stock_list startActivity intent break This is where I try to retrieve the list in the second activity. Is something wrong here Intent.. try to retrieve the list in the second activity. Is something wrong here Intent i new Intent This should be getIntent stock_list new ArrayList String stock_list i.getStringArrayListExtra stock_list android arraylist android intent share improve this..