[Solved] How to measure height and width of object using camera?
I am answering this in context of: I want to make this type of application not exactly same but quite same but for my requirement I want to measure my image height and width using camera. You can get height and width of ImageView by using getWidth() and getHeight() through while this will not give … Read more