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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T08:07:24+00:00 2026-06-02T08:07:24+00:00

Normally using a ListView adding images and text to the ListView items is straight

  • 0

Normally using a ListView adding images and text to the ListView items is straight forward. You create and adapter and setListAdapter(adapter) with your custom adapter.

I would like to create a Fragment app that contains the same list with ImageView. I have searched for an example but have not been able to find any that have an image. Can someone please point me to an example so I can see how it is done?

Is it done in the layout-land XML? How would you declare that using the following xml for example.

    <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:orientation="horizontal"
    android:layout_width="match_parent" android:layout_height="match_parent">

    <fragment class="com.demo.android.FragmentLayout$ArticleFragment"
            android:id="@+id/article" android:layout_weight="1"
            android:layout_width="0px" android:layout_height="match_parent" />

    <FrameLayout android:id="@+id/details" android:layout_weight="1"
            android:layout_width="0px" android:layout_height="match_parent"
            android:background="?android:attr/detailsElementBackground" />

</LinearLayout>
  • 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-02T08:07:26+00:00Added an answer on June 2, 2026 at 8:07 am

    You just need to create a class the extends Fragment or ListFragment, then inflate the layout the contains your ListView and set your Adapter.

    Example ListFragment:

    public class Example extends ListFragment {
    
    // Adapter
    private YourListAdapter mAdapter;
    
    // ListView
    private ListView mListView;
    
    @Override
    public void onActivityCreated(Bundle savedInstanceState) {
        // Adapter
        mListView.setAdapter(mAdapter);
        super.onActivityCreated(savedInstanceState);
    }
    
    @Override
    public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
        View view = inflater.inflate(R.layout.listview, container, false);
        mListView = (ListView)view.findViewById(android.R.id.list);
        return view;
        }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Normally when using VMWare Server 1.0.7 you are asked if you would like to
Normally you create a function using cfscript like: <cfscript> function foo() { return bar;
Using win forms with an MVC / MVP architecture, I would normally use a
After adding plone.app.async, I cannot start my production instances normally using 'bin/instance start'. However,
We normally create objects using the new keyword, like: Object obj = new Object();
I normally avoid using Adobe products for web development because they create pages that
Normally using SOAP over port 80 is simple: $client = new SoapClient('http://domain.com/webservice?wsdl'); How would
Normally when using Lucene you set a search query and Lucene gives you some
First post here... I normally develop using PHP and Symfony with Propel and ActionScript
Normally we all do use using System.Linq; and using System.Data.Linq; for example on the

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.