当用户更新所选项目的数量时,我必须通过刷新活动来更新购物车活动中所选项目的总价格 总价方法在MainActivity中,而所选购物车项目在RecyclerView中 我只想刷新适配器中的活动 public class Cart extends AppCompatActivity {
......
public void refreshActivtiy(){
recreate();
}
} //适配器 public class CartAdapter extends RecyclerView.Adapter<CartAdapter.CartViewHo
我正在Android上测试应用内计费。我可以购买托管产品,并从服务器获得预期的响应。然而,当我尝试从同一设备重新购买托管产品时,我没有从google play获得任何响应。
When re-buying I do get the popup message titled "Item already purchased", but then there's no response.But the amazing thing is i got response all time earlier.Even if i am trying to re buy same produ