Quantcast
Channel: How to create drawable circle with below requirement? - Stack Overflow
Viewing all articles
Browse latest Browse all 5

Answer by Angad Tiwari for How to create drawable circle with below requirement?

$
0
0

@Sreedhu Madhu .... you have to customize your imageview and work it on bitmap and canvas to achieve so..

although i suggest you to use one of the library posted by Henning Dodenhof on github and android-arsenal... CircleImageView

on the other side you can take a look how this is done..using this class..

Custom Class for Circular ImageView

the imp methods was setup() and onDraw()


Viewing all articles
Browse latest Browse all 5

Trending Articles