Answer Posted / maanya
- The Nine-patch in the image name refers to the way the image can be resized: 4 corners that are unscaled, 4 edges that are scaled in 1 axis, and the middle one that can be scaled into both axes.
- A Nine-patch image allows resizing that can be used as background or other image size requirements for the target device.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is foreground service?
Which layout is mostly used in android?
What Programming languages does Android support for application development?
What database is used in android?
Android asynctask create new thread in background?
What is the significance of xml-based layouts?
How do you find memory leaks in the mobile app on android platform?
Can android kitkat be upgraded to lollipop?
What is the demand of mobile application developers?
What is android:maxsdkversion?
How long does it take to build an app?
what is handler in android?
What is idl (interface definition language)?
What is the relationship between the life cycle of an asynctask and an activity? What problems can this result in?
What is viewholder-pattern?