搜索资源列表
contact
- 打电话: 1. 定义Intent,参数为Intent.ACTION_CALL,该Intent准备打电话功能; 2. 用SetData方法给Intent设置目标电话号码,参数是Uri格式,tel:<电话号码> 3. 启动Intent,注意打电话功能需要添加用户权限(在Manifest文件中,添加CALL_PHONE权限) 发短信: 1. 利用SmsManager的getDefault方法获取实例对象 2. 利用SmsManager对象的sendTextMe
handler_timer
- android上的计时器,可供学习之用。快点来下载呀>_<-android on a timer, for learning. Hurry up to download ah> _ <
helloworld
- 这个是<android 开发入门>书中的helloworld代码,java环境,在eclipse环境下运行。-This is <android 开发入门> Book helloworld code, java environment, run under eclipse.
Google-Android
- <深入浅出Google Android>部分章节,第1、2、5、9、10章。-< Layman Google Android> chapters, the first chapters 1,2,5,9,10.
rss
- 这是<android 开发入门>一书中实现Android手机rss阅读器功能,可以上网订阅rss种子,还可以当浏览器使用。-This <android 开发入门> Android phone book to achieve a rss reader function, you can subscribe online rss seeds can also be used when the browser.
ParsedXmlDataSet
- android 解析.net webservice 返回的dataset参数,封装成List<Map<String,Object>>对象数组。-android resolution. net webservice returns dataset parameters.
Examples
- < Android Wireless Application Development>>源码-<<Android Wireless Application Development>> source codes, cataloged by chapter
Chapter3
- <Android应用开发揭秘>中第三章的程序:关于Android 生命周期及UI设计-<Android应用开发揭秘> In Chapter III of the program: on the Android life cycle and UI design
Chapter4
- <Android应用开发揭秘>中第四章的程序:关于用户界面开发-<Android应用开发揭秘> The procedures in Chapter IV: on the user interface development
Chapter5
- <Android应用开发揭秘>中第五章的程序:关于Android 游戏开发的内容-<Android应用开发揭秘> In Chapter V of the program: the development of content on the Android game
Chapter6
- <Android应用开发揭秘>中第六章的程序:关于Android数据存储-<Android应用开发揭秘> The procedures in Chapter VI: Data storage on Android
Android-Application-Development
- 《Android应用开发揭秘》源码 <Android Application Development Secret> Source-" Android Application Development Secret" Source
data-storage(4)
- 两个方法 1. openFileOutput (String name, int mode) name:文件的名称,不能包含分隔符"/",如果文件不存在,Android会自动创建它。创建的文件保存在/data/data/<package_name>/files目录下。 mode:操作模式 2. openFileInput (String name) -Two methods 1. OpenFileOutput (String name, int
FileSelector
- private void ShowSelectFiles(){ String actionName = "SelectFiles" // 动作名 Intent i=new Intent(actionName) // 以下参数都不是必须的,参数名区分大小写 i.putExtra("Single", true) // 是否只能选择一个文件 i.putExtra("Path", "/mnt/") // 起始目录 i.putExtra("Type", "File") //
android-14
- Android4.0的源码,需要adt16及以上版本,放在<android-sdk-windows>\sources中,eclipse会自动识别-Android4.0 the source, you need adt16 and above, on <android-sdk-windows> \ sources in, eclipse will automatically identify
android-15
- Android4.03的源码,需要adt16及以上版本,放在<android-sdk-windows>\sources中,eclipse会自动识别-Android4.03 the source, you need adt16 and above, on <android-sdk-windows> \ sources in, eclipse will automatically identify
GoogleAndroid
- < Google.Android开发入门与实战>>很好的一本书,关于android开发的-a good book of android developing
Crazy-Andriod-notes-16P17
- 李刚老师<疯狂andriod讲义>,欢迎下载-Gang teacher < crazy andriod handouts are welcome to download
Crazy-Andriod-notes-18P19
- 李刚老师的<疯狂andriod讲义>,欢迎下载-Gang teacher < crazy andriod handouts are welcome to download
source-code-for-Android-Application
- <android应用开发揭秘>示例的源代码-source code for <Android Application Development>