Not sure if i can explain this well, but here it is. I'm trying to make an application that would load a map and save it as an image to the SD card, but I would like to do it in the background. I've gotten to the point where I can display a map in a foreground Activity and save it to a file, but I can't think of a way to make it happen in the background. In other words, i want to set it up so the app has, say, an icon on the home screen, and clicking on the icon would load a map at a specific geographic location and save it to a PNG file without ever displaying any UI or leaving the home screen. Would something like that be possible?