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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T04:34:14+00:00 2026-05-27T04:34:14+00:00

in my android app, I have a button that leads to an activity which

  • 0

in my android app, I have a button that leads to an activity which in some cases, does not launch because of an if statement.

What happens, is I kill the activity with .finish(); on the onCreate, so nothing happens when the user taps the button.

But I would like to display an alert, a Toast, to the user on the current activity. Not sure if this is really clear, but here’s what should basically happen:

  • User is on homepage
  • User click button to go to next activity
  • Nothing happens because the activity is killed with the .finish(); on the onCreate.
  • Here, a toast notification should be displayed on the homepage after the user clicked the button

Here’s my code so far :

try {
        this.storeMarkerList = new StoreMarkerList(this.mapView);
        StoreList list = (StoreList)getBaseApplication().getSessionParameter("selected.storelist", null);
        if (list == null || list.size() == 0){
            Toast.makeText(???, "No stores", 5000);
            this.finish();  
        }
        else {

(…)

  • 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-27T04:34:15+00:00Added an answer on May 27, 2026 at 4:34 am

    Try this:

    Toast.makeText(getApplicationContext(), "No stores", 5000).show();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am writing a simple android app which have a edittext and a button.
In my Android app, I have a main activity that serves as an entry
I have a class that extends android.app.Dialog, the layout is done in an xml
I'm defining a style XML for my android app. I have some TTF files
I have an android app that posts to users wall by using the Facebook
I have an Android App with a number of activities. The wrong activity is
I have popup in my android app. In popup I have button for closing
i have a background service on my android APP that is getting my GPS
In my android app I have a Button for voting photos. When the user
I have some code below that creates a RelativeLayout and adds a button to

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.