[android-developers] Re: map can't load at specific places

2010-11-11 Thread Sergiu Dogaru
I'm facing a similar issue. Map works fine. I have an input in the app, on which when I write a text and press a button I geolocate the text and zoom the map to the geocoded location. Everything works fine until i go to bochum. It takes me to bochum, but doesn't load any tiles, and after that, no

[android-developers] Re: Select image resource dynamically

2009-12-19 Thread Sergiu Dogaru
you could try using Reflection, but that might be too complicated for what you need. What I would do is to place all of the images in the assets folder, where you can retrieve them by name. I think it's something like Bitmap bmp = BitmapFactory.decodeStream(getResources().getAssets

[android-developers] Re: OutofMemoryError: bitmap size exceeds VM budget.....

2009-12-18 Thread Sergiu Dogaru
how ? On Dec 18, 6:11 pm, Abhi abhishek.r.sha...@gmail.com wrote: Resolved!!! On Dec 18, 9:25 am, Abhi abhishek.r.sha...@gmail.com wrote: Anyone? On Dec 18, 12:11 am, Abhi abhishek.r.sha...@gmail.com wrote: Hi, I am doing the following in my app, which at times results in the