分類:C#、Android、VS2015; 創建日期:2016-03-01 一、簡介 本章主要演示Started Service、帶Intent過濾器的Started Service、IntentService的基本用法,並簡單介紹Android提供的系統服務。 二、本章示例主界面 1、運行截圖 2...
分類:C#、Android、VS2015;
創建日期:2016-03-01
一、簡介
本章主要演示Started Service、帶Intent過濾器的Started Service、IntentService的基本用法,並簡單介紹Android提供的系統服務。
二、本章示例主界面
1、運行截圖
2、MainActivity.cs文件中對應的代碼
chItems.Add(new Chapter() { ChapterName = "第16章 自定義服務和系統服務", ChapterItems = new ChItem[] { new ChItem { type=typeof(ch1601MainActivity), Title="例16-1 StartedServiceDemo1", Desc = "演示Started Service的基本用法" }, new ChItem { type=typeof(ch1602MainActivity), Title="例16-2 StartedServiceDemo2", Desc = "演示帶Intent過濾器的Started Service基本用法" }, new ChItem { type=typeof(ch1603MainActivity), Title="例16-3 IntentServiceDemo", Desc = "演示IntentService的基本用法" }, } });