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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T21:33:51+00:00 2026-06-07T21:33:51+00:00

I have a DialogFragment from where i am adding the item to the database

  • 0

I have a DialogFragment from where i am adding the item to the database table.

And i have another Fragment, which has a ListView where i am displaying all items from the database.
I could add the item to the database, but it doesn’t immediately appear on the ListView, which is fetching the items from database.

  • 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-07T21:33:52+00:00Added an answer on June 7, 2026 at 9:33 pm

    you can use the method yourListAdapter.notifyDataSetChanged() , see this

    EDIT :

    you add the item to database from fragment A , so you should create a global variable for your listAdapter in the fragment B ( the one which contains the listView) , and get your fragment in your Fragment A by tag , and then you should call :

    //when you add the fragmentB to your Activity , make sure you set a Tag for it
    FragmentB f = (FragmentB) getActivity().getSupportFragmentManager()
                    .findFragmentByTag(TAG_FRAGMENT_B);
    
    f.getMyListAdapter().notifyDataSetChanged();
    

    EDIT 2 :

    in your CustomListAdapter , add a method to refresh your List of objects ( my ) :

    public void setMyList(List myListOfObjects) {
        this.my = myListOfObjects;
        this.notifyDataSetChanged();
    }
    

    and then , when you add the new Object to your database, retreive all data from the database, and then call :

    f.getMyListAdapter().setMyList(newListOfObjects);//newListOFObjects contains the new data 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have fragment that on a component click pop-ups DialogFragment. This dialog fragment holds
I have hit a wall on this one. My DialogFragment works well with all
I have an Android project that uses a library project (all of which I
I have DialogFragment and a Loader . Dialog prompts user to logout from Application.
If I have a class, let's say, extended from DialogFragment and define custom constructor
I have a DialogFragment defined as inner class in my Fragment class. On Orientation
I have a Fragment that can create and pop up a DialogFragment, but when
I have a DialogFragment which do some work by means of listener which I
I have a button in a FragmentActivity which, when pressed should open a DialogFragment.
have written this little class, which generates a UUID every time an object of

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.