I'm interested in experimenting with 9Patch bitmaps. There's a ton of guides on how to make the PNGs (which is very easy) but not much on how to actually code the 9.PNGs into your code (other than the occasional forum post).
Is there any advantage to using NinePatchDrawable over Cocos2D's CCScale9Sprite? NinePatchDrawable's look quite complicated!