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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T05:49:56+00:00 2026-05-27T05:49:56+00:00

I have created some business objects which are created with the data from the

  • 0

I have created some business objects which are created with the data from the database. I am doing this so that I don’t want to hit the DB again and again. The business objects implements parcelable interface. So I can put the arraylist of business objects to the next activity. I am using APILevel 8 so there is no point of using SharedPreferences.editor putExtraSet. Even if I am using API level 11 or above. PutExtraSet can have only set of Strings.

How can I make the arrayList or some collection of business objects available for the entire application rather than forwarding from one activity to another?

Thanks in advance for your help.

  • 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-27T05:49:57+00:00Added an answer on May 27, 2026 at 5:49 am

    Extend the Application class.

    class SomeName extends Application{
    
        private Object obj;
        public Object getObj(){
            return obj;
        }
        public void onCreate(){
            super.onCreate();
        }
    }
    

    The application class is global to your application and can be accessed by any activity by calling

    ((SomeName)getApplication).getObj();
    

    or just keep a reference in you Activity if you use it a lot

    SomeName someName = (SomeName)getApplication();
    someName.getObj();
    

    In the androidManifest.xml the following has to be done.

    <application android:icon="@drawable/icon" android:label="@string/app_name" android:name="SomeName">
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a library that I created with some business logic that includes writing
I have a business layer that has some business objects/POCOs/entities/whatever. I also have some
I have created some python code which creates an object in a loop, and
I have created some functional categories that I use to show/hide markup elements. However,
I'm using SQL*Plus 9.2 on Oracle 10g enterprise. I have created some scripts that
Generally We have some business logic that is causing a bottle neck within a
I have a web-app-database 3 tier server setup. Web requests data from app, and
I have created some extra functionality on my Linq-to-SQL classes to make things easier
I have created some rounded navigation tabs using CSS and am having trouble when
I have created some simple app in Java, and 'deployed' it using Java Web

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.