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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T09:43:21+00:00 2026-06-02T09:43:21+00:00

Hello I have a ListFragment that fetches some data from the net and then

  • 0

Hello I have a ListFragment that fetches some data from the net and then uses a renderer to display them. The problem is that if I add a simple TextView like so:

TextView tv = new TextView(getActivity());

then it works fine, but if I try to add a more complex view then the application freezes.
I have also tried to inflate the view from an xml but no luck.
Basically I am trying to inflate this RelativeLayout:

<RelativeLayout 
    android:id="@+id/listView"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:orientation="vertical" 
    android:layout_centerVertical="true" 
    android:background="@color/main_background" >

    <TextView
        android:id="@+id/textView1"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:text="@string/leave_comment" 
        android:layout_alignParentLeft="true"
        android:layout_alignParentTop="true"
        android:textColor="@color/resultlist_title"/>

    <EditText
        android:id="@+id/editText1"
        android:layout_width="230dp"
        android:layout_height="wrap_content"
        android:layout_below="@+id/textView1"
        android:layout_marginLeft="10dp"
        android:inputType="textPostalAddress" >

    </EditText>

    <Button
        android:id="@+id/button1"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content" 
        android:text="@string/leave_commentbtn"
        android:background="@drawable/venue_post" 
        android:layout_below="@+id/textView1"
        android:layout_toRightOf="@+id/editText1"
        style="@style/list_button" 
        android:layout_marginLeft="18dp" 
        android:layout_centerInParent="true"
        android:textColor="@color/white"/>

    <ProgressBar
        android:id="@+id/progressBar1"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_centerHorizontal="true"
        android:layout_centerVertical="true" />

am I missing something? is it not possible to add a relative layout as footer view?

  • 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-02T09:43:22+00:00Added an answer on June 2, 2026 at 9:43 am

    To inflate relative layout you can use:

        View my_view= View.inflate(this, R.layout.layout_name, null);
    

    hope it will work then you can add it where you want.

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

Sidebar

Related Questions

Hello I have a problem with fetching required rows from MySQL table correctly within
Hello I have this problem with PyQt4-dev-tools that include: * a user interface compiler
Hello I have a problem with the onListItemClick Method on a ListFragment. I have
Hello I have very strange problem and maybe some of you could help my.
hello i have the following problem: i have a form in that i would
Hello I have a problem with a binding that I want to do and
Hello i have 2 arrays and and i want to put them in a
hello I have my code that connects to my ftp server $conn_id = ftp_connect($ftp_server);
Hello I have a datatable that I would like to filter with a single
Hello i have the this problem, i need your help to figure out what

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.