CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 通讯/手机编程 android开发

文件名称:AlertDialogTest

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2013-06-08
  • 文件大小:
    747.28kb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!
电信下载 联通下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。

介绍说明--下载内容来自于网络,使用问题请自行百度

Android中使用AlertDialog的例子,包括简单提示框、单选提示框、多选提示框、自定义提示框、Activity和提示框的转换。-The sample code to use AlertDialog in android, include simple alert dialog, single choice alert dialog, multi choice alert dialog, custom alert dialog.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

AlertDialogTest/
AlertDialogTest/.classpath
AlertDialogTest/.project
AlertDialogTest/.settings/
AlertDialogTest/.settings/org.eclipse.jdt.core.prefs
AlertDialogTest/AndroidManifest.xml
AlertDialogTest/assets/
AlertDialogTest/bin/
AlertDialogTest/bin/AlertDialogTest.apk
AlertDialogTest/bin/AndroidManifest.xml
AlertDialogTest/bin/classes/
AlertDialogTest/bin/classes/com/
AlertDialogTest/bin/classes/com/bcoder/
AlertDialogTest/bin/classes/com/bcoder/alertdialogtest/
AlertDialogTest/bin/classes/com/bcoder/alertdialogtest/AlertDialogTest$1.class
AlertDialogTest/bin/classes/com/bcoder/alertdialogtest/AlertDialogTest$2.class
AlertDialogTest/bin/classes/com/bcoder/alertdialogtest/AlertDialogTest$3.class
AlertDialogTest/bin/classes/com/bcoder/alertdialogtest/AlertDialogTest$4.class
AlertDialogTest/bin/classes/com/bcoder/alertdialogtest/AlertDialogTest$5.class
AlertDialogTest/bin/classes/com/bcoder/alertdialogtest/AlertDialogTest.class
AlertDialogTest/bin/classes/com/bcoder/alertdialogtest/BuildConfig.class
AlertDialogTest/bin/classes/com/bcoder/alertdialogtest/DlgActivity.class
AlertDialogTest/bin/classes/com/bcoder/alertdialogtest/R$array.class
AlertDialogTest/bin/classes/com/bcoder/alertdialogtest/R$attr.class
AlertDialogTest/bin/classes/com/bcoder/alertdialogtest/R$color.class
AlertDialogTest/bin/classes/com/bcoder/alertdialogtest/R$dimen.class
AlertDialogTest/bin/classes/com/bcoder/alertdialogtest/R$drawable.class
AlertDialogTest/bin/classes/com/bcoder/alertdialogtest/R$id.class
AlertDialogTest/bin/classes/com/bcoder/alertdialogtest/R$layout.class
AlertDialogTest/bin/classes/com/bcoder/alertdialogtest/R$menu.class
AlertDialogTest/bin/classes/com/bcoder/alertdialogtest/R$string.class
AlertDialogTest/bin/classes/com/bcoder/alertdialogtest/R$style.class
AlertDialogTest/bin/classes/com/bcoder/alertdialogtest/R.class
AlertDialogTest/bin/classes.dex
AlertDialogTest/bin/dexedLibs/
AlertDialogTest/bin/dexedLibs/android-support-v4-229ba31cf388f389cb0e621998308573.jar
AlertDialogTest/bin/jarlist.cache
AlertDialogTest/bin/res/
AlertDialogTest/bin/res/drawable/
AlertDialogTest/bin/res/drawable/background.png
AlertDialogTest/bin/res/drawable/windowcontentoverlay.png
AlertDialogTest/bin/res/drawable-hdpi/
AlertDialogTest/bin/res/drawable-hdpi/ic_launcher.png
AlertDialogTest/bin/res/drawable-mdpi/
AlertDialogTest/bin/res/drawable-mdpi/ic_launcher.png
AlertDialogTest/bin/res/drawable-xhdpi/
AlertDialogTest/bin/res/drawable-xhdpi/ic_launcher.png
AlertDialogTest/bin/res/drawable-xxhdpi/
AlertDialogTest/bin/res/drawable-xxhdpi/ic_launcher.png
AlertDialogTest/bin/resources.ap_
AlertDialogTest/gen/
AlertDialogTest/gen/com/
AlertDialogTest/gen/com/bcoder/
AlertDialogTest/gen/com/bcoder/alertdialogtest/
AlertDialogTest/gen/com/bcoder/alertdialogtest/BuildConfig.java
AlertDialogTest/gen/com/bcoder/alertdialogtest/R.java
AlertDialogTest/ic_launcher-web.png
AlertDialogTest/libs/
AlertDialogTest/libs/android-support-v4.jar
AlertDialogTest/proguard-project.txt
AlertDialogTest/project.properties
AlertDialogTest/res/
AlertDialogTest/res/drawable/
AlertDialogTest/res/drawable/background.png
AlertDialogTest/res/drawable/windowcontentoverlay.png
AlertDialogTest/res/drawable-hdpi/
AlertDialogTest/res/drawable-hdpi/ic_launcher.png
AlertDialogTest/res/drawable-ldpi/
AlertDialogTest/res/drawable-mdpi/
AlertDialogTest/res/drawable-mdpi/ic_launcher.png
AlertDialogTest/res/drawable-xhdpi/
AlertDialogTest/res/drawable-xhdpi/ic_launcher.png
AlertDialogTest/res/drawable-xxhdpi/
AlertDialogTest/res/drawable-xxhdpi/ic_launcher.png
AlertDialogTest/res/layout/
AlertDialogTest/res/layout/activity_alert_dialog_test.xml
AlertDialogTest/res/layout/custom_dialog.xml
AlertDialogTest/res/layout/dialog_list_item.xml
AlertDialogTest/res/menu/
AlertDialogTest/res/menu/alert_dialog_test.xml
AlertDialogTest/res/values/
AlertDialogTest/res/values/dimens.xml
AlertDialogTest/res/values/mycolors.xml
AlertDialogTest/res/values/strings.xml
AlertDialogTest/res/values/styles.xml
AlertDialogTest/res/values-sw600dp/
AlertDialogTest/res/values-sw600dp/dimens.xml
AlertDialogTest/res/values-sw720dp-land/
AlertDialogTest/res/values-sw720dp-land/dimens.xml
AlertDialogTest/res/values-v11/
AlertDialogTest/res/values-v11/styles.xml
AlertDialogTest/res/values-v14/
AlertDialogTest/res/values-v14/styles.xml
AlertDialogTest/src/
AlertDialogTest/src/com/
AlertDialogTest/src/com/bcoder/
AlertDialogTest/src/com/bcoder/alertdialogtest/
AlertDialogTest/src/com/bcoder/alertdialogtest/AlertDialogTest.java
AlertDialogTest/src/com/bcoder/alertdialogtest/DlgActivity.java

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com