文件名称:Activitycxff_a5
介绍说明--下载内容均来自于网络,请自行研究使用
用户可以使用两种级别与你的UI进行交互,一种是activity级别,另一种是view级别。在activity级别,Activity类暴露了一些你可以重写的方法。有一些常用的方法,你可以在你的Activity中进行重写:
下面的例子重写了一些在activity中的方法,通过这个例子展示用户如何与众多的activity进行交互。-Users can use two levels of interaction with your UI, one is the activity level, the other is the view level. At the activity level, the Activity class exposes some of the methods you can override. There are some commonly used methods that you can override in your Activity:
The following example is a rewrite of some of the methods in the activity, through this example shows how the user interacts with a large number of activity.
下面的例子重写了一些在activity中的方法,通过这个例子展示用户如何与众多的activity进行交互。-Users can use two levels of interaction with your UI, one is the activity level, the other is the view level. At the activity level, the Activity class exposes some of the methods you can override. There are some commonly used methods that you can override in your Activity:
The following example is a rewrite of some of the methods in the activity, through this example shows how the user interacts with a large number of activity.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Activity
........\.classpath
........\.project
........\.settings
........\.........\org.eclipse.jdt.core.prefs
........\AndroidManifest.xml
........\assets
........\bin
........\...\Activity.apk
........\...\classes.dex
........\...\com
........\...\...\activtiy
........\...\...\........\R$attr.class
........\...\...\........\R$drawable.class
........\...\...\........\R$id.class
........\...\...\........\R$layout.class
........\...\...\........\R$string.class
........\...\...\........\R.class
........\...\...\........\UIActivity.class
........\...\...\........\UIActivityActivity.class
........\...\resources.ap_
........\default.properties
........\gen
........\...\com
........\...\...\activtiy
........\...\...\........\R.java
........\proguard.cfg
........\res
........\...\drawable-hdpi
........\...\.............\icon.png
........\...\drawable-ldpi
........\...\.............\icon.png
........\...\drawable-mdpi
........\...\.............\icon.png
........\...\layout
........\...\......\main.xml
........\...\values
........\...\......\strings.xml
........\src
........\...\com
........\...\...\activtiy
........\...\...\........\UIActivity.java
........\...\...\........\UIActivityActivity.java
........\说明.htm