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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T05:31:15+00:00 2026-05-29T05:31:15+00:00

How set alternate cell Color in a grid ? I’ve found a lot of

  • 0

How set alternate cell Color in a grid ?
I’ve found a lot of questions/tutorials
about how to set row colors but nothing
about cells’ color.
Thanks 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-05-29T05:31:16+00:00Added an answer on May 29, 2026 at 5:31 am

    A step forward and it works

    public class ListViewA extends Activity {
    GridView MyGrid;
    
    @Override
    public void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.main);
    
        MyGrid = (GridView) findViewById(R.id.gridview);
        MyGrid.setAdapter(new ImageAdapter(this));
    }
    
    public class ImageAdapter extends BaseAdapter {
        Context MyContext;
    
        public ImageAdapter(Context _MyContext) {
            MyContext = _MyContext;
        }
    
        @Override
        public int getCount() {
            return 9;
        }
    
        public View getView(int position, View convertView, ViewGroup parent) {
            View view = convertView;
    
            if (convertView == null) {
    
                LayoutInflater li = getLayoutInflater();
                view = li.inflate(R.layout.main, null);
            }
    
            if (position % 2 == 0)
                view.setBackgroundColor(0x30FF0000);
            else
                view.setBackgroundColor(0x300000FF);
            return view;
    
        }
    
        @Override
        public Object getItem(int arg0) {
            // TODO Auto-generated method stub
            return null;
        }
    
        @Override
        public long getItemId(int arg0) {
            // TODO Auto-generated method stub
            return 0;
        }
    }
    

    }

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

Sidebar

Related Questions

how to change listbox to set background color of alternate row diff... e.g. Listbox
How can I set Alternate row color in RadGridview in silverlight
I want to set the alternate background color for rows in a table -
I updated to SwingX-1.6.2 but found problems that didn't appear in 1.6. The colors
I am trying to use query to set color of alternate rows of a
I know you can set the BackgroundColor to alternate between two colors with a
I am trying to set alternate colors of an entry in a list view.
I'm gonna set an alternate color to my ListView rows. I saw this link
I set up the basic Authentication/Authorization set up, but a problem now is that
I'm trying to set validation for an image alternate text, and here's what I

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.