を1つのアクティビティからリスト
static List<Integer> var_Pposition = new ArrayList<>();
で含む配列のリストを持って、私はそうのようにこれを試して、しかし、エラーがありますが
Intent in = new Intent(merchandise.this, PurchasedViewCart.class);
in.putExtra("item_position", var_Pposition); // Cannot resolve method 'putExtra(java.lang.String, java.util.List<java.lang.Integer>
可能な重複から取得します](http://stackoverflow.com/questions/6543811/intent-putextra-list) – Mrinmoy