0

Possible Duplicate:
Svg support on Android

i want a sample program for displaying svg file in android? or i want to know wha are the classes used for it?

Community
  • 1
  • 1
ashwanth
  • 31
  • 1
  • 2

1 Answers1

0

There is no native SVG support in Android, you could use SVG4Mobile but it is GPL licensed rather than LGPL.

I have written a very lightweight, pure Android SVG renderer myself and plan to release it under a permissive Apache/BSD style license, but it is incomplete and will never support the full SVG spec.

I will release the source code over the next day or so here, but beware that this is an early alpha!

Gareth Davidson
  • 4,857
  • 2
  • 26
  • 45