[android-developers] BitmapRegionDecoder help

2011-07-21 Thread Kivak
correct path 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&q

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

2011-07-20 Thread Kivak
wrote: > On Wed, Jul 20, 2011 at 4:29 PM, Kivak 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

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

2011-07-20 Thread Kivak
only points, 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 wrote: > On Wed, Jul 20, 2011 at 2:20 PM, Kivak wrote: > > From what I understand, OpenStreetMap

[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 wrote: > ever heard of OpenStreet

[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 look

[android-developers] Add title to gallery

2011-06-26 Thread Kivak
eAdapter and not Activity). Can 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 and