I have here a array list containing of Integers
static List<Integer> var_Pposition = new ArrayList<>();
I try this like so, But there's error tells
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>