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

The Archive Base Latest Questions

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

My Android application needs to show a dialog on first use of the application.

  • 0

My Android application needs to show a dialog on first use of the application. This application also uses a custom Application class that extends Androids Application class. I want to use a DialogFragment for this dialog (because the documentation states that the showDialog() method is deprecated), and show this DialogFragment in the onCreate() method of my custom Applicaton class. The code to show a DialogFragment is as follows:

FragmentManager manager = getSupportFragmentManager();
DialogFragment firstUseDialog = new FirstUseDialog();
firstUseDialog.show(manager, "dialog");

But the getSupportFragmentManager() method is not available in an Application class, only in Activity classes. So my question is if there is another way to show a dialog from the Application class.

I can always move the first use code into my main activity, but I just wanted to check if it is possible to do in an Activity class. I feel like an applicaton first use check should be part of the Application class and not of an Activity class.

  • 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-27T20:56:19+00:00Added an answer on May 27, 2026 at 8:56 pm

    But the getSupportFragmentManager() method is not available in an Application class, only in Activity classes.

    getSupportFragmentManager() is not available from Activity, either. It is available from FragmentActivity of the Android Support package.

    So my question is if there is another way to show a dialog from the Application class.

    Not that way.

    I feel like an applicaton first use check should be part of the Application class and not of an Activity class.

    You are certainly welcome to your opinion. IMHO, displaying the UI is the responsibility of an activity and only an activity. The fact that this happens to only occur on the first use of app does not change that.

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

Sidebar

Related Questions

My open-source Android application uses this in an SQL query: String.format(%f, someDoubleValue); Unfortunately, in
I am making an android application that needs to display all of the items
I am making an android application that needs to add items to a dynamic
I am making an android application that uses a listview. I want to get
Im developing an application in Android that receives real-time data (via BT) and needs
I'm converting my Android application to use fragments. Previously, I had an activity that
I have build an application in android. This app needs to display a list
I need to add a shake feature that will refresh my Android application. All
My Android application uses Java OAuth library, found here for authorization on Twitter. I
My Android application uses a secret key to generate a token for authentication purposes.

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.