Scale parts of the image in ImageView android -


i need scale part of imageview (say x y), rather whole image. setscaletype() function happens work whole image rather on specific parts. please let me know if there way in android.

thanks in advance.

you can achieve 2 ways.

  1. create separate part of image(photoshop)
  2. create new bitmap(rect) , draw on new canvas , play it.

i prefer go 2 option.


Comments

Popular posts from this blog

jquery - Invalid Assignment Left-Hand Side -

java - Play! framework 2.0: How to display multiple image? -

asp.net mvc - Implementing normal user/pass, Twitter & Facebook auth -