Welcome![Sign In][Sign Up]
Location:
Search - android sd

Search list

[BooksAndroid基础教程

Description: 第一部分 Android简介 第1章 快速入门.............. 3 1.1 安装工具...... 3 1.1.1 Java 5.0+.... 3 1.1.2 Eclipse.......... 4 1.1.3 Android....... 4 1.1.4 Eclipse插件..................... 5 1.2 创建第一个程序.... 7 1.3 在模拟器上运行程序............... 8 1.4 在手机上运行程序..................... 9 1.5 快速阅读指南.......... 9 第2章 基本概念........... 11 2.1 Android的系统架构................ 11 2.1.1 Linux内核..................... 11 2.1.2 本机库...... 12 2.1.3 Android运行时......... 13 2.1.4 应用程序框架........... 14 2.1.5 应用程序 15 2.2 它还活着... 15 2.2.1 进程不等于应用程序......... 16 2.2.2 应用程序生命周期............... 17 2.3 构建块......... 19 2.3.1 活动............ 19 2.3.2 意图............ 19 2.3.3 服务............ 19 2.3.4 内容提供者................. 19 2.4 使用资源... 20 2.5 安全性......... 20 2.6 快速阅读指南....... 21 第二部分 Android基础知识 第3章 设计用户界面..................... 25 3.1 数独游戏简介....... 25 3.2 声明性设计............. 26 3.3 创建启动界面....... 27 3.4 使用替代资源....... 34 3.5 实现About对话框..................... 37 3.6 应用主题... 41 3.7 添加菜单... 43 3.8 添加设置... 45 3.9 开始新游戏............. 47 3.10 利用日志消息调试程序... 48 3.11 利用调试器调试程序......... 50 3.12 退出游戏 50 3.13 快速阅读指南.... 50 第4章 绘制2D图形...................... 53 4.1 Android图形基础...................... 53 4.1.1 Color类... 53 4.1.2 Paint类... 54 4.1.3 Canvas类 55 4.1.4 Path类...... 55 4.1.5 Drawable类................. 56 4.2 在Sudoku程序中添加图形............... 58 4.2.1 开始游戏 58 4.2.2 定义Game类................. 58 4.2.3 定义PuzzleView类............... 60 4.2.4 绘制游戏盘面........... 61 4.2.5 绘制数字 63 4.3 处理输入... 65 4.3.1 定义和更新选定区域......... 66 4.3.2 输入数字 68 4.3.3 增加提示 69 4.3.4 抖动屏幕 70 4.4 其他问题... 71 4.4.1 创建软键盘................. 71 4.4.2 实现游戏逻辑........... 76 4.4.3 其他功能 78 4.5 更多改进... 80 4.6 快速阅读指南....... 81 第5章 多媒体. 83 5.1 播放音频... 83 5.2 播放视频... 88 5.3 为数独游戏配上音乐............ 92 5.4 快速阅读指南....... 94 第6章 存储本地数据..................... 95 6.1 为数独游戏添加选项............ 95 6.2 继续玩前一个游戏.................. 97 6.3 记住当前位置....... 99 6.4 访问内部文件系统............... 100 6.5 访问SD卡.............. 101 6.6 快速阅读指南.... 103 第三部分 高级主题 第7章 互联的世界. 107 7.1 通过意图实现浏览............... 108 7.2 利用视图打开网页............... 111 7.3 JavaScript与Java通信.......... 115 7.4 使用Web服务..... 121 7.5 快速阅读指南.... 131 第8章 定位与环境感知........... 133 8.1 位置,位置,位置............... 133 8.1.1 我在哪里.................... 135 8.1.2 更新位置.................... 137 8.1.3 模拟说明.................... 138 8.2 充分利用传感器..................... 139 8.2.1 了解传感器.............. 139 8.2.2 解析传感器的读数............ 140 8.2.3 模拟说明.................... 140 8.3 地图功能 141 8.3.1 嵌入MapView........... 142 8.3.2 准备就绪.................... 145 8.3.3 模拟说明.................... 146 8.4 快速阅读指南.... 147 第9章 SQL实战...... 149 9.1 SQLite简介........... 149 9.2 SQL基础 150 9.2.1 DDL语句.................... 151 9.2.2 修改语句.................... 151 9.2.3 查询语句.................... 151 9.3 你好,数据库.... 152 9.3.1 使用SQliteOpenHelper 153 9.3.2 定义主程序.............. 155 9.3.3 添加一行.................... 156 9.3.4 运行一个查询........ 157 9.3.5 显示查询结果........ 158 9.4 数据绑定 159 9.5 使用ContentProvider...... 162 9.5.1 更改主程序.............. 164 9.5.2 添加一行.................... 164 9.5.3 运行一个查询........ 165 9.6 实现ContentProvider...... 165 9.7 快速阅读指南.... 166 第10章 利用OpenGL实现3D图形.............. 169 10.1 理解3D图形..... 169 10.2 OpenGL简介.... 170 10.3 构建一个OpenGL程序... 171 10.4 管理线程............. 173 10.5 构建一个模型. 178 10.6 光线、相机…….................. 181 10.7 动作......... 183 10.8 应用纹理............. 184 10.9 透明效果............. 187 10.10 快速阅读指南..................... 189 第四部分 附录 附录A Java与Android语言及其API.......... 193 附录B 参考书目........ 197
Platform: | Size: 13578541 | Author: pumaxy | Hits:

[Software EngineeringS5PC100_UM_REV1.04

Description: Samsung s new ARM cpu datasheet. S5PC100 Spec. - CPU ARM Cortex-A8 667-833Mhz - 32KB L1, 256KB L2 Cache - Video 720p (1280x720 Play. h.264 divx, mp4...) - nand, sd/mmc, usb booting - Windows CE 6.0, Linux (*Android) support - support 166MHz memory clock. DDR, mobileDDR, DDR2 * in actually, i run c100 board ddr2 bus clock at 280MHz in WinCE 6.0
Platform: | Size: 12115968 | Author: john | Hits:

[androidRecorder

Description: android 1.5 eclips 3.0 开发的录音机 实现录音放音暂停和回放功能,需要模拟器加载SD卡-android 1.5 eclips 3.0
Platform: | Size: 29696 | Author: lifeng | Hits:

[androidEclair_ES_file_browser

Description: Android 2.1 下的超级文件资源管理器 可以直接安装sd卡中程序 只提供apk文件-Android 2.1 super file under the Resource Manager can be installed in the sd card is only available apk file
Platform: | Size: 834560 | Author: seven | Hits:

[androiddownload

Description: 从服务器下载并写入文件到android手机sd卡中-Download and write files from the server to the android phone sd card
Platform: | Size: 52224 | Author: jiang chao | Hits:

[androidskip

Description: android通过网络链接,把服务器内的文件下载文件到手机SD卡内-android through the network link, the file server to download the file to your phone SD card
Platform: | Size: 55296 | Author: 飞雪 | Hits:

[androidAutoPhotoPro

Description: 能够预览摄像头并自动聚焦拍照后存储至SD卡的Android程序-To preview and auto-focus camera memory to the SD card after taking the Android program
Platform: | Size: 116736 | Author: daisuda | Hits:

[androidTestLogin

Description: QQ登录端源码,教你如何写出像QQ一样的登录界面(Android版)-QQ login client source code, to teach you how to write the same login screen as QQ (Android Edition)
Platform: | Size: 1156096 | Author: | Hits:

[androidphonelistner

Description: android 实现监听系统电话 并将通话内容记录到sd卡中-android phone and call monitoring system to achieve the contents of records to sd card
Platform: | Size: 43008 | Author: 宋先松 | Hits:

[SCMDownLoad

Description: android 下载文件 文件流缓冲下载文件到相应SD卡目录 多线程下载-android download the file to download the file stream buffer to the appropriate multi-threaded download SD card catalog
Platform: | Size: 4855808 | Author: aaa | Hits:

[androidAndroid_srf

Description: 手机输入法手势识别,输入法手势识别   注意: android.gesture这个类在api-4(SDK1.6)才开始支持的!   提醒:默认存到SD卡中,所以别忘记在AndroidMainfest.xml加上SD卡读写权限! -Phone input gesture recognition, gesture recognition input method Note: android.gesture this class in the api-4 (SDK1.6) started to support it! Reminder: The default memory to the SD card, so do not forget to read and write permissions AndroidMainfest.xml with SD card!
Platform: | Size: 58368 | Author: 刘华 | Hits:

[androidHttpDownLoader

Description: android开发程序,通过HTTP从伺服器上下载图片到android手机SD卡上-android development process, through the HTTP server to download pictures from phone to SD card android
Platform: | Size: 1024 | Author: 洪志杰 | Hits:

[androidupimage

Description: android程序开发,从android手机的SD卡上传图片到伺服器上-android application development, android phone from the SD card upload pictures to the server
Platform: | Size: 2048 | Author: 洪志杰 | Hits:

[androidSDCardTest

Description: android关于SD卡的一个例子,可以快速了解在android中如何开发SD卡-about android SD
Platform: | Size: 62464 | Author: 王冠英 | Hits:

[android8.2

Description: android sd 卡 文件浏览 android 环境下 实现文件读写功能-android sdcard Explore
Platform: | Size: 70656 | Author: juanxinju | Hits:

[Embeded Linuxandroid-sd-windows

Description: android设备与PC通讯工具,ADB软件-android device and PC communications tools, ADB software
Platform: | Size: 45343744 | Author: 刘宁 | Hits:

[JSP/JavaAndroid--sd-card

Description: Android-获取sd卡剩余容量,即用代码实现SD卡的访问和容量查询- Android- Get sd card remaining capacity, which uses code access and capacity SD card inquiry
Platform: | Size: 1025024 | Author: axin | Hits:

[androidandroid-netkeeper

Description: 实现后台日志记录并写文件到sd卡。 启动程序,然后到SD卡根目录,可以发现有一个microlog.txt的文件,里面就是我们记录的日志了。(Implement background logging and write files to the SD card. Start the program, then to the SD card root directory, you can find a microlog. txt file, which is the log of our record.)
Platform: | Size: 2790400 | Author: lawrence899 | Hits:

[androidAndroid第一行代码源码

Description: 资料大全大煞风景快速的播放v大快速vbs的快速的风景sd卡分别sd卡办法vs贷款v看快递快快点快点快点(all learning start start learning up study wa select sql)
Platform: | Size: 48700416 | Author: siri_wen | Hits:

[OtherAndroid应用源码易读电子书阅读器

Description: 本项目是一个基于安卓的开源电子书阅读器项目,支持大文件(亲测5.6MB TXT文件正常打开,就是加载慢点)支持滚屏、翻书、左右滑动三种阅读方式。支持扫描SD卡文件并且添加到书架或者收藏,支持书签功能、基于开源的FBREADER1.8.2项目进行的二次开发,支持TXT,HTML,OEB,MOBI,EPUB等格式文件的阅读。本项目代码量很大,是一个比较完善的工程,源码的阅读分析需要一定的安卓基础和耐心,有少量注释。默认编译版本4.1.2编码UTF-8(This project is based on the open source project Android e-book reader, supports large files (pro test 5.6MB TXT file is opened normally, loading slowly) support scrolling, open book, sliding around the three ways of reading. Support scanning SD card file and add to bookshelf or collection, support bookmark function, open source FBREADER1.8.2 project based on the two development, support TXT, HTML, OEB, MOBI, EPUB and other format file reading. This project has a large number of code, is a relatively perfect project, the reading analysis of the source code needs a certain basis and patience of Android, with a small amount of annotation. The default compiled version of 4.1.2 code UTF-8)
Platform: | Size: 4356096 | Author: 如果等雨一起 | Hits:
« 12 3 4 5 6 7 8 »

CodeBus www.codebus.net