Android控件和传值跳转问题
高洛峰
高洛峰 2017-04-17 17:38:04
0
6
455

1.这控件的名称

2.如何在button传入邮箱地址,并把输入内容通过button发送给邮箱

高洛峰
高洛峰

拥有18年软件开发和IT教学经验。曾任多家上市公司技术总监、架构师、项目经理、高级软件工程师等职务。 网络人气名人讲师,...

reply all(6)
伊谢尔伦

I'm sorry that I can't understand your question. Do you want to click submit and send the content to the designated email address?

黄舟

It is recommended not to call the system’s built-in email sending function. The general implementation method is to pass the content to an API and then send the email through the server itself.

刘奇

Get the value of editTEXTString content = edittext.getText().toString();
Click the button to request the background with content as a parameter, and let the background send the email

巴扎黑

1. Typical feedback, why should you send an email?
2. If you want to send an email, implement it yourself, call a third-party app, call the system’s email service or let the server send the email

伊谢尔伦

It means I don’t understand what you want to do. . .

大家讲道理

Already solved, thank you

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template