Hi i want to draw a circle animation around an image view..can any one please help me out..
Thanks
Here is the picture...
I do not know this is what you want to do, but there are several custom views to help your work.
HoloCircularProgressBar
CircularImageView
Otherwise, you should draw a circle around image. Please refer this answer.
Related
I want to draw a rectangle with 2 rounded edges in android like this, please give me a solution, thanks
I haven't enough reputation to post image this is my image link:
https://fbcdn-sphotos-h-a.akamaihd.net/hphotos-ak-xpf1/v/t34.0-12/10748614_625637960879181_1248600195_n.jpg?oh=55df952450fe6392bdc04576852ba113&oe=545369D0&gda=1414743424_4de198add38ec1c5748f101338b7e238
I want to Draw draggable and editable polygon of more than 4 points on image view using canvas. Please help me or provide me a similar link to solve it out. Does anyone knows the solution?
Thanks
Now I want to make a effect,when my finger touch on a picture on the screen, the picture will be show from the top of picture to the position I touched exactly.Can you give me some advice to achieve this effect.Thanks a million,whether or not you will be able to help me.
Not the solution, but a clue:
You will probably need to implement your own animation which will scale / translate your image. There is a lot of tuts on google.
I hope this will help you.
I want to move an image within a circle with my touch on move. I've been confused how to determine the coordinates circle boundaries when the finger moved.
For example I want to move this image like lock screen on android tabs.
http://cdn.alltouchtablet.com/wp-content/uploads/2012/03/samsung-galaxy-tab-7-plus-lock-screen.jpg
EDIT :
Now After learn the answer below, I managed to draw an circle image and moving this image around the screen.
And now, I want to restrict the image movement so that it only can moved in a circle, just like in the image above. Any ideas?
I hope you can help me. Thank you!
so I've actually not done anything like this but i know this tutorial : and the guy does something similar to what you want,
this video is one right in the middle of an entire playlist of tutorial videos if you dont get what he's doing check the previous few... as for moving the image in a circle i'm sure there'll be some way to set boundries :)
http://www.youtube.com/watch?v=9d4Wua-cxZs&list=PLB03EA9545DD188C3&index=32&feature=plpp_video
hope it was helpful!
I would like to develop a function so that i can edit and draw some lines on the existing image. Can anyone give me some idea how to implement it? thanks!
You should ask in detail; explaining what have you done till now, how are you approaching it.
Anyways, Refer this series of blog- Drawing with Canvas, it will get you going.
First you have to load the image like this. Then you can draw on it like this.