我按照本教程获得了一个使用自定义适配器( )显示图像的网格视图
当nfc卡显示到手机上时,我已经修改了代码来显示图像,但是如果我多次呈现该卡,网格视图中的图像就会被替换。我希望这样,当手机再次读取nfc卡时,它会将图像添加到网格视图中,而不是仅仅替换它们。
我怎样才能做到这一点?
//If the NFC card contains the word "pic"
if(thePayloadText.equals("pic")){
gridView =
大家好!
通过蓝牙把手机和树莓派3连接起来似乎有点问题。我想我的代码有问题。
以下是我的代码
import bluetooth
from bluetooth import *
serverMAC = 'xx:xx:xx:xx:xx:xx'
port = 1
s = blutooth.BluetoothScocket(bluetooth.RFCOMM)
s.connnect((serverMAC, port)
我想收到的价值从手机到树莓派。
bluetooth.btcommon.BluetoothError: (111, 'Connection refused