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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T18:54:15+00:00 2026-06-13T18:54:15+00:00

Maybe this is the dumbest question ever, but I’m having a little trouble getting

  • 0

Maybe this is the dumbest question ever, but I’m having a little trouble getting the actual Activity object.

My purpose:

In order to extract error handling from the different Activitys, I made a class ErrorHandler with static methods.

Such a method looks like this for example:

public class ErrorHandler {
    ...
    public static ErrorTuple checkPlaceInput(Activity activity){
        EditText edit = (EditText) activity.findViewById(R.id.et_nbge_place);
        if(edit.getText().toString().equals("") || edit.getText()==null){
            return new ErrorTuple(false, "Please enter a place!");
        }
        return new ErrorTuple(true, "everything is fine");
    }
}

In order to access the findViewById(...) method, I have to pass the Activity as parameter. As I read in different questions here, there is no other way to access Views from outside a running Activity. But, from the Activity itself, how can I access this object? Neither the Context nor the MyActivity.class are exactly the Activity object.

  • 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-13T18:54:16+00:00Added an answer on June 13, 2026 at 6:54 pm

    If you’re calling that method from an Activity, just do checkPlaceInput( this ).

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

Sidebar

Related Questions

Ok, maybe this is the dumbest question ever but I really can't understand what's
maybe this question is a little silly, but is it possible to load multiple
Maybe this is a little unconventional question but I'd like to hear an answer
This may be the dumbest question ever but our customer really wants this. I
maybe this question is a little too general but maybe someone has experience the
Maybe this is a poor question, but, I can't find a tutorial or even
Maybe this is a dumb question, but do event listeners use CPU cycles like
Maybe this sounds a little bit crazy, but I need to come up with
Maybe this question has been asked many times before, but I never found a
Maybe this is a silly question, but I'm working on a project that wants

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.