搜索资源列表
HtmlReader
- Android读取本地存储的html文件中的内容-parse the content of html in android
MingChao6.6
- 安卓电子书源码,可更改配置文件修改内部内容,详细信息见压缩包内说明文档-Andrews e-book source code, to change the configuration file to modify the internal content, detailed information, see the documentation tarball
iven-e680_fb2bmp-e11158f
- android fb0 可以将当前屏幕的内容转换成PC端的BMP格式的文件。-android fb0 convert to bmp.
kinichi_product_provider
- android中内容提供者,数据库这段的SQLIte的应用,会再DDMS下成database文件夹-android in the content provider, a database of SQLIte this application will be into the database folder under DDMS
Android
- 《Android移动开发案例详解》作为《Android平台手机软件开发》系列丛书的第二本分册,通过10多个实际的开发案例对Android平台展开详细的实战介绍,内容涉及应用程序(如图片浏览器、文件浏览器、通讯录、任务管理器等),实用软件(如音乐播放器、天气预报、多媒体播放器、短信语音播报、手机远程监控器等),游戏软件(如JetBoy、连连看、贪吃蛇等)以及其他程序的详细开发过程。-" Android mobile development Case Comments," as t
FileRW
- 在 Android 中,可供选择的存储方式有 SharedPreferences、文件存储、SQLite 数据库方式、内容提供器(content provider)和网络,此为文件存储的一个例子,很适合初学者-In Android, the choice of storage methods are SharedPreferences, file storage, SQLite database mode, the content provider (content provider) a
data-storage(5)
- Android中解析xml文件的方法 SAX:Simple API for XML DOM:Document Object Model pull 关于SAX SAX是一个解析速度快并且占用内存少的XML解析器。 SAX解析XML文件采用的是事件驱动,也就是它并不需要解析完整个文档,在按内容顺序解析文档的过程中,SAX会判断当前读到字符是否符合XML语法中的某部分,如果符合则出发事件。 所谓的事件其实就是一些回调函数
LyricDemo
- 一个关于动态歌词的android应用demo:内容包括:Serializable接口在android中的应用,java文件操作事例代码-An application for the android demo lyrics
Professional.Android.2.Development
- 关于android开发的电子书,详细并系统地介绍了android开发的各个方面,从起步开始,到创建界面,互联网开发,文件存储,数据库到音频视频,sms,蓝牙,wifi,内容齐全,是不可多得的好书-About android development of e-books, detailed and systematic introduction to android development of all aspects, from the start, to create the interfac
android-read-write
- 1,在Android系统中,这些文件保存在 /data/data/PACKAGE_NAME/files 目录下 2,android 读取文件内容操作-Android system, these files are stored in/the data/data/PACKAGE_NAME/files directory , Android to read the contents of the file operation
AdapterDemo-2012-4-12-153049
- 源码文件中实现了大多数List适配器的入门应用,包括:ArrayAdapter/SimpleAdapter/自定义CustomerBaseAdapter/SimpleCursorAdapter/自定义CursorAdapter,其他内容:SQLiteOpenHelper/ContentProvieder等-the source is about the android list adapter, that contains ArrayAdapter/SimpleAdapter/Customer
3contactCI
- andriod下的通讯录程序 调试成功 可以不看CIcontact文件一下的内容-the andriod address book program debugging success can not see CIcontact file the contents of
12_CIGame-Snake
- andriod下的游戏开发 可在1.5上面直接跑 只看snake文件下的内容 就好了-the development of the andriod next game can run Look like the snake file directly in 1.5 above
android_fram_animation
- Amination的整体使用有2种方法,即Tween Animation和Frame Animation,在博客Android开发历程_8(Tween Animation的2种属性设置方法) 中已经介绍了Tween Animation的使用方法,且讲到了其2种属性设置方式。这一节就来看看Frame Animation的使用。参考资料为Mars老师的资料。 Frame Animation的应用不是很广,它主要是将一张张图片串联起来播放,人眼看上去就感觉在动一样,就是利用这种特性到达动态效果
rchad2_Android_Chart
- 在android中使用第三方提供的jar包和文件,实现图表/仪表的制作。内容非常丰富,界面可以根据自己的定义来改变。还有实时的变化监听器。-In the android use 3rd party to provide jar bag and files, realize chart/instrument production. The content is extremely rich, interface can according to his own definition to chan
Android_SharedPreferences
- 实现了使用Android内部的SharedPreferences 保存读取数据;以及使用Android 内部Files 存储读取数据。 1. 实现本地简单保存读取文件功能。 文件名输入框有自动提示功能(也就是输入过程中能 够自动提示与我们输入内容相关的内容,以供选择),提示相关内容不能重复(最完美的情况是不出现相同文件名提示,遗憾的是此程序未能实现) 。此外,退出程序后重新进入程序,自动提示效果依然存在。(使用了AutoCompleteTextView 控件实现自动提示效果)
MP3_10.0_My
- 这个简单版MP3播放器的主要基本功能有: 读取并保存SD卡所有的MP3文件和LRC歌词文件,解析LRC文件读取歌词内容; 在歌曲列表中显示歌曲名字,歌手名字,歌手头像,歌手基本信息; 歌手的头像是我自己网上下载的几十位比较出名的歌手头像,还有歌手基本信息; 在播放页面,最上面一行滚动文字显示上一首、正在播放、下一首的歌曲名字; 中间显示歌手的放大头像以及歌手基本信息; 三行同步歌词显示,中间那句红色的是正在唱的歌词; SeekBar显示播放进度,可以手动
music_player02
- 又一个Android音乐播放器应用Java源码,除了基本的音乐播放功能外,还添加了视觉效果,自定义绘画歌词,产生滚动效果,读取歌词文件内容,解析歌曲时间,与音乐播放相关的技巧应用,都可以通过本播放器来提现,因此是学习Android值得一看的小实例。-Another Android music player application Java source code, In addition to the basic music playback functions, add visual effe
FileExplorer
- 自定义的Android文件管理器,可以查看内置SD卡上的文件内容-Android file manager customed, You can view the built-in SD card file content
SharedPreferences
- 于android studio上开发的工程文件 内容包含Android SharePreferences的保存和读取数据 使用Android文件操作保存和读取数据 使用AutoCompletedTextView实现历史记录提示-About Android SharePreferences and AutoCompletedTextView