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

  • Home
  • SEARCH
  • 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 7781619
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T19:17:09+00:00 2026-06-01T19:17:09+00:00

Hey guys I am working on android application. My app includes an activity which

  • 0

Hey guys I am working on android application. My app includes an activity which has two EditText fields. now when this activity starts, the first EditText field should be in focus, and its is only after the user enters some text in that, the other EditText field becomes active that is gets in focus, any idea as how can I do this?I’d really appreciate your help.

  • 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-01T19:17:11+00:00Added an answer on June 1, 2026 at 7:17 pm
    If ed1 and ed2 are your two edittexts:
    ed2.setEnabled(false);
    ed1.addTextChangedListener(new TextWatcher() {
    
        public void onTextChanged(CharSequence s, int start, int before, int count) {
            // TODO Auto-generated method stub
    
        }
    
        public void beforeTextChanged(CharSequence s, int start, int count,
                int after) {
            // TODO Auto-generated method stub
    
        }
    
        public void afterTextChanged(Editable s) {
            // TODO Auto-generated method stub
        ed2.setEnabled(true);   
        }
    });
    

    In above code,Unless the user enters something in ed1,ed2 will de disabled. Once the user enters data, it Ibecomes enabled

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

Sidebar

Related Questions

Hey guys! I've been working on c++ application lately which has to be run
Hey guys check this page . This page has fluid layout now. I applied
Hey guys, ive been working on this drop down for wayyy to long now.
hey guys im working on a task to make my story's links like this
Hey guys this is a bit of a homework puzzle I'm working on and
Hey Guys...need help. Working on a project and get this error on the Output
Hey guys, I'm working on a cakephp app that manages a list of alpha
Hey guys! I have this little problem: I have one ViewController which adds 2
Hey guys I'm now working on a project that require upload a lot of
hey guys, i manage to get this script working to pull data from my

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.