[android-developers] BitmapRegionDecoder help

2011-07-21 Thread Kivak
to use to initialize the BitmapRegionDecoder? Or should I use a different version of newInstance? Thanks a lot for any help!! -Kivak Code: -- try { brdMap = BitmapRegionDecoder.newInstance(res/drawable/map.jpg, true); } catch (IOException e

[android-developers] GPS Map using offline files

2011-07-20 Thread Kivak
Hello! I have more of a conceptual question... Lets say I have a map of a county. This map is in a particular projection and can, of course, be reprojected as needed in case there is a better projection to work with. Normally, someone would just use the google maps API for this, but I want to

[android-developers] Re: GPS Map using offline files

2011-07-20 Thread Kivak
From what I understand, OpenStreetMap would still require a data connection to download. Moreover, I am not looking for preexisting maps, I am looking to use my own maps. Maybe I don't understand fully? Thanks for the reply! -Mark On Jul 20, 11:30 am, lbendlin l...@bendlin.us wrote: ever heard

[android-developers] Re: GPS Map using offline files

2011-07-20 Thread Kivak
, but lines) that I want to be able to tap for more information. Do you have any objects in mind that would work? Thanks for your help! -Mark On Jul 20, 12:28 pm, Mark Murphy mmur...@commonsware.com wrote: On Wed, Jul 20, 2011 at 2:20 PM, Kivak littlewol...@gmail.com wrote: From what I understand

[android-developers] Re: GPS Map using offline files

2011-07-20 Thread Kivak
...@commonsware.com wrote: On Wed, Jul 20, 2011 at 4:29 PM, Kivak littlewol...@gmail.com wrote: I do understand how to do that. What I am trying to find is an object that I can use to display the map. These maps would be huge and I am not sure that making an imageView with that size would work very well

[android-developers] Add title to gallery

2011-06-27 Thread Kivak
anyone at least point me in the right direction of how to solve this? Thanks so much for your time and help!! -Kivak Code is as follows: Wallpapers Class (the class called as intent) import android.app.Activity; import