How the nine-patch Image different from a regular bitmap? Alternatively, what is the difference between nine-patch Image vs regular Bitmap Image?
Answer Posted / mady
It is one of a resizable bitmap resource which is being used as backgrounds or other images on the device. The NinePatch class allows drawing a bitmap in nine sections. The four corners are unscaled; the middle of the image is scaled in both axes, the four edges are scaled into one axis.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is calibrated?
Write a program that shows the creation of reusable user interface that includes the layout.
How does aosp relate to the android compatibility program?
What is color/ directory?
To display a notification on upper left of android screen, which of the following class you need to use?
What is a visible activity?
when does anr occur in android programming?
What is the apk format?
What is the importance of setting permissions in application development in Android programming?
How to listen to an event in sencha touch class?
What is a sticky broadcast? Give an example.
What is a toast?
Tell us why bytecode cannot be run in android?
how serialization is different from binders?
What are the different approaches that are required to share the objects?