搜索资源列表
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.
android4.0
- 提取出最全的Android4.0 API 的源代码,也就是android.jar源代码,这样在Eclipse关联到该源代码,就可以在项目中查看Android API 的实现了,希望对学习Android开发的人有帮助 下载教程。确保你已经安装了git jdk python等,操作系统环境为Linux。 1.创建bin目录,并加入到PATH $ mkdir ~/bin $ PATH=~/bin:$PATH 2.下载repo到刚刚创建的bin目录,并设置权限为可执行。 $
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_SDK_SampleSoftKeyboard
- 本文将以Android Sample中经典的SoftKeyboard项目为例,详细解析Android上一个小型项目的开发过程和注意事项。章节如下:一、IMF简介 二、创建Eclipse工程 三、配置和...更多>> 本文将以Android Sample中经典的SoftKeyboard项目为例,详细解析Android上一个小型项目的开发过程和注意事项。章节如下:一、IMF简介 二、创建Eclipse工程 三、配置和资源文件解析 四、源代码解析 五、输入法调试 六、输入法的调用-This
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
disassemble_xml
- apk文件中的xml文件反编译,终端命令为 java -jar AXMLPrinter2.jar AndroidManifest.xml >1.xml 其中AndroidManifest.xml为源文件,1.xml为输出文件-disassmble for xml int apk files
GoogleAndroid
- < Google.Android开发入门与实战>>很好的一本书,关于android开发的-a good book of android developing