Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7961153
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T04:57:15+00:00 2026-06-04T04:57:15+00:00

I have developed a very simple Android app where user has to select items

  • 0

I have developed a very simple Android app where user has to select items from the Spinners and type some texts in a Message box. Then the job is to SUBMIT. If the user tap on SUBMIT the whole selected data would send to a specific email address directly. After successful sending there comes a Dialog box showing some Thank You message. It should be mentioned here that I’ve used 4 Spinners and 1 Edittext box.

Now I’m looking for the code to SUBMIT button’s action. Please help me out.

Thank in advance.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T04:57:17+00:00Added an answer on June 4, 2026 at 4:57 am

    I have never written an email sending function in Android. However, the alternative way instead of sending the email through your app is to fire the intent to other email app.

    Intent emailIntent = new Intent(android.content.Intent.ACTION_SEND);
    
    String receiver = "someone@somewhere.com";
    String subject  = "your email subject";
    String body     = "your email body";
    
    emailIntent.putExtra(android.content.Intent.EXTRA_EMAIL, receiver);
    emailIntent.putExtra(android.content.Intent.EXTRA_SUBJECT, subject);
    emailIntent.setType("plain/text");
    emailIntent.putExtra(android.content.Intent.EXTRA_TEXT, body);
    
    startActivity(emailIntent);
    

    Also, don’t forget adding permission in your AndroidManifest.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have developed a very simple Android native app to launch my HTML5 webapp.
Recently, I have a developed a very simple web app for a survey. I
I have developed a very simple app that uses a custom adapter for a
I have a very simple windows Service that is developed in vb.net 2008. When
I have developed a simple location aware iPhone application which is functionally working very
I have developed some custom DAO-like classes to meet some very specialized requirements for
I have developed a very simple C++ based cocoa touch static library and a
We have a very lengthy newsletter that has been designed and developed to look
I have developed an application that has a list of items in one frame;
I was given an assignment to develop a very simple weather app in Android

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.