上传者: 38744207
|
上传时间: 2021-07-06 19:05:03
|
文件大小: 72KB
|
文件类型: PDF
本文实例为大家分享了Android实现购物车的具体代码,供大家参考,具体内容如下
1_设置点击事件和定义状态
在GovaffairPager类中
public class GovaffairPager extends BasePager {
............
/**
* 编辑状态
*/
private static final int ACTION_EDIT = 0;
/**
* 完成状态
*/
private static final int ACTION_COMPLETE = 1;
@Override
public void initData() {