imageview
Varying ImageView source according to value
I would like to show something similar to a progressbar by using different images, for exampl开发者_如何学Goe an empty lawn if progress = 0 and a nearly complete house if progress = 95.[详细]
2023-04-13 08:28 分类:问答imageview does not move on touch event android
MY imageview does not move when ontouch event is called...Though I can see ACTION_UP and ACTION_MOVE happening from the log traces.[详细]
2023-04-12 21:04 分类:问答ImageView doesn't change image after download
I am a beginner in developing Android applications. I am trying to load an image from an URL to an ImageView using a thread. The idea is I want to load the image without interrupting overall process.[详细]
2023-04-12 13:19 分类:问答angle calculation called multiple times for imageview on touch event
I have an imageview which contains an arrow picture.When the user touches his finger on the imageview then depending on the movement of the imageview from initial position, I am calculating the angle([详细]
2023-04-12 07:59 分类:问答add image to surface view in android
I want to add image to Surface view. So i used below code public class MySurfaceView extends SurfaceView implements SurfaceHolder.Callback{[详细]
2023-04-12 06:53 分类:问答ImageView and LinearLayout, the imageview it's getting blank spaces on top and bottom of the Image
I\'m having some issues with LinearLayout and ImageView on Android. I must not use XML for defining the layouts, i\'m trying to understand to do it with java code.[详细]
2023-04-12 03:32 分类:问答Overlay text over imageview in framelayout programmatically - Android
I am trying to implement a textview over an image in a framelayout at the center and bottom of the layout as it is seen here:[详细]
2023-04-12 00:47 分类:问答How do I modify TouchImageView with double tap to zoom in and out?
I am modifying the TouchImageView (https://github.com/MikeOrtiz/TouchImageView/issues) to have zoom in and out for when you double tap. I have started as per this post - How does TouchImageView works?[详细]
2023-04-11 14:36 分类:问答Is it possible to reuse the views in ViewFlipper?
May be a dumb Question.But still, is it possible to reuse the views in viewflipper? Now,i have three 开发者_StackOverflow中文版imageviews in a viewflipper.is it possible to have a single imageview and[详细]
2023-04-10 14:20 分类:问答Android draw border in ImageView
I want to draw a border around an image. But I can\'t align the border at the ImageView itself (like it is done mostly) because I translate and scale the image inside of the ImageView with the ImageMa[详细]
2023-04-10 06:08 分类:问答