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 6576713
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T15:32:49+00:00 2026-05-25T15:32:49+00:00

I have a screen which displays 3 editText for email address, password and password

  • 0

I have a screen which displays 3 editText for email address, password and password confirmation. Pressing on the first editText brings up the soft keyboard which necessarily covers the other editTexts. Complete the email address entry and press next and a multiline entry box appears. Complete the entry and press next and a multiline entry box appears. complete the entry – now a done button is shown but pressing it doesnt do anything. I assume it should close the keyboard.

Questions:
Is there some way to indicate what the entry box is for when it appears?
How do I get the done button to work?
Is there a better way to capture email and password info?

  • 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-05-25T15:32:49+00:00Added an answer on May 25, 2026 at 3:32 pm

    You need to assign a OnClickListener to your button. This is usually done when you define your reference to the button. Here is a simple example:

    Button btn = (Button)findViewById(R.id.button);
    btn.setOnClickListener(new MyClickListener());
    

    where MyClickListener is defined as:

    private class MyClickListener implements OnClickListener
    {
            public void onClick(View view) {
                //Do Action here
            }
    }
    

    If you want the button click to hide the soft-keyboard simply replace:

    //Do Action here
    

    With:

    InputMethodManager imm =(InputMethodManager)getSystemService(Context.INPUT_METHOD_SERVICE);
    imm.hideSoftInputFromWindow(view.getWindowToken(), 0);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a small screen program which displays patients at the top there is
I have a screen which functions similarly to the address book contact screen. The
I have list of products which have EditText in TableLayout . I want Keyboard
I have a game which displays a full screen image in the background. At
I have used software named my mobiler which displays the screen of any Windows
I have an asp.net search screen which displays the results in a new browser
I have written simple first stage bootloader which displays Hello world using interrupt to
I have a page which displays fine on the screen. I have a css
Java 1.5, Linux I do have a screen which contains different textareas and textfields.
I basically have a page which shows a processing screen which has been flushed

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.