
ANDROID
文章平均质量分 81
ffyd2000
小二
展开
-
Android下解析xml文档,笔记一下
需要的类:import javax.xml.parsers.DocumentBuilder;import javax.xml.parsers.DocumentBuilderFactory;import javax.xml.parsers.ParserConfigurationException;import org.w3c.dom.Document;import org.w3c原创 2009-05-20 17:54:00 · 1748 阅读 · 0 评论 -
Android Animations 3D flip
Android Animations 3D flip Labels: 3D, Android, Animations, Camera, FrameLayout In this post we are going to look at how to create a 3D flip animation, with a FrameLayout. In the first few posts转载 2009-09-28 10:59:00 · 1824 阅读 · 0 评论 -
Android transitions- slide in and slide out
Ive recently been looking at the android platform and having some fun with writing some small apps. I wanted to do some interesting transitions between views, and decided to have a go at a transition转载 2009-09-28 10:46:00 · 1453 阅读 · 0 评论