編輯電子書 - Android應用程式建構模組可分為7個模組元件
書名:
型號:
價格:
簡介:
Android應用程式建構模組可分為7個模組元件: Activity(活動) Activity程式是最容易理解的類型,屬於前台系統的展現層。 Service(服務) Service程式隸屬於後台系統,在系統背景持續運行。 ContentProvider(內容提供者) 是APP與APP共用資料的方法,藉由配置設定來允許其他APP存取儲存在自身資料庫中的資訊。 BroadcastReceiver(廣播接收) 在APP中是一個重要的事件驅動機制,透過廣播接收可以監聽所匹配過濾的意圖廣播,以便做出快速回應與分析。 Intent(意圖) 是Android在應用程式間特殊且極為重要的訊息傳遞框架。 Widget(小部件) 讓APP可以在Homescreen上直接呈現APP的資料內容。 Notification(通知) 在不打斷使用者當前行為的一種使用者通知框架。
內容:
<div class="txt01" style="line-height: 24px; font-size: 15px; color: rgb(46, 124, 167); font-family: Arial, 新細明體; position: relative; left: 0px; width: 570px; background-color: rgb(255, 255, 255);"> <div class="txt01" style="position: relative; left: 24px; width: 560px;"> <table style="table-layout:fixed; word-break:normal; word-wrap:break-word"> <tbody> <tr> <td>Android應用程式建構模組可分為7個模組元件:</td> </tr> </tbody> </table> </div> </div> <div style="font-family: Arial, 新細明體; position: relative; left: 20px; background-color: rgb(255, 255, 255);"> <table style="table-layout:fixed; width:570px; word-break:normal; word-wrap:break-word"> <tbody> <tr> <td> <div style="position: relative; top: 3px;"><img id="Img" src="http://www.pcschool.tv/scorm12/class/05183TC1/class800/05183tc1/05183tc1_m7_1/images/o01.png" style="height:14px; width:14px" /></div> </td> <td>Activity(活動)</td> </tr> </tbody> </table> </div> <div class="txt01" style="line-height: 24px; font-size: 15px; color: rgb(46, 124, 167); font-family: Arial, 新細明體; position: relative; left: 0px; width: 570px; background-color: rgb(255, 255, 255);"> <div class="txt01" style="position: relative; left: 44px; width: 540px;"> <table style="table-layout:fixed; word-break:normal; word-wrap:break-word"> <tbody> <tr> <td>Activity程式是最容易理解的類型,屬於前台系統的展現層。</td> </tr> </tbody> </table> </div> </div> <div style="font-family: Arial, 新細明體; position: relative; left: 20px; background-color: rgb(255, 255, 255);"> <table style="table-layout:fixed; width:570px; word-break:normal; word-wrap:break-word"> <tbody> <tr> <td> <div style="position: relative; top: 3px;"><img id="Img" src="http://www.pcschool.tv/scorm12/class/05183TC1/class800/05183tc1/05183tc1_m7_1/images/o02.png" style="height:14px; width:14px" /></div> </td> <td>Service(服務)</td> </tr> </tbody> </table> </div> <div class="txt01" style="line-height: 24px; font-size: 15px; color: rgb(46, 124, 167); font-family: Arial, 新細明體; position: relative; left: 0px; width: 570px; background-color: rgb(255, 255, 255);"> <div class="txt01" style="position: relative; left: 44px; width: 540px;"> <table style="table-layout:fixed; word-break:normal; word-wrap:break-word"> <tbody> <tr> <td>Service程式隸屬於後台系統,在系統背景持續運行。</td> </tr> </tbody> </table> </div> </div> <div style="font-family: Arial, 新細明體; position: relative; left: 20px; background-color: rgb(255, 255, 255);"> <table style="table-layout:fixed; width:570px; word-break:normal; word-wrap:break-word"> <tbody> <tr> <td> <div style="position: relative; top: 3px;"><img id="Img" src="http://www.pcschool.tv/scorm12/class/05183TC1/class800/05183tc1/05183tc1_m7_1/images/o03.png" style="height:14px; width:14px" /></div> </td> <td>ContentProvider(內容提供者)</td> </tr> </tbody> </table> </div> <div class="txt01" style="line-height: 24px; font-size: 15px; color: rgb(46, 124, 167); font-family: Arial, 新細明體; position: relative; left: 0px; width: 570px; background-color: rgb(255, 255, 255);"> <div class="txt01" style="position: relative; left: 44px; width: 540px;"> <table style="table-layout:fixed; word-break:normal; word-wrap:break-word"> <tbody> <tr> <td>是APP與APP共用資料的方法,藉由配置設定來允許其他APP存取儲存在自身資料庫中的資訊。</td> </tr> </tbody> </table> </div> </div> <div style="font-family: Arial, 新細明體; position: relative; left: 20px; background-color: rgb(255, 255, 255);"> <table style="table-layout:fixed; width:570px; word-break:normal; word-wrap:break-word"> <tbody> <tr> <td> <div style="position: relative; top: 3px;"><img id="Img" src="http://www.pcschool.tv/scorm12/class/05183TC1/class800/05183tc1/05183tc1_m7_1/images/o04.png" style="height:14px; width:14px" /></div> </td> <td>BroadcastReceiver(廣播接收)</td> </tr> </tbody> </table> </div> <div class="txt01" style="line-height: 24px; font-size: 15px; color: rgb(46, 124, 167); font-family: Arial, 新細明體; position: relative; left: 0px; width: 570px; background-color: rgb(255, 255, 255);"> <div class="txt01" style="position: relative; left: 44px; width: 540px;"> <table style="table-layout:fixed; word-break:normal; word-wrap:break-word"> <tbody> <tr> <td>在APP中是一個重要的事件驅動機制,透過廣播接收可以監聽所匹配過濾的意圖廣播,以便做出快速回應與分析。</td> </tr> </tbody> </table> </div> </div> <div style="font-family: Arial, 新細明體; position: relative; left: 20px; background-color: rgb(255, 255, 255);"> <table style="table-layout:fixed; width:570px; word-break:normal; word-wrap:break-word"> <tbody> <tr> <td> <div style="position: relative; top: 3px;"><img id="Img" src="http://www.pcschool.tv/scorm12/class/05183TC1/class800/05183tc1/05183tc1_m7_1/images/o05.png" style="height:14px; width:14px" /></div> </td> <td>Intent(意圖)</td> </tr> </tbody> </table> </div> <div class="txt01" style="line-height: 24px; font-size: 15px; color: rgb(46, 124, 167); font-family: Arial, 新細明體; position: relative; left: 0px; width: 570px; background-color: rgb(255, 255, 255);"> <div class="txt01" style="position: relative; left: 44px; width: 540px;"> <table style="table-layout:fixed; word-break:normal; word-wrap:break-word"> <tbody> <tr> <td>是Android在應用程式間特殊且極為重要的訊息傳遞框架。</td> </tr> </tbody> </table> </div> </div> <div style="font-family: Arial, 新細明體; position: relative; left: 20px; background-color: rgb(255, 255, 255);"> <table style="table-layout:fixed; width:570px; word-break:normal; word-wrap:break-word"> <tbody> <tr> <td> <div style="position: relative; top: 3px;"><img id="Img" src="http://www.pcschool.tv/scorm12/class/05183TC1/class800/05183tc1/05183tc1_m7_1/images/o06.png" style="height:14px; width:14px" /></div> </td> <td>Widget(小部件)</td> </tr> </tbody> </table> </div> <div class="txt01" style="line-height: 24px; font-size: 15px; color: rgb(46, 124, 167); font-family: Arial, 新細明體; position: relative; left: 0px; width: 570px; background-color: rgb(255, 255, 255);"> <div class="txt01" style="position: relative; left: 44px; width: 540px;"> <table style="table-layout:fixed; word-break:normal; word-wrap:break-word"> <tbody> <tr> <td>讓APP可以在Homescreen上直接呈現APP的資料內容。</td> </tr> </tbody> </table> </div> </div> <div style="font-family: Arial, 新細明體; position: relative; left: 20px; background-color: rgb(255, 255, 255);"> <table style="table-layout:fixed; width:570px; word-break:normal; word-wrap:break-word"> <tbody> <tr> <td> <div style="position: relative; top: 3px;"><img id="Img" src="http://www.pcschool.tv/scorm12/class/05183TC1/class800/05183tc1/05183tc1_m7_1/images/o07.png" style="height:14px; width:14px" /></div> </td> <td>Notification(通知)</td> </tr> </tbody> </table> </div> <div class="txt01" style="line-height: 24px; font-size: 15px; color: rgb(46, 124, 167); font-family: Arial, 新細明體; position: relative; left: 0px; width: 570px; background-color: rgb(255, 255, 255);"> <div class="txt01" style="position: relative; left: 44px; width: 540px;"> <table style="table-layout:fixed; word-break:normal; word-wrap:break-word"> <tbody> <tr> <td>在不打斷使用者當前行為的一種使用者通知框架。</td> </tr> </tbody> </table> </div> </div>
上架
封面圖:
當前封面:
支援格式: JPG, PNG, GIF (最大 2MB)
更新電子書
返回列表