search

Home  >  Q&A  >  body text

Android控件和传值跳转问题

1.这控件的名称

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

高洛峰高洛峰2887 days ago459

reply all(6)I'll reply

  • 伊谢尔伦

    伊谢尔伦2017-04-17 17:40:04

    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?

    reply
    0
  • 黄舟

    黄舟2017-04-17 17:40:04

    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.

    reply
    0
  • 怪我咯

    怪我咯2017-04-17 17:40:04

    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

    reply
    0
  • 巴扎黑

    巴扎黑2017-04-17 17:40:04

    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

    reply
    0
  • 伊谢尔伦

    伊谢尔伦2017-04-17 17:40:04

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

    reply
    0
  • 大家讲道理

    大家讲道理2017-04-17 17:40:04

    Already solved, thank you

    reply
    0
  • Cancelreply