<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_Kevin_分类_11-移动开发</title><id>http://feed.cnblogs.com/blog/u/35666/category/317122/rss</id><updated>2012-06-03T14:40:32Z</updated><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kevin-wang/category/317122.html"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/35666/category/317122/rss"/><entry><id>http://www.cnblogs.com/kevin-wang/archive/2012/02/17/2355694.html</id><title type="text">android使用finish()和System.exit()退出应用程序的理解</title><summary type="text">this.finish() in Activity only stop and destroy this activity, application still staying background (check by hold HOME button) I used: System.exit(0); but it still appear there! That's how Android works. The user/developer is not given any way to actually exit the application. When you call &amp;#3</summary><published>2012-02-17T05:58:00Z</published><updated>2012-02-17T05:58:00Z</updated><author><name>Kevin-wang</name><uri>http://www.cnblogs.com/kevin-wang/</uri></author><link rel="alternate" href="http://www.cnblogs.com/kevin-wang/archive/2012/02/17/2355694.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kevin-wang/archive/2012/02/17/2355694.html"/><content type="html"/></entry><entry><id>http://www.cnblogs.com/kevin-wang/archive/2011/08/24/2152059.html</id><title type="text">Android中TabWidget简单应用</title><summary type="text">看到很多热门的Android程序（如：新浪微博、腾讯微博、京东商城、淘宝、当当等等）使用选项卡风格作为程序界面的主框架结构，而Android的选项卡控件默认是按钮在上方的。我在网上看到有多种实现方法，这里提供一种个人觉得比较简单的。由于我对Android开发所知甚少，方法的优劣目前不好评价，欢迎各位提供更好的思路。 主要原理：设置 TabWidget 控件的 android:layout_alignParentBottom="true" 实现。 main.xml &lt;?xml version="1.0" encoding="utf-8&amp;qu</summary><published>2011-08-24T07:18:00Z</published><updated>2011-08-24T07:18:00Z</updated><author><name>Kevin-wang</name><uri>http://www.cnblogs.com/kevin-wang/</uri></author><link rel="alternate" href="http://www.cnblogs.com/kevin-wang/archive/2011/08/24/2152059.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kevin-wang/archive/2011/08/24/2152059.html"/><content type="html"/></entry><entry><id>http://www.cnblogs.com/kevin-wang/archive/2011/08/24/2151781.html</id><title type="text">使用BroadcastReceiver开发手机电池电量应用</title><summary type="text">原理概述 手机电池电量的获取在应用程序的开发中也很常用，Android系统中手机电池电量发生变化的消息是通过Intent广播来实现的，常用的Intent的Action有 Intent.ACTION_BATTERY_CHANGED（电池电量发生改变时）、Intent.ACTION_BATTERY_LOW（电池电量达到下限时）、和Intent.ACTION_BATTERY_OKAY...</summary><published>2011-08-24T03:46:00Z</published><updated>2011-08-24T03:46:00Z</updated><author><name>Kevin-wang</name><uri>http://www.cnblogs.com/kevin-wang/</uri></author><link rel="alternate" href="http://www.cnblogs.com/kevin-wang/archive/2011/08/24/2151781.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kevin-wang/archive/2011/08/24/2151781.html"/><content type="html"/></entry><entry><id>http://www.cnblogs.com/kevin-wang/archive/2011/08/19/2145646.html</id><title type="text">requestWindowFeature()的应用 （转）</title><summary type="text">我们在开发程序是经常会需要软件全屏显示、自定义标题（使用按钮等控件）和其他的需求，今天这一讲就是如何控制Android应用程序的窗体显示. 首先介绍一个重要方法那就是requestWindowFeature(featrueId),它的功能是启用窗体的扩展特性。参数是Window类中定义的常量。 一、枚举常量 1.DEFAULT_FEATURES：系统默认状态，一般不需要指定 2.FEATURE_...</summary><published>2011-08-19T05:58:00Z</published><updated>2011-08-19T05:58:00Z</updated><author><name>Kevin-wang</name><uri>http://www.cnblogs.com/kevin-wang/</uri></author><link rel="alternate" href="http://www.cnblogs.com/kevin-wang/archive/2011/08/19/2145646.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kevin-wang/archive/2011/08/19/2145646.html"/><content type="html"/></entry><entry><id>http://www.cnblogs.com/kevin-wang/archive/2011/08/19/2145335.html</id><title type="text">Android与IIS身份验证——基本验证</title><summary type="text">摘自：http://www.cnblogs.com/GoodHelper/archive/2011/08/17/android_iis_01.html 一、ASP.NET服务器端 首先，我们使用VS2010创建一个web项目(可以是WebForms，也可以是MVC，我这里使用的是ASP.NET MVC项目)。图1.1所示 图1.1 然后，在HomeController的Index Action中输入：登陆成功。 [HandleError]public class HomeController : Controller{ public ActionResult Index() { return </summary><published>2011-08-19T01:58:00Z</published><updated>2011-08-19T01:58:00Z</updated><author><name>Kevin-wang</name><uri>http://www.cnblogs.com/kevin-wang/</uri></author><link rel="alternate" href="http://www.cnblogs.com/kevin-wang/archive/2011/08/19/2145335.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kevin-wang/archive/2011/08/19/2145335.html"/><content type="html"/></entry></feed>
