On 11 March 2011 14:35, Vegar Ringdal <[email protected]> wrote:
> Hi Im a newbe, but was thinking about creating an app for my kid,
> where I take and "princess cartoon" picture, and let her fill in
> colors on the different parts that I define, but Im strugling on how
> to do this, if android had svg-api build in, then I could have made
> the picture in inkscape, and using onthouch and fill att at the
> different shapes...

and if not, then you may render it as a bitmap (PNG) in inscape and
use is as such and then ordinary flood fill in your ontouch to fill
certain areas. Anyway, quick search reveals alternative approach
involving SVG, so you may read i.e.
http://www.codeproject.com/KB/android/Android_SVG_support.aspx or
simply google a bit on the subject before you start coding anything.

-- 
Regards,
Marcin Orlowski

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to