imageview
Create a slideshow with ImageViewe - Android
I need to know how to create a slideshow of images using a ImageView, the names of image files are loaded from an array. So far I have tried this:[详细]
2023-04-08 04:14 分类:问答Android: Scale fixed Layout down
i want to scale my android application, basically i developed it for 800x480 display with a AbsoluteLayout. Thi开发者_运维百科s is necessary for my Application, i can\'t change it.[详细]
2023-04-08 01:55 分类:问答Android: Scaling image offsets between resolutions
I have an app where, in landscape, I line up a bunch of lowercase alphabet ImageView pngs so that they are sitting on an imaginary line. The problem is that they are of different heights i.e. an \'h\'[详细]
2023-04-08 00:38 分类:问答What is a good approach to Flip through many (over 40) images?
Ive looked into the ViewFlipper, but defining 40 different views in one XML doc just doesn\'t seem like a bright idea. I know there has to be a better way, I just don\'t know how. I have spent some ti[详细]
2023-04-07 14:07 分类:问答Save Canvas Drawing on Image in Android
I\'m working on an applicati开发者_如何学Goon in which I\'v a custom ImageView. Using custom imageview I can drag,zoom, and paste text over over it (using its onDraw() function). Now at the end I want[详细]
2023-04-06 21:26 分类:问答Image Change On Button Click In Android
I\'m new to android and am making a simple app.I\'m trying to change the image (in an imageview) on a button click.[详细]
2023-04-06 20:30 分类:问答Overlaying a place marker image over a static image (ImageView)
I\'ve got an ImageView containing a static image (map) and I would like to put a marker on the map where the user clicks.[详细]
2023-04-06 17:35 分类:问答the best way to pinch to zoom an imageview
What is the best way to pinch-to-zoom an imageview in And开发者_JS百科roid, because i\'ve been searching this for a long long time. Is there some tutorial, or example ? I just want some tips to guide[详细]
2023-04-06 16:30 分类:问答How to check whether the jigsaw puzzle is completed or not?
i am preparing one small game like jigsaw , for that i am using 9 imageview\'s with 9 different images in the layout. set the images to imageview at the time of starting those are actual images, after[详细]
2023-04-06 14:33 分类:问答Scrollable ImageView Android Problem (overscrolling)
I got my image to at least SCROLL, but I don\'t want it to scroll past the image itself. I have variables called maxLeft, maxRight, etc that I have that I currently just set to[详细]
2023-04-06 13:13 分类:问答