android - Re-sizing of slate in Drawing app -


In my project, I've integrated Google's marker app, it's working fine. It is that the slate size of the app should be fit for the size of the image because the user loads an image on it so that it does not have to draw anything other than the image. For example, if I am a user, and I load an image in the drawing app and make some changes in the image. The modifications should not go beyond the image to change the size of the slate. How to do this

Sample image of the current app

 Sample image of the current app

Required

Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -