i am trying to implement gallery using HorizontalScrollView.
When user click image image it should "grow up" to show this image like this: (i will have images from drawable folder)
Image Preview
Use PopupWindow. In the layout just put an imageView and fill it with the clicked image.
Check this out http://mobilemancer.com/2011/01/08/popup-window-in-android/
Related
Is that possible to make an image in a button like that, or I have to create this image and make it an image button?enter image description here
I have implemented custom imageView with a pinch option. Now I stuck in after pinch whatever the image visible in imageview. Only get the pinched/visible image as cropped & set that cropped image to another imageview. Pls, help to achieve this.
I am very much new this issue.I want to make application like this.look at the image below,This is a brief summary of my requirement.
ok so top there is a image view.After user capture image from camera in OnActivityResult I am displaying captured image on main image view. Below that image view there is a HorzontalScrollView, Inside HorzontalScrollView i have put couple of images,like hat,spects etc...
ok so What i want is, user should be able to drag any image from HorzontalScrollView and can be able to put that small image on main image view.
Any guide/tutorial will be appreciated from guys who have worked on such functionality
Thanks
I have a problem with my GalleryView. I need an image above the Gallery but this image is not moving with gallery. How to I can put an item above GalleryView? Any ideas?
Just use a ImageView above your gallery, in your layout.
I have a Gallery. I have used the android:unselectedAlpha parameter so that the center image in the Gallery is more bright. However, I would like to have this center image size to be bigger than other images. Is there a way to do this ?
You could add and onClickListener to each image. When the image is clicked you could change the layout so that the image is then bigger.