- Category:
- android
- Tags:
-
[Java]
[源码]
- File Size:
- 45kb
- Update:
- 2016-05-28
- Downloads:
- 0 Times
- Uploaded by:
- 郝若晶
Description: 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.
To Search:
File list (Check if you may need any files):
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