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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T08:12:13+00:00 2026-06-12T08:12:13+00:00

I have an AlertDialog appear whenever I find that the device location has changed.

  • 0

I have an AlertDialog appear whenever I find that the device location has changed. This happens pretty much at anytime the application sees fit.

The problem is that if the dialog appears just before a new Activity is started the dialog disappears with the old Activity. Is there anyway to have the AlertDialog block new Intents? Or translate over to the new Activity (could I update the Context)?

I noticed that AlertDialogs don’t even handle the case where the device rotates, so my hope for this isn’t too high, but any input would 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-06-12T08:12:14+00:00Added an answer on June 12, 2026 at 8:12 am

    I would simply use a SharedPreference setting and check it whenever your potentially interruptive Activity starts.

    Ex;

    1. set shared preference value to 1
    2. start dialogue
    3. when finished, save the shared preference to 0
    4. if activity starts and shared preference is 1, it interrupted so start an alert dialogue. if it is 0, move on.

    Again, an AlertDialog is meant to attach itself to an activity, so you really can’t stop it from dieing, if your previous activity is pushed back or loses focus of the screen (ui thread basically put on hold!)

    Hope you can fix your problem with this minor fixup.

    To add what Daniel commented, Custom toasts can be awesome. They are, however, limited to about 3.5 seconds (I think)
    More on Custom Toasts; http://developer.android.com/guide/topics/ui/notifiers/toasts.html#CustomToastView

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

Sidebar

Related Questions

I have an alertdialog with an editext. For this Edittext I make keyboard appear
can someone help me with this? I have an AlertDialog box and its working
I have following code for alertdialog: AlertDialog.Builder helpBuilder = new AlertDialog.Builder(this); helpBuilder.setTitle(Options); helpBuilder.setMessage(Choose Your
I have button that a user selects and I pop up a AlertDialog to
So i have this activity : public class settings_dock extends Activity { AlertDialog alert;
I have a alertdialog that I know I will be using in multi classes
I need to have an AlertDialog appear when a certain button on a PopupWindow
I have extended AlertDialog with my class that displays my XML layout. I don't
I currently have this: Builder yesandno = new AlertDialog.Builder(this); yesandno.setTitle(QuickResponse); yesandno.setMessage(message); yesandno.setPositiveButton(YES, null); yesandno.setNegativeButton(NO,
I have this code and would like it to appear on the page of

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.