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

  • Home
  • SEARCH
  • 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 8370925
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T14:01:53+00:00 2026-06-09T14:01:53+00:00

I have a simple Android application that has an Activity with an Observable object,

  • 0

I have a simple Android application that has an Activity with an Observable object, foo, inside of it. I have a private inner class implementing Observer in my activity that updates the GUI with the argument passed to update. I attach the Observer with foo.addObserver when creating the activity.

However, my observer is only notified once, then it receives no more updates. I’ve stepped into foo and my observer is deleted when it tries to send out a 2nd notification. Has anybody experienced this before? What could be causing this? I don’t know how to troubleshoot this any further. This seems so simple. There’s probably something outside of this that I’m doing that is causing this? If anybody has any ideas, I can reveal more of my application.

Relevant code for this is below (sans parameters and scope)

Activity

onCreate
  ...
  foo = new Foo();
  foo.addObserver( new FooObserver() );
  ...

class FooObserver implements Observer {
  update()
    updateGUI();

Foo

arbitraryMethod()
   ...
   setChanged();
   notifyObservers( argument );
  • 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-09T14:01:54+00:00Added an answer on June 9, 2026 at 2:01 pm

    The (embarrassing) problem I was having is that I had multiple instances of Foo and was only registering the listener one a specific instance of the object without remembering that I have created multiple instances of the object, which is why the array of Observers was empty after the first update; I was looking at a different object!

    There are many solutions to this, but the one that works in my case is to make the object a singleton.

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

Sidebar

Related Questions

I have a simple Android application that uses a JAR I have built. When
I'm developing a simple Android application that would have an action bar on the
So I have a very simple android activity that starts a timer when you
i have an android application which has a listview for listing 14 items inside
I have used an Android application recently that has an interesting UI pattern in
I have a simple application that starts with a splash screen activity that plays
I have developed a simple application using SDK(Android: 3.2[API-13]) for, to display Google banners.
I am programming an Android application and have a curious issue. My application has
We're developing an android application that has several different tabs. We've been trying to
In short, I am writing an Android application that I want to have pull

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.