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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T13:39:56+00:00 2026-06-05T13:39:56+00:00

I am working on android project and I am looping through each control within

  • 0

I am working on android project and I am looping through each control within a layout to add to an array, I am then passing this array to a function that will loop through the array and do some event based on the control. Is there a way that I can determine what the control type is. As psuedo code it would be something like this.

    void getControlType(List<View> myControls)
    {
        foreach (List<View> control in myControls)
        {
             string controlType = getControlType(control);
             if (controlType == "Button")
             {
                  //do something on the button
             }
        }
}
  • 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-05T13:39:57+00:00Added an answer on June 5, 2026 at 1:39 pm

    While its not generally a good design pattern, this would work:

    foreach (List<View> control in myControls)
    {
         if (control instanceof Button)
         {
             Button button = (Button)control;
             //do something on the button
         }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

When I add the ViewPagerIndicator library to a working android project, the project force
I'm working on an Android project and I need to add buttons to a
I am working on an Android project which relies on the unique UID of
I am working on an android project and I would like to create an
I am working on an Android project using C++ for the main development and
When i was working on my Android project i found Logcat to be annoying
I'm working on an android sample project, which makes use of TabActivity. But as
While working on an AppEngine connected Android project, I occasionally have problems with RequestFactory
I have an Android project in eclipse IDE which was working. After some imports
I'm having an Android GPS project for my CS class. Right now I'm working

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.