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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T15:30:37+00:00 2026-05-28T15:30:37+00:00

I am new to android development. I made an application on android but i

  • 0

I am new to android development.
I made an application on android but i am facing a crash after my app long sleep in the background.i tried singletons and sub application but both of them leads me to a crash after long sleep.

The configuration that i am saving is a list of objects many of them.also these configuration should be accessible in the whole application.

any Idea how to handle this? I’d searched the websites looking for answer but with no luck.since the Shared preference only for String,boolean ,integer and floats….also I am targeting android 2.1 and higher.

Is there any Easy procedure to that avoiding me to change the whole application mechanism ?

Thanks

  • 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-28T15:30:37+00:00Added an answer on May 28, 2026 at 3:30 pm

    I have had bad experiences with Singletons in Android. The problem is that the Singleton can outlive the application, if the application is destroyed but the jvm is not the Singleton’s state is not reinitialized when the activity is restarted in the same jvm, i.e. with the same instance of the singleton (connected to the old class loader). Does this explain the behavior of your application.

    A possible solution is to use the the Application instance created by Android. Its life cycle is managed by android and you can manage the state in onCreate(), … Since API level 14 there are also activity life cycle callbacks. Look here for more information: http://developer.android.com/reference/android/app/Application.html#registerActivityLifecycleCallbacks%28android.app.Application.ActivityLifecycleCallbacks%29

    If I need a global variable and the database or shared preferences are not appropriate solutions I usually use the Application instance to store the state. You can get the initialized Application or Service instance by calling

    (MyApplication) this.getApplication();
    

    in your activity or service, e.g. in onCreate(). You initialize your instance of MyApplication (which extends Application) in its onCreate() method.

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

Sidebar

Related Questions

I m new to android application development. I made a project on getting feeds
I am new to android development. I am creating an android application, in which
I'm new to Android development and am having an issue with my first app's
I am new to android development. I am developing a phonebook app. What I
I am new to android development. Currently i am working on an application which
fairly new to Android development. I made a function for the user to call
I'm completely new to Android development, but I just got a HTC Hero and
I'm new to Android development and it's been a long time since I've done
I'm quite new to Android development and was about to finish my first application
I'm brand new to Android development... coming from iPhone and .Net background. I've seen

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.