I've a problem. In device SAMSUNG GT-P3110, when i call to screen searchProducts, selected product and go back using:
Intent i = new Intent();
i.putExtra("productID", "1");
setResult(100,i);
finish();
It's always pass in method on oncreate in class caller, cleaning all member class. In some devices the behavior is normal, it's pass just once. Can you help me please?