WorldMap icon indicating copy to clipboard operation
WorldMap copied to clipboard

Android Scrolling Background Bitmap Example

Results 8 WorldMap issues
Sort by recently updated
recently updated
newest added

Add a title 'WorldMap'. Change it to md format to make it more clear

log: java.lang.IllegalArgumentException: rectangle is outside the image at android.graphics.BitmapRegionDecoder.decodeRegion(BitmapRegionDecoder.java:187) at com.test.emptydemo.lib2.InputStreamScene.fillCache(InputStreamScene.java:63) at com.test.emptydemo.lib2.Scene$CacheThread.run(Scene.java:526)

When we have a zoom !=1 or !=0 how can i obtain the real coordinates of one point i need to draw in drawComplete ? For example if a need...

What if I don't have an image to render right away? Currently, it crashes if you do not suppl an input stream

This is a very fantastic library. I have only a problem: I use 2.0.2 version and it is very simple to save the InstanceState of the viewport. I'm unable to...

Having some problems with 2.0.2 I can load a resource via setinputstream. e.g. - mWorldView.setInputStream(getResources().openRawResource(R.drawable.centerlogo)); When I call setinputstream again to change the image, it crashes. The inputstream I am...

Hi, I tested worldmap and am using it in a project to display a big picture. When I test your latest code on a Galaxy S3, I can reproduce an...

When ever the image is zoomed with the scaleFactor > 1f, parts of the right side begins to get cut off because the right side bound being reached. if (x...