android多个屏幕显示,了解 Android 多屏显示:深入了解
了解 Android 多屏显示:深入了解Hello, Android Multiscreen: Deep Dive
10/05/2018
本文内容
在这个两部分的指南中,会扩展基本 Phoneword 应用程序(在“Hello,Android”指南中创建)以便处理第二个屏幕。在此过程中,引入了基本 Android 应用程序构建基块。包括对 Android 体系结构的更深入了解,以帮助你更好地了解 Android 应用程序结构和功能。In this two-part guide, the basic Phoneword application (created in the Hello, Android guide) is expanded to handle a second screen. Along the way, the basic Android application building blocks are introduced. A deeper dive into Android architecture is included to help you develop a better understanding of Android application structure and functionality.
在 Hello,Android 多屏幕快速入门中,你生成并运行了第一个多屏幕 Xamarin.Android 应用程序。In the Hello, Android Multiscreen Quickstart, you built and ran your first multi-screen Xamarin.Android application.
本指南将探讨更高级的 Android 体系结构。In this guide you will explore more advanced Android architecture. 说明了具有意向 的 Android 导航,并探讨了 Android 硬件导航选项。Android navigation with Intents is explained, and Android hardware navigation options are explored. 剖析了对 Phoneword 应用添加的新功能,同时你会对应用程序与操作系统和其他应用程序之间的关系形成更全面的观点。New additions to the Phoneword app are dissected as you develop a more holistic view of the application's relationship with the operating system and other applications.
Android 体系结构基础知识Android architecture basics
在 Hello,Android 深入了解中,你了解到 Android 应用程序是独有的程序,因为它们缺少单一入口点。In the Hello, Android Deep Dive, you learned that Android applications are unique programs because they lack a single entry point. 相反,操作系统(或其他应用程序)可启动应用程序的任何一个已注册活动,这进而会启动应用程序的进程。Instead, the operating system (or another application) starts any one of the application's registered Activities, which in turn starts the process for the application. 此 Android 体系结构深入了解通过介绍 Android 应用程序构建基块及其功能,扩展了你对 Android 应用程序的构造原理的了解。This deep dive into Android architecture expands your understanding of how Android applications are constructed by introducing the Android Application Building Blocks and their functions.
Android 应用程序构建基块Android application building blocks
Android 应用程序由特殊 Android 类的集合组成,这些类称为应用程序块 ,与任何数量的应用资源(图像、主题、帮助程序类等)捆绑在一起。– 这些类通过称为 Android 清单 的 XML 文件进行协调。An Android application consists of a collection of special Android classes called Application Blocks bundled together wit
本文来自互联网用户投稿,文章观点仅代表作者本人,不代表本站立场,不承担相关法律责任。如若转载,请注明出处。 如若内容造成侵权/违法违规/事实不符,请点击【内容举报】进行投诉反馈!
