I have an Android Application, where I have an ImageView, I need to keep the size constant, there can be various images that I need to put into this ImageView
ImageView
In your case you need to
android:scaleType
fitXY
Below is an example:
For more information regarding ImageView scaleType please refer to the developer website.