I m just starting with Android development and I m coming from JavaScript/HTML world so I m currently investigating the possibilities of the Android SDK.
The HTML 5 canvas supports composite operations (See here).
Is this possible in an Android Canvas? I scanned the API of the Canvas class but couldn t find anything useful. I need at least the composite operation "source-in" or (if this isn t possible) "source-atop".