<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_Terry_龙_分类_Android APIDEMO 系列</title><id>http://feed.cnblogs.com/blog/u/65692/category/255154/rss</id><updated>2012-05-28T19:38:51Z</updated><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/TerryBlog/category/255154.html"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/65692/category/255154/rss"/><entry><id>http://www.cnblogs.com/TerryBlog/archive/2011/07/08/2101479.html</id><title type="text">Android Ap 开发 设计模式第三篇：模板方法模式</title><summary type="text">Template Method Pattern模板的含义 所谓模板，有用过VS的朋友会比较熟悉，这个IDE将一些统一的代码编写方法制作成模板加载在IDE里面，开发者可以根据自己制作的模板或者微软提供的模板比如Asp.net 、Winform 、WPF开发等各种模板。而Android 建立项目初期生成的Project 也可以当作是一个模板。它是将原先定义好的东西事先写好了一套规范，具体要如何使用这套规范模板来完成不同的任务，是要看我们的AP开发者不同的实现方法。 作为模板的方法要定义在父类，而方法的定义中使用到抽象方法。因此如果只看父类部分的程序，根本不知道到底会是怎样处理内容，最多只能了解该.</summary><published>2011-07-08T14:14:00Z</published><updated>2011-07-08T14:14:00Z</updated><author><name>Terry_龙</name><uri>http://www.cnblogs.com/TerryBlog/</uri></author><link rel="alternate" href="http://www.cnblogs.com/TerryBlog/archive/2011/07/08/2101479.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/TerryBlog/archive/2011/07/08/2101479.html"/><content type="html"/></entry><entry><id>http://www.cnblogs.com/TerryBlog/archive/2010/08/01/1789915.html</id><title type="text">Android ApiDemos 系列解析【View-ImageView/ImageButton】</title><summary type="text">今天来讲一下两个经典的图像组件：ImageButton 和 ImageView 。第一讲：ImageViewImageView layout 文件 位于ApiDemos 的位置： ApiDemos/res/layout/image_view_1.xml，源码为：[代码]ScrollView子节点只允许一个View 视图，如果有多于一个子节点将会报错；android:paddingTop与上节点边距...</summary><published>2010-08-01T06:41:00Z</published><updated>2010-08-01T06:41:00Z</updated><author><name>Terry_龙</name><uri>http://www.cnblogs.com/TerryBlog/</uri></author><link rel="alternate" href="http://www.cnblogs.com/TerryBlog/archive/2010/08/01/1789915.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/TerryBlog/archive/2010/08/01/1789915.html"/><content type="html"/></entry><entry><id>http://www.cnblogs.com/TerryBlog/archive/2010/07/28/1787312.html</id><title type="text">Android ApiDemo 系列解析【View-&amp;gt;Button】</title><summary type="text">一直想把 Android 的 APIDEMO 里面的DEMO 写出来，一来可以方便自己查看，二来方便大家能够早一点切入，从基础的控件到界面布局乃至到OPEN GL 等深入知识。不过惰性使然，一直迟迟未动手，今天外面下着大雨，没心思出去，听说外面还有人拍到深圳的“双龙戏水”呵呵，跑题了。 好了，从头开始吧，看了一下 APIDEMO 觉得先从Button 讲起然后逐步深入，对于...</summary><published>2010-07-28T12:38:00Z</published><updated>2010-07-28T12:38:00Z</updated><author><name>Terry_龙</name><uri>http://www.cnblogs.com/TerryBlog/</uri></author><link rel="alternate" href="http://www.cnblogs.com/TerryBlog/archive/2010/07/28/1787312.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/TerryBlog/archive/2010/07/28/1787312.html"/><content type="html"/></entry></feed>
