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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T07:58:29+00:00 2026-05-20T07:58:29+00:00

I am currently working on an application for Android 2.1-update1 with the Google API

  • 0

I am currently working on an application for Android 2.1-update1 with the Google API and everything was working the way it should but seemingly out of nowhere the app now randomly reloads Google Map tiles that have already been displayed. The reload happens when panning, all tiles will go gray and then will reappear and disappear randomly for a second or two and finally stabilize. I have commented my code out leaving the bare essentials and the issue is still present. Does anyone know what the issue might be?

I have tested this on my Droid and the emulator with the same results.

Here is my bare bones MapActivity:


package com.app.test;

import com.google.android.maps.MapActivity;
import android.location.Location;
import android.location.LocationListener;  
import android.os.Bundle;

public class MapViewActivity extends MapActivity implements LocationListener  
{  
    @Override  
    public void onCreate(Bundle savedInstanceState)  
    {  
        super.onCreate(savedInstanceState);  
        setContentView(R.layout.mapview);  
    }  

    @Override  
    protected void onResume()  
    {  
        super.onResume();  
    }  

    @Override  
    protected void onPause()  
    {  
        super.onPause();  
    }  

    @Override  
    protected void onStop()  
    {  
        super.onStop();  
    }  

    public void onLocationChanged(Location location)  
    {  

    }  

    public void onProviderDisabled(String provider)  
    {  

    }  

    public void onProviderEnabled(String provider)  
    {  

    }  

    public void onStatusChanged(String provider, int status, Bundle extras)  
    {  

    }  

    @Override  
    protected boolean isRouteDisplayed()  
    {  
        return false;  
    }  
}

The method from which it is called:


public void display(View view)
{
    Intent intent = new Intent(context,MapViewActivity.class);
    context.startActivity(intent);
}

If you need any more information just let me know.

Thanks for your 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-05-20T07:58:29+00:00Added an answer on May 20, 2026 at 7:58 am

    I don’t know what the issue might be, but I don’t think it has anything to do with your code. This started happening to me over the weekend and happens with any app I have installed that is using a map. I even did a factory reset of my phone and it didn’t fix it.

    Here is some discussion about this in the Android Developers group:
    https://groups.google.com/d/topic/android-developers/-HkmIRo0W-g/discussion

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

Sidebar

Related Questions

I'm currently working my way through the book Teach Yourself Android Application Development in
I'm currently working on desktop application which calls third party API. After authorizing against
Currently I am working on an Android application that is dynamically creating controls. Everytime
Currently a team of developers is working on Android application and during the development
I am currently working on a multi-threaded game application for the Android platform... so
Can anybody tell about the asynctask used in android application. Currently I am working
I'm currently working on an application with a frontend written in Adobe Flex 3.
We are currently working on an application that will use a WCF service. The
The application I am currently working on generates a lot of SQL inline queries.
In an application that I am currently working on, a requirement is to bring

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.