文件名称:toast
介绍说明--下载内容均来自于网络,请自行研究使用
Toast是Android中一种提供给用户简短信息的视图,该视图已浮于应用程序之上的形式呈现给用户。因为它并不获得焦点,即使用户正在输入什么也不会受到影响。它的目标是尽可能已不显眼的方式,使用户看到你提供的信息。显示的时间是有限制的,过一段时间后会自动消失,不过Toast本身可以控制显示时间的长短。-Android Toast is provided to the user in a brief message of view, which has been floating on top of the application form to the user. Because it does not get the focus, even if the user is input nothing will be affected. Its goal is to have unobtrusive way possible, allowing users to see the information you provide. The time displayed is limited, over a period of time will automatically disappear, but Toast itself can control the length of display time.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
ToastDemo
.........\.classpath
.........\.project
.........\.settings
.........\.........\org.eclipse.jdt.core.prefs
.........\AndroidManifest.xml
.........\assets
.........\bin
.........\...\AndroidManifest.xml
.........\...\classes
.........\...\classes.dex
.........\...\.......\com
.........\...\.......\...\imooc
.........\...\.......\...\.....\toast
.........\...\.......\...\.....\.....\BuildConfig.class
.........\...\.......\...\.....\.....\MainActivity$1.class
.........\...\.......\...\.....\.....\MainActivity$2.class
.........\...\.......\...\.....\.....\MainActivity$3.class
.........\...\.......\...\.....\.....\MainActivity$4.class
.........\...\.......\...\.....\.....\MainActivity.class
.........\...\.......\...\.....\.....\R$attr.class
.........\...\.......\...\.....\.....\R$dimen.class
.........\...\.......\...\.....\.....\R$drawable.class
.........\...\.......\...\.....\.....\R$id.class
.........\...\.......\...\.....\.....\R$layout.class
.........\...\.......\...\.....\.....\R$menu.class
.........\...\.......\...\.....\.....\R$string.class
.........\...\.......\...\.....\.....\R$style.class
.........\...\.......\...\.....\.....\R.class
.........\...\dexedLibs
.........\...\.........\android-support-v4-d09d686df24039f8cfd3962cfd6163ab.jar
.........\...\jarlist.cache
.........\...\res
.........\...\resources.ap_
.........\...\...\crunch
.........\...\...\......\drawable-hdpi
.........\...\...\......\.............\ic_launcher.png
.........\...\...\......\.............\topimg.png
.........\...\...\......\drawable-mdpi
.........\...\...\......\.............\ic_launcher.png
.........\...\...\......\drawable-xhdpi
.........\...\...\......\..............\ic_launcher.png
.........\...\...\......\drawable-xxhdpi
.........\...\...\......\...............\ic_launcher.png
.........\...\ToastDemo.apk
.........\gen
.........\...\com
.........\...\...\imooc
.........\...\...\.....\toast
.........\...\...\.....\.....\BuildConfig.java
.........\...\...\.....\.....\R.java
.........\ic_launcher-web.png
.........\libs
.........\....\android-support-v4.jar
.........\proguard-project.txt
.........\project.properties
.........\res
.........\...\drawable-hdpi
.........\...\.............\ic_launcher.png
.........\...\.............\topimg.png
.........\...\drawable-ldpi
.........\...\drawable-mdpi
.........\...\.............\ic_launcher.png
.........\...\drawable-xhdpi
.........\...\..............\ic_launcher.png
.........\...\drawable-xxhdpi
.........\...\...............\ic_launcher.png
.........\...\layout
.........\...\......\activity_main.xml
.........\...\......\toast_layout.xml
.........\...\menu
.........\...\....\main.xml
.........\...\values
.........\...\values-sw600dp
.........\...\..............\dimens.xml
.........\...\values-sw720dp-land
.........\...\...................\dimens.xml
.........\...\values-v11
.........\...\..........\styles.xml
.........\...\values-v14
.........\...\..........\styles.xml
.........\...\......\dimens.xml
.........\...\......\strings.xml
.........\...\......\styles.xml
.........\src
.........\...\com
.........\...\...\imooc
.........\...\...\.....\toast
.........\...\...\.....\.....\MainActivity.java