[android-developers] Re: How to do an animated pie chart?

2009-01-07 Thread Jonathan Parker
Maybe when android support animated gifs that would be easier (assuming there is an animated gif generator library): http://groups.google.com/group/android-beginners/browse_thread/thread/edfc219135fe0909?pli=1 I wonder if Google Charts API will support animated gifs in the future. That would be a

[android-developers] Re: Xml validation

2009-01-07 Thread Jonathan Parker
The feature name is any fully-qualified URI. It is possible for an XMLReader to recognize a feature name but to be unable to set its value; this is especially true in the case of an adapter for a SAX1Parserhttp://java.sun.com/j2se/1.4.2/docs/api/org/xml/sax/Parser.html, which has no way of

[android-developers] Re: Code generator for SQLite interface?

2009-01-07 Thread Jonathan Parker
I think there was a post in the android-beginners about ORMs. Maybe do a search on the archives. On Wed, Jan 7, 2009 at 8:04 AM, antlers googlec...@antlersoft.com wrote: I've been looking at the code for connectbot, and I notice that the objects that correspond to records in the SQLite