android比较文本以保存图像并通过蓝牙发送

时间:2017-01-07 10:25:42

标签: android bluetooth

我为听力受损的人制作了一个项目,其中两个设备通过蓝牙连接 ,它已经正在发送和接收消息,但我想要的是当我输入文本时#34 ;在 editext #34; ,当我点击发送按钮时,显示屏将是右边的图片(女孩图片),但如果是那张图片无法显示左侧的第二张图片(手势),这可能吗?我可以将txt i类型与可绘制文件夹图像进行比较,以便显示特定图像吗?...... enter image description here

class StringSender : Sender {
    //typealias Data = String      <- This can be inferred from the parameter type of send

    func send(data: String) {
        // Send a string
    }
}

1 个答案:

答案 0 :(得分:0)

  1. 然后你需要以下内容:
    1. getText
    2. 显示之前获取文字(Hi)
    3. 通过this method
    4. 检查您希望手机1或手机2中的图片是否可用
  2. 当然可以通过蓝牙发送图像,也可以将其编码为this example
  3. 此外,我的意见是将图像上传到firebase,或者如果您需要大量使用,请将其与您的应用程序一起使用

    编辑:使用您想要的字符串编译文件名就像是

    boolean fileExists =  new File("path/to/" + name + ".png").isFile();
    

    其中,如果要比较聊天消息的名称,当然,该代码出现在向用户显示文本/图像之前