What is the difference between a regular bitmap and a nine-patch image?
Answer / Rohit
A regular bitmap in Android OS is an image with fixed dimensions, where changes to its size would result in distortion of the content. On the other hand, a nine-patch image is a type of bitmap that can be stretched along two axes (horizontal and vertical) without causing the content within it to become distorted. It achieves this by defining nine regions: left, top, right, middle left, middle right, middle top, middle bottom, bottom left, and bottom right. These regions control how the image stretches when resized.
| Is This Answer Correct ? | 0 Yes | 0 No |
What does android os mean?
Can I upgrade my version of android?
Who made android os?
When does Android start and end an application process?
What is pojo class in android?
Will it work on my phone?
Why did we open the Android source code?
Does Android support the Bluetooth serial port profile?
What innovations the oha members strive to achieve?
Define Android application resource files?
What is the correct way to check if a Compass sensor is present on the system? Explain your answer.
What is androidmanifest.xml?