adspace
Tell us how would you update the ui of an activity from a background service?
Answer Posted / Km.kanchan
A NinePatch image is a special type of Android drawable that supports dynamic scaling by adding stretchable areas to images. It consists of nine patches: four corners, four sides, and the center area. This allows the image to stretch appropriately when it needs to fill larger or smaller spaces while maintaining its original aspect ratio. On the other hand, a regular bitmap image doesn't have this property and will be scaled without any adjustments.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers