首页 \ 问答 \ Android:使用蓝牙或电子邮件进行图像传输(Android: Image transfer using bluetooth or email)

Android:使用蓝牙或电子邮件进行图像传输(Android: Image transfer using bluetooth or email)

我是Android开发的新手。 我正在尝试创建一个应用程序,我可以在其中加载图像,编辑并保存图像,并通过蓝牙和电子邮件传输图像。

看起来Android有一个内置的工具,我可以用来轻松实现蓝牙功能,但我找不到任何简单直接的教程。

有人可以帮我,给我一个例子或链接到关于蓝牙功能或电子邮件功能的好教程吗?

请帮忙!

谢谢


I'm new to Android Development. I'm trying to make an application where I load an image, edit and save it, and transfer the image through bluetooth and email.

It seems like Android has a built in tools that I can use to easily implement bluetooth feature, But I couldn't find any easy and straight-forward tutorials yet.

Can someone help me and give me an example or links to a good tutorial regarding bluetooth feature or email feature?

Please help!

Thanks


原文:https://stackoverflow.com/questions/17873379
更新时间:2022-04-22 22:04

最满意答案

这看起来像是一个已知问题,已经解决了: https//github.com/Mangopay/mangopay/issues/8


This looks like it was a known issue which has since been resolved: https://github.com/Mangopay/mangopay/issues/8

相关问答

更多
  • error不在代码块内,在你的else语句中, error变量不存在,代码应该看起来更像这样: @IBAction func registerTapped(_ sender: Any) { print("tapped") let namec = nameTextField.text if let email = emailTextField.text, let pass = passwordTextField.text, let name = (namec?. ...
  • 看来,card.io无法初始化设备摄像头并落入手动输入。 如果您的设备有摄像头, 请检查摄像头是否处于使用状态 ,并将其添加到您的清单(从文档中 )以避免需要摄像头的不必要的功能:
    您没有成功的表单控件,因此$_GET将为空。 控件必须具有值和 名称才能成功。 You have no successful form controls, so $_GET will be empty. A control has to have a value and a name to be successful.
  • 您可以让视图侦听模型中的事件,例如: CSS: .error{ background:red; } 卡片视图: Backbone.View.extend({ initialize: function(){ this.listenTo(this.model,'validationError',this.highlight); }, highlight: function(){ this.$el.addClass('error'); } }); 然后从哪里验证模型,当模型 ...
  • 您正在尝试在pDialog = new ProgressDialog(getContext());使用上下文pDialog = new ProgressDialog(getContext()); 但是你没有使用像this的上下文(活动上下文)或getApplicationContext() ,而是使用了一个InstrumentationRegistry上下文,在你的情况下它是无用的,因为那不是测试,请参阅import import static android.support.test.Instrument ...
  • 您只添加MyContext ,但不要将其与DbContext关联。 尝试类似 services.AddScoped( _ => new MyContext(Configuration.GetConnectionString("connString"))); 或者将您的存储库更改为在构造函数中使用DbContext而不是DbContext You are only adding MyContext, but do not associate it with DbContext. Try ...
  • 我修好了。 我错过了ClientProxy文件中的模型。 我添加了以下行来解决此问题: ModelLoader.setCustomModelResourceLocation(InfinityStorageItems.NETWORK_TOOL, 0, new ModelResourceLocation("infinitystorage:network_tool", "inventory")); I have it fixed. What I was missing what the model in my ...
  • 这看起来像是一个已知问题,已经解决了: https : //github.com/Mangopay/mangopay/issues/8 This looks like it was a known issue which has since been resolved: https://github.com/Mangopay/mangopay/issues/8
  • 您可以使用LAST_INSERT_ID()获取上次插入的自动递增值。 您应首先执行INSERT INTO CUSTOMER语句( $ query )。 之后,您可以立即将卡记录与客户参考一起插入,如下所示: INSERT INTO CARD (CUSTOMERCODE, CARDTYPE, CARDHOLDER, CARDNUMBER, EXPIRYDATE, SECURITYCODE) VALUES (LAST_INSERT_ID(), ?, ?, ...
  • https://docs.mangopay.com/endpoints/v2.01/bank-accounts#e41_create-an-iban-bankaccount OwnerAddress是必需的 $bank_account->OwnerAddress = new \MangoPay\Address(); $bank_account->OwnerAddress->AddressLine1 = 'addressLine1'; $bank_account->OwnerAddress->City = ' ...

相关文章

更多

最新问答

更多
  • h2元素推动其他h2和div。(h2 element pushing other h2 and div down. two divs, two headers, and they're wrapped within a parent div)
  • 创建一个功能(Create a function)
  • 我投了份简历,是电脑编程方面的学徒,面试时说要培训三个月,前面
  • PDO语句不显示获取的结果(PDOstatement not displaying fetched results)
  • Qt冻结循环的原因?(Qt freezing cause of the loop?)
  • TableView重复youtube-api结果(TableView Repeating youtube-api result)
  • 如何使用自由职业者帐户登录我的php网站?(How can I login into my php website using freelancer account? [closed])
  • SQL Server 2014版本支持的最大数据库数(Maximum number of databases supported by SQL Server 2014 editions)
  • 我如何获得DynamicJasper 3.1.2(或更高版本)的Maven仓库?(How do I get the maven repository for DynamicJasper 3.1.2 (or higher)?)
  • 以编程方式创建UITableView(Creating a UITableView Programmatically)
  • 如何打破按钮上的生命周期循环(How to break do-while loop on button)
  • C#使用EF访问MVC上的部分类的自定义属性(C# access custom attributes of a partial class on MVC with EF)
  • 如何获得facebook app的publish_stream权限?(How to get publish_stream permissions for facebook app?)
  • 如何防止调用冗余函数的postgres视图(how to prevent postgres views calling redundant functions)
  • Sql Server在欧洲获取当前日期时间(Sql Server get current date time in Europe)
  • 设置kotlin扩展名(Setting a kotlin extension)
  • 如何并排放置两个元件?(How to position two elements side by side?)
  • 如何在vim中启用python3?(How to enable python3 in vim?)
  • 在MySQL和/或多列中使用多个表用于Rails应用程序(Using multiple tables in MySQL and/or multiple columns for a Rails application)
  • 如何隐藏谷歌地图上的登录按钮?(How to hide the Sign in button from Google maps?)
  • Mysql左连接旋转90°表(Mysql Left join rotate 90° table)
  • dedecms如何安装?
  • 在哪儿学计算机最好?
  • 学php哪个的书 最好,本人菜鸟
  • 触摸时不要突出显示表格视图行(Do not highlight table view row when touched)
  • 如何覆盖错误堆栈getter(How to override Error stack getter)
  • 带有ImageMagick和许多图像的GIF动画(GIF animation with ImageMagick and many images)
  • USSD INTERFACE - > java web应用程序通信(USSD INTERFACE -> java web app communication)
  • 电脑高中毕业学习去哪里培训
  • 正则表达式验证SMTP响应(Regex to validate SMTP Responses)