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

The Archive Base Latest Questions

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

I have a conundrum, I do know how to call method from other activity..

  • 0

I have a conundrum, I do know how to call method from other activity.. crating object etc..

But I have dbHelper.java that deal with creating sql little tables etc and start like:

public class dbHelper extends SQLiteOpenHelper {
.
.
.
}

it works fine but i have method there that check when the DB version change and recreate DB tables etc..

like:

    @Override
    public void onUpgrade(SQLiteDatabase db, int oldVersion, int newVersion) {
        // pri zmene verzie DB dropne tabulku
        Log.w("DATA", "Upgrading database from version " + oldVersion + " to " + newVersion); 
        db.execSQL("DROP TABLE IF EXISTS plan");
        db.execSQL("DROP TABLE IF EXISTS contacts");

        this.onCreate(db);
}

but I need to store also shared preference that I use to tell application that its new start… however its kind of strange i try :

    SharedPreferences sharedPreferences = getSharedPreferences(PREFERENCE_FILENAME,MODE_PRIVATE);
    SharedPreferences.Editor editor = sharedPreferences.edit();
    editor.putString("FS", "1");
    editor.commit();

But MODE_PRIVATE get underlined as error, even when I try call method from other activity creating object like this for example: dataManager db = new dataManager(this); where is method to store shared preference I get still underlined it as error…

Any idea what might be the issue ? I’m learning java but still no idea :-/

Vlad

  • 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-28T19:44:38+00:00Added an answer on May 28, 2026 at 7:44 pm

    MODE_PRIVATE is a constant which is declared in Context class. Just change MODE_PRIVATE to Context.MODE_PRIVATE

    This works fine inside the Activity’s method, cause’ Activity is a subclass of Context

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

Sidebar

Related Questions

This is an interesting conundrum. We have a WPF app that has a Vista-like
I have an interesting conundrum. We have a site that is a completely separate
I have the same conundrum as presented in this question , but applied to
I have a design conundrum that I could use some feedback on, so I'm
I generally prefer constness, but recently came across a conundrum with const iterators that
I have a conundrum. I had an issue with dragging from a container with
Here's my conundrum: I have a page that uses Google Maps V3 and jQuery.
I have run into an interesting performance conundrum but before I start delving into
I have a bit of a conundrum. I have a form which has numerous
So here's my conundrum. I am programming a tool that needs to work on

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.