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

文件名称:2

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2013-04-20
  • 文件大小:
    7.23mb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

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

Android平板电脑开发实战详解和典型案例——光盘源码

此书出版时间:2013-02-01

从Android 2.0趣味特性、Android 4.0新特性的基础知识到完整综合案例,由浅入深,循序渐进地进行了详解,既适合Android 4.0初学者学习,也适合有一定基础的读者进一步提升之用。



第2章 Android平台特色控件

2.1 搜索框控件——SearchView

2.1.1 搜索框控件基本知识

2.1.2 搜索框控件使用案例

2.2 开关窗口——Switch

2.2.1 开关窗口基本知识

2.2.2 开关窗口使用案例

2.3 弹出菜单——PopupMenu

2.3.1 弹出菜单基本知识

2.3.2 弹出菜单使用案例

2.4 动作条——ActionBar

2.4.1 显示选项菜单基本知识

2.4.2 显示选项菜单使用案例

2.4.3 提供标签页切换方式的导航功能基本知识

2.4.4 提供标签页切换方式导航功能使用案例

2.4.5 提供下拉列表导航功能基本知识

2.4.6 提供下拉列表导航功能使用案例

2.5 数字选择控件——NumberPiker

2.5.1 数字选择控件基本知识

2.5.2 数字选择控件使用案例

2.6 可展开列表——ExpandableListView

2.6.1 可展开列表基本知识

2.6.2 可展开列表使用案例

2.7 滑动式抽屉——SlidingDrawer

2.7.1 滑动式抽屉基本知识

2.7.2 滑动式抽屉使用案例-Android tablets to develop practical explanation and typical cases, CD source book publication date: 2013-02-01 from Android 2.0 interest feature, the basic knowledge of Android 4.0 new features to the full integrated case, it has carried on the explanation, step by step is suitable for the Android 4.0 for beginners learning, also is suitable for the readers to have certain basis for further promotion.Chapter 2 Android platform characteristic control 2.1 search box control-- SearchView2.1.1 search box control basic knowledge search box control 2.1.2 use case 2.2 window- basic knowledge 2.2.2 Switch2.2.1 switch window switch window use case 2.3 popup menu- basic knowledge 2.3.2 PopupMenu2.3.1 popup menu pop-up menus, use case 2.4 action bar- ActionBar2.4.1 display basic knowledge 2.4.2 options menu option menu 2.4.3 use cases provide switching tabs navigation basic knowledge 2.4.4 provide switching tabs navigation use case 2.4.5 provide basic knowledge 2.4.6 dropdown navigation dropdown
(系统自动生成,下载前可以参看下载内容)

下载文件列表

第2章/Sample2_1/.classpath
第2章/Sample2_1/.project
第2章/Sample2_1/.settings/org.eclipse.jdt.core.prefs
第2章/Sample2_1/AndroidManifest.xml
第2章/Sample2_1/bin/classes/com/bn/Sample2_1/R$array.class
第2章/Sample2_1/bin/classes/com/bn/Sample2_1/R$attr.class
第2章/Sample2_1/bin/classes/com/bn/Sample2_1/R$color.class
第2章/Sample2_1/bin/classes/com/bn/Sample2_1/R$drawable.class
第2章/Sample2_1/bin/classes/com/bn/Sample2_1/R$id.class
第2章/Sample2_1/bin/classes/com/bn/Sample2_1/R$layout.class
第2章/Sample2_1/bin/classes/com/bn/Sample2_1/R$string.class
第2章/Sample2_1/bin/classes/com/bn/Sample2_1/R$style.class
第2章/Sample2_1/bin/classes/com/bn/Sample2_1/R.class
第2章/Sample2_1/bin/classes/com/bn/Sample2_1/SearchViewActivity.class
第2章/Sample2_1/bin/classes.dex
第2章/Sample2_1/bin/res/drawable-hdpi/ic_launcher.png
第2章/Sample2_1/bin/res/drawable-ldpi/ic_launcher.png
第2章/Sample2_1/bin/res/drawable-mdpi/ic_launcher.png
第2章/Sample2_1/bin/resources.ap_
第2章/Sample2_1/bin/Sample2_1.apk
第2章/Sample2_1/gen/com/bn/Sample2_1/R.java
第2章/Sample2_1/proguard.cfg
第2章/Sample2_1/project.properties
第2章/Sample2_1/res/drawable-hdpi/ic_launcher.png
第2章/Sample2_1/res/drawable-ldpi/ic_launcher.png
第2章/Sample2_1/res/drawable-mdpi/ic_launcher.png
第2章/Sample2_1/res/layout/main.xml
第2章/Sample2_1/res/layout/searchview_layout.xml
第2章/Sample2_1/res/values/colors.xml
第2章/Sample2_1/res/values/strings.xml
第2章/Sample2_1/res/values/string_list.xml
第2章/Sample2_1/res/values/theme.xml
第2章/Sample2_1/src/com/bn/Sample2_1/SearchViewActivity.java
第2章/Sample2_2/.classpath
第2章/Sample2_2/.project
第2章/Sample2_2/.settings/org.eclipse.jdt.core.prefs
第2章/Sample2_2/AndroidManifest.xml
第2章/Sample2_2/bin/classes/com/bn/Sample2_2/R$attr.class
第2章/Sample2_2/bin/classes/com/bn/Sample2_2/R$drawable.class
第2章/Sample2_2/bin/classes/com/bn/Sample2_2/R$id.class
第2章/Sample2_2/bin/classes/com/bn/Sample2_2/R$layout.class
第2章/Sample2_2/bin/classes/com/bn/Sample2_2/R$string.class
第2章/Sample2_2/bin/classes/com/bn/Sample2_2/R.class
第2章/Sample2_2/bin/classes/com/bn/Sample2_2/SwitchActivity$1.class
第2章/Sample2_2/bin/classes/com/bn/Sample2_2/SwitchActivity.class
第2章/Sample2_2/bin/classes.dex
第2章/Sample2_2/bin/res/drawable-hdpi/ic_launcher.png
第2章/Sample2_2/bin/res/drawable-ldpi/ic_launcher.png
第2章/Sample2_2/bin/res/drawable-mdpi/bulb_off.png
第2章/Sample2_2/bin/res/drawable-mdpi/bulb_on.png
第2章/Sample2_2/bin/res/drawable-mdpi/ic_launcher.png
第2章/Sample2_2/bin/resources.ap_
第2章/Sample2_2/bin/Sample2_2.apk
第2章/Sample2_2/gen/com/bn/Sample2_2/R.java
第2章/Sample2_2/proguard.cfg
第2章/Sample2_2/project.properties
第2章/Sample2_2/res/drawable-hdpi/ic_launcher.png
第2章/Sample2_2/res/drawable-ldpi/ic_launcher.png
第2章/Sample2_2/res/drawable-mdpi/bulb_off.png
第2章/Sample2_2/res/drawable-mdpi/bulb_on.png
第2章/Sample2_2/res/drawable-mdpi/ic_launcher.png
第2章/Sample2_2/res/layout/main.xml
第2章/Sample2_2/res/values/strings.xml
第2章/Sample2_2/src/com/bn/Sample2_2/SwitchActivity.java
第2章/Sample2_3/.classpath
第2章/Sample2_3/.project
第2章/Sample2_3/.settings/org.eclipse.jdt.core.prefs
第2章/Sample2_3/AndroidManifest.xml
第2章/Sample2_3/bin/classes/com/bn/Sample2_3/PopupMenuPicActivity$1$1.class
第2章/Sample2_3/bin/classes/com/bn/Sample2_3/PopupMenuPicActivity$1.class
第2章/Sample2_3/bin/classes/com/bn/Sample2_3/PopupMenuPicActivity.class
第2章/Sample2_3/bin/classes/com/bn/Sample2_3/R$attr.class
第2章/Sample2_3/bin/classes/com/bn/Sample2_3/R$drawable.class
第2章/Sample2_3/bin/classes/com/bn/Sample2_3/R$id.class
第2章/Sample2_3/bin/classes/com/bn/Sample2_3/R$layout.class
第2章/Sample2_3/bin/classes/com/bn/Sample2_3/R$menu.class
第2章/Sample2_3/bin/classes/com/bn/Sample2_3/R$string.class
第2章/Sample2_3/bin/classes/com/bn/Sample2_3/R$style.class
第2章/Sample2_3/bin/classes/com/bn/Sample2_3/R.class
第2章/Sample2_3/bin/classes.dex
第2章/Sample2_3/bin/res/drawable-hdpi/ic_launcher.png
第2章/Sample2_3/bin/res/drawable-ldpi/ic_launcher.png
第2章/Sample2_3/bin/res/drawable-mdpi/ic_launcher.png
第2章/Sample2_3/bin/res/drawable-mdpi/png_cloud.png
第2章/Sample2_3/bin/res/drawable-mdpi/png_rain.png
第2章/Sample2_3/bin/res/drawable-mdpi/png_snow.png
第2章/Sample2_3/bin/res/drawable-mdpi/png_sun.png
第2章/Sample2_3/bin/res/drawable-mdpi/png_thunder.png
第2章/Sample2_3/bin/resources.ap_
第2章/Sample2_3/bin/Sample2_3.apk
第2章/Sample2_3/gen/com/bn/Sample2_3/R.java
第2章/Sample2_3/proguard.cfg
第2章/Sample2_3/project.properties
第2章/Sample2_3/res/drawable-hdpi/ic_launcher.png
第2章/Sample2_3/res/drawable-ldpi/ic_launcher.png
第2章/Sample2_3/res/drawable-mdpi/ic_launcher.png
第2章/Sample2_3/res/drawable-mdpi/png_cloud.png
第2章/Sample2_3/res/drawable-mdpi/png_rain.png
第2章/Sample2_3/res/drawable-mdpi/png_snow.png
第2章/Sample2_3/res/drawable-mdpi/png_sun.png
第2章/Sample2_3/res/drawable-mdpi/png_thunder.png
第2章/Sample2_3/res/layout/main.xml
第2章/Sample2_3/res/menu/popupmenu.xml
第2章/Sample2_3/res/values/strings.xml
第2章/Sample2_3/res/values/theme.xml
第2章/Sample2_3/src/com/bn/Sample2_3/PopupMenuPicActivity.java
第2章/Sample2_4/.classpath
第2章/Sample2_4/.project
第2章/Sample2_4/.settings/org.eclipse.core.resources.prefs
第2章/Sample2_4/.settings/org.eclipse.jdt.core.prefs
第2章/Sample2_4/AndroidManifest.xml
第2章/Sample2_4/assets/3d.txt
第2章/Sample2_4/assets/hexi

相关说明

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

相关评论

暂无评论内容.

发表评论

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