Getting Started

在这里插入图片描述
Welcome to Training for Android developers. Here you’ll find training classes that describe how to accomplish a specific task with code samples you can re-use in your app. Classes are organized into several groups you can see at the top-level of the left navigation.
欢迎参加Android开发者培训。在这里,您将找到一些培训课程,这些课程描述了如何使用可在应用程序中可重复使用的代码示例来完成特定任务。类被组织成几个组,您可以在左侧导航的顶层看到。
The first training guides below teach you the essentials for Android app development. If you’re a new Android app developer, you should complete each of these classes in order.
下面的第一个培训指南将向您介绍Android应用程序开发的要点。如果你是一个新的Android应用程序开发人员,你应该按顺序完成每一个课程。
Various online video courses are also available if you’d prefer an interactive video experience.
如果您更喜欢互动视频训练,还可以提供各种在线视频课程。
Check out this trailer for a course about the fundamentals of Android development on Udacity.
查看这个预告片,了解有关Udacity上Android开发基础的课程。
After you’ve installed the Android SDK, start with this class to learn the basics about Android app development.
安装完Android SDK后,从本课程开始学习有关Android应用程序开发的基础知识。
How to build your app with alternative resources that provide an optimized user experience on multiple device form factors using a single APK.
如何使用其他资源构建应用程序,这些资源使用单个APK在多个设备外形因素上提供优化的用户体验。
How Android activities live and die and how to create a seamless user experience by implementing lifecycle callback methods.
Android活动如何生存和消亡,以及如何通过实现生命周期回调方法来创建无缝的用户体验。
How to build a user interface for your app that is flexible enough to present multiple UI components on large screens and a more constrained set of UI components on smaller screens—essential for building a single APK for both phones and tablets.
如何为您的应用程序构建一个足够灵活的用户界面,以便在大屏幕上显示多个UI组件,在小屏幕上显示一组更受限制的UI组件,这对于为手机和平板电脑构建单个APK至关重要。
How to save data on the device, whether it’s temporary files, downloaded app assets, user media, structured data, or something else.
如何在设备上保存数据,无论是临时文件、下载的应用程序资源、用户媒体、结构化数据还是其他内容。
How to build a user experience that leverages other apps available on the device to perform advanced user tasks, such as capture a photo or view an address on a map.
如何建立一种用户体验,利用设备上可用的其他应用程序执行高级用户任务,如捕获照片或查看地图上的地址。
How to declare that your app needs access to features and resources outside of its ‘sandbox’, and how to request those privileges at runtime.
如何声明应用程序需要访问其“沙盒”之外的功能和资源,以及如何在运行时请求这些权限。

猜你喜欢

转载自blog.csdn.net/qq_799250633/article/details/90078363