Android基础Activity篇之什么是Activity?
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Android基础Activity篇之什么是Activity?相关的知识,希望对你有一定的参考价值。
Activity是android的四大组件之一,也是平时我们用到最多的一个组件,可以用来显示View。
官方的说法是Activity一个应用程序的组件,它提供一个屏幕来与用户交互,以便做一些诸如打电话、发邮件和看地图之类的事情,原话如下:
An Activity is an application component that provides a screen with which users can interact in order to do something, such as dial the phone, take a photo, send an email, or view a map.
以上是关于Android基础Activity篇之什么是Activity?的主要内容,如果未能解决你的问题,请参考以下文章
未找到处理 Intent act=android.media.action.IMAGE_CAPTURE 的 Activity