Hello, Currently I'm working on a digital city guide which provides walks and multimedia information about the city and its history. I'm using a PocketPC device and eSVG viewer. This viewer "has" support for SVG 1.1 Full. Though it has lots of problems and bugs. I'm using Visual Studio 2005 to program for this device. I'm using the C++ version because that way I can handle events on svg objects. There is also a .Net Compact Framework available if you want to work with C#. But this version doesn't allow handling events. It's not supported yet. Moreover, The latest version dates from 25-08-2005 I think.
Bitflash also had an SDK for PDA. But this one is very low-level C++ and is very complicated to work with. Some people on this list have experience with that I believe. So for PDA's the choices are very limited and there are no prospects for the future. If there are, please tell me about it! :) For mobile phones or smartphones the future looks to be a lot more promising. A lot of devices are being chipped with SVG 1.1 or 1.2 Tiny support. Opera for example has a browser which also allows AJAX applications. Nokia provides several Java API's to work with SVG and mobile applications (JSR-226). Nokia is currently working on the next version of the Java SVG API (JSR-287). While JSR-226 provides Tiny 1.1 support, the new JSR-287 will provide Tiny 1.2 support. Another option would be Tinyline, an open-source java toolkit for Tiny SVG. You could use these Java solutions on PDA (PocketPC) as well, but you'd have to install a Java Runtime Environment. I've tried the one from IBM and that works ok. To conclude: support for mobile phones or smartphones will eventually be better than support for PDA. Probably because PDA's will dissapear and Smartphones will take over, because they will have the same functionality. Jeroen Ronan Oger schreef: > maybe ask on [EMAIL PROTECTED] > > As far as I am aware there are no svg-enabled players today on mobile > devices > that support svg applications. There are some primitive static svg > implementations, but I have never seen an svg application that works on a > mobile phone. > > Several mobile svg viewer vendors have told me that the latest > versions of > their softwares have an svg player that can handle ajax functionality > however, from my limited perspective as an svg application developer, > I can > only say that so far this is vapour ware to me. > > Maybe someone on this group can show an svg application that they have > used on > a mobile device? > > also, beware of the mobile marketing term 'supports svg'. Generally > speaking,mobile technology vendors operate in a closed ecosystem which > shields them from the hard fact-checking that one gets with web > technologies. > When mobile devices claim to support svg, they generally mean today > that the > device can recieve an mms message with an embedded svg picture and > render it. > > This is still very, very far from the internet's concept of supporting a > technology. > > So where does this leave you, a developer who wants to develop svg > applications for a mobile device? > > If you are satisfied with using svg like web pages without javascript > or ajax, > then you can build svg applications for mobiles with smil and no state > keeping. For this, you simply need to identify mobile devices which > support > svgt1.0 or svgt1.1 content over http. > > If you want to use svg as gui layer for interactive devices with state > using > ajax behaviour, then you need to find out which devices (will) support > this > and then you need to develop your application like any other ajax > application > as long as you conform with svg's xml paradigm (there's that word > again...). > > Good luck. > > Ronan > > On Monday 24 April 2006 07:08, adis_gundam wrote: > > How to build svg application(maps) for pocket pc/pda/handphone? > > > > > > > > > > > > > > > > ----- > > To unsubscribe send a message to: > > [EMAIL PROTECTED] -or- > > visit http://groups.yahoo.com/group/svg-developers and click "edit my > > membership" ---- > > Yahoo! Groups Links > > > > > > > > -- > Ronan Oger > Director > RO IT Systems GmbH > ...Building Web2.0 with SVG since 2001 > > http://www.roitsystems.com > > > ----- > To unsubscribe send a message to: > [EMAIL PROTECTED] > -or- > visit http://groups.yahoo.com/group/svg-developers and click "edit my > membership" > ---- > > > > SPONSORED LINKS > Xml format > <http://groups.yahoo.com/gads?t=ms&k=Xml+format&w1=Xml+format&w2=Svg&w3=Data&c=3&s=35&.sig=u8RdjEjLCbPTzkUjsFG_JA> > > Svg > <http://groups.yahoo.com/gads?t=ms&k=Svg&w1=Xml+format&w2=Svg&w3=Data&c=3&s=35&.sig=BrpyGiBcZ6vcQXDJ7ktaiw> > > Data > <http://groups.yahoo.com/gads?t=ms&k=Data&w1=Xml+format&w2=Svg&w3=Data&c=3&s=35&.sig=CrK_fWaLZ-AZKa5FK8rTGA> > > > > > ------------------------------------------------------------------------ > YAHOO! GROUPS LINKS > > * Visit your group "svg-developers > <http://groups.yahoo.com/group/svg-developers>" on the web. > > * To unsubscribe from this group, send an email to: > [EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]> > > * Your use of Yahoo! Groups is subject to the Yahoo! Terms of > Service <http://docs.yahoo.com/info/terms/>. > > > ------------------------------------------------------------------------ > Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

