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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T17:36:49+00:00 2026-06-08T17:36:49+00:00

there’s one menu on my application, only can open with internet connection, i have

  • 0

there’s one menu on my application, only can open with internet connection, i have try to put some sources code, but it doesn’t work… can anybody help me..?
this is my source code :

public void onCreate(Bundle savedInstanceState) {
    super.onCreate(savedInstanceState);
    String[] listpeta = new String[] { "TMII","Anjungan", "Museum", "Tempat Ibadah","Taman","Wahana Rekreasi"};
    //Menset nilai array ke dalam list adapater sehingga data pada array akan dimunculkan dalam list
    this.setListAdapter(new ArrayAdapter<String>(this,
            android.R.layout.simple_list_item_1, listpeta));
}

@Override
protected void onListItemClick(ListView l, View v, int position, long id) {
    super.onListItemClick(l, v, position, id);
    //Menangkap nilai text yang dklik
    Object o = this.getListAdapter().getItem(position);
    final String keyword = o.toString();
    //Menampilkan list peta.


        final ProgressDialog myProgressDialog = ProgressDialog.show(ListPeta.this, "Loading", "Mohon Tunggu...!!!", true);
        new Thread() { 
              public void run() { 
                   try{
                       Thread.sleep(1000); 
                       if(keyword=="TMII"){petapa="tmii";}
                       else if(keyword=="Anjungan"){petapa="anjungan";}
                       else if(keyword=="Museum"){petapa="museum";} 
                       else if(keyword=="Tempat Ibadah"){petapa="tempatibadah";}
                       else if(keyword=="Taman"){petapa="taman";}
                       else if(keyword=="Wahana Rekreasi"){petapa="rekreasi";}

                       Intent slide2 = new Intent(ListPeta.this, FormPetaTmiiOnline.class);
                       startActivity(slide2);
                   } catch (Exception e) {  } 
                   // Dismiss the Dialog
                   myProgressDialog.dismiss(); 
              } 
         }.start();

}

if there’s someone help me and give me a source code.. tell me where i must put it on my source code… 🙂

  • 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-08T17:36:50+00:00Added an answer on June 8, 2026 at 5:36 pm

    Use this code to check connectivity:

    final ConnectivityManager conMgr =  (ConnectivityManager) getSystemService(Context.CONNECTIVITY_SERVICE);
    final NetworkInfo activeNetwork = conMgr.getActiveNetworkInfo();
    if (activeNetwork != null && activeNetwork.isConnected()) {
        //being here means you are connected
    } else {
        //being here means you are not connected
    } 
    

    And also include this in your manifest:

    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"></uses-permission>
    

    So you can set a boolean to true or false depending on connectivity and use it to determine if you should open the menu or not.

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

Sidebar

Related Questions

There is some contradiction in the api documentation: on one location: https://developer.foursquare.com/docs/responses/user on another
There are many questions about this PersistenceException, but I have not seen some, where
There's a Rails 3.2.3 web application which doesn't use any database. But in spite
There are two table s : one is the master and one the detail
I have just tried to save a simple *.rtf file with some websites and
There are several shading languages available today like GLSL, HLSL, CG, which one to
There are many string matching algorithms can be used to find a pattern (string)
There's a few previous questions on StackOverflow questioning how one goes about accessing local
There is this strange situation I'm fighting on. I have 3 pages, les call
There is no doubt that MonoTouch is one of the great cross-compiler(s). Similarly, SenchaTouch

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.