首页 > 代码库 > android 程序 避免nfc重复扫描

android 程序 避免nfc重复扫描


if (!dataList.contains(result)) {
                dataList.add(0,result);
                adapter.notifyItemInserted(0);
                numEditText.setText(adapter.getItemCount() + "件");
 }



android 程序 避免nfc重复扫描