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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T05:34:50+00:00 2026-05-24T05:34:50+00:00

I have made a custom list view where each row has two textviews and

  • 0

I have made a custom list view where each row has two textviews and a seek bar. I want to show initially only one text view and when the user clicks on an item the list should expand to full screen and show the textviews and seekbar.

This is what I have achieved until now:

public class ExpandableListActivity extends ListActivity
{
    Context context;
    private TextView mTitle;
    private TextView mDialogue;
    private SeekBar seekbar;
    @Override
    public void onCreate(Bundle savedInstanceState)
    {
        super.onCreate(savedInstanceState);
        context = this;
        // Use our own list adapter
        setListAdapter(new ListAdapter(this));
    }


    @Override
    protected void onListItemClick(ListView l, View v, int position, long id)
    {

    }


    private class ListAdapter extends BaseAdapter {
        public ListAdapter(Context context)
        {
            mContext = context;
        }

        public int getCount() {
            return mTitles.length;
        }

        public Object getItem(int position) {
            return position;
        }

        public long getItemId(int position) {
            return position;
        }

        public View getView(int position, View convertView, ViewGroup parent) {
            LayoutInflater inflater = ((Activity) context).getLayoutInflater();
            View rowView = inflater.inflate(R.layout.listlayout, null, true);
            mTitle = (TextView) rowView.findViewById(R.id.textView1);
            mDialogue= (TextView) rowView.findViewById(R.id.textView2);
            seekbar = (SeekBar)rowView.findViewById(R.id.seekBar1);
            mTitle.setText(mTitles[position]);
            mDialogue.setText(mDialogues[position]);

            return rowView;
        }

        private Context mContext;

        String [] mTitles = getResources().getStringArray(R.array.state_name);
        String [] mDialogues = getResources().getStringArray(R.array.capital_name);
    }
}
  • 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-24T05:34:51+00:00Added an answer on May 24, 2026 at 5:34 am

    Use ExpandableListActivity or ExpandableListView.
    http://techdroid.kbeanie.com/2010/09/expandablelistview-on-android.html

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

Sidebar

Related Questions

I have made a custom listView which which extends ListActivity and each row contains
I'm working on application where I have a custom made List View, with image
I have a custom-made view that extends the View class. I would like 2
I have a custom module I made to show featured products on the homepage.
I want to create a list view custom like this link : http://sites.google.com/site/androideyecontact/_/rsrc/1238086823282/Home/android-eye-contact-lite/eye_contact-list_view_3.png?height=420&width=279 so
I have a list view with custom adapter, with an Image Button and a
I created a ListView with a custom layout for each view. I have several
I have made a custom UserControl i Vb.net (windows application). How can I add
I have made a custom formwizard and incorporated it into my admin interface. Basically
Here's what I have: Custom-made C# CMS where the content is stored in a

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.