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

搜索资源列表

  1. contact

    0下载:
  2. 打电话: 1. 定义Intent,参数为Intent.ACTION_CALL,该Intent准备打电话功能; 2. 用SetData方法给Intent设置目标电话号码,参数是Uri格式,tel:<电话号码> 3. 启动Intent,注意打电话功能需要添加用户权限(在Manifest文件中,添加CALL_PHONE权限) 发短信: 1. 利用SmsManager的getDefault方法获取实例对象 2. 利用SmsManager对象的sendTextMe
  3. 所属分类:android

    • 发布日期:2017-03-31
    • 文件大小:219359
    • 提供者:luoluo
  1. handler_timer

    0下载:
  2. android上的计时器,可供学习之用。快点来下载呀>_<-android on a timer, for learning. Hurry up to download ah> _ <
  3. 所属分类:android

    • 发布日期:2017-03-28
    • 文件大小:130263
    • 提供者:程超
  1. helloworld

    0下载:
  2. 这个是<android 开发入门>书中的helloworld代码,java环境,在eclipse环境下运行。-This is <android 开发入门> Book helloworld code, java environment, run under eclipse.
  3. 所属分类:android

    • 发布日期:2017-03-26
    • 文件大小:23475
    • 提供者:liuliu
  1. Google-Android

    0下载:
  2. <深入浅出Google Android>部分章节,第1、2、5、9、10章。-< Layman Google Android> chapters, the first chapters 1,2,5,9,10.
  3. 所属分类:android

    • 发布日期:2017-05-14
    • 文件大小:3780721
    • 提供者:lijialin
  1. rss

    0下载:
  2. 这是<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.
  3. 所属分类:android

    • 发布日期:2017-03-28
    • 文件大小:43568
    • 提供者:liuliu
  1. ParsedXmlDataSet

    0下载:
  2. android 解析.net webservice 返回的dataset参数,封装成List<Map<String,Object>>对象数组。-android resolution. net webservice returns dataset parameters.
  3. 所属分类:android

    • 发布日期:2017-03-26
    • 文件大小:3461
    • 提供者:
  1. Examples

    0下载:
  2. < Android Wireless Application Development>>源码-<<Android Wireless Application Development>> source codes, cataloged by chapter
  3. 所属分类:android

    • 发布日期:2017-05-23
    • 文件大小:7604264
    • 提供者:ltp
  1. Chapter3

    0下载:
  2. <Android应用开发揭秘>中第三章的程序:关于Android 生命周期及UI设计-<Android应用开发揭秘> In Chapter III of the program: on the Android life cycle and UI design
  3. 所属分类:android

    • 发布日期:2017-05-10
    • 文件大小:2545863
    • 提供者:林恒杰
  1. Chapter4

    0下载:
  2. <Android应用开发揭秘>中第四章的程序:关于用户界面开发-<Android应用开发揭秘> The procedures in Chapter IV: on the user interface development
  3. 所属分类:android

    • 发布日期:2017-05-18
    • 文件大小:5546508
    • 提供者:林恒杰
  1. Chapter5

    0下载:
  2. <Android应用开发揭秘>中第五章的程序:关于Android 游戏开发的内容-<Android应用开发揭秘> In Chapter V of the program: the development of content on the Android game
  3. 所属分类:android

    • 发布日期:2017-05-10
    • 文件大小:2502567
    • 提供者:林恒杰
  1. Chapter6

    0下载:
  2. <Android应用开发揭秘>中第六章的程序:关于Android数据存储-<Android应用开发揭秘> The procedures in Chapter VI: Data storage on Android
  3. 所属分类:android

    • 发布日期:2017-04-06
    • 文件大小:239393
    • 提供者:林恒杰
  1. Android-Application-Development

    0下载:
  2. 《Android应用开发揭秘》源码 <Android Application Development Secret> Source-" Android Application Development Secret" Source
  3. 所属分类:android

    • 发布日期:2017-11-06
    • 文件大小:48618496
    • 提供者:wingirl
  1. data-storage(4)

    0下载:
  2. 两个方法 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
  3. 所属分类:android

    • 发布日期:2017-04-07
    • 文件大小:15500
    • 提供者:玉树
  1. FileSelector

    0下载:
  2. private void ShowSelectFiles(){ String actionName = "SelectFiles" // 动作名 Intent i=new Intent(actionName) // 以下参数都不是必须的,参数名区分大小写 i.putExtra("Single", true) // 是否只能选择一个文件 i.putExtra("Path", "/mnt/") // 起始目录 i.putExtra("Type", "File") //
  3. 所属分类:android

    • 发布日期:2017-03-23
    • 文件大小:43246
    • 提供者:gz
  1. android-14

    0下载:
  2. 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
  3. 所属分类:android

    • 发布日期:2017-06-02
    • 文件大小:15184775
    • 提供者:hongjun
  1. android-15

    0下载:
  2. 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
  3. 所属分类:android

    • 发布日期:2017-06-08
    • 文件大小:15388988
    • 提供者:hongjun
  1. GoogleAndroid

    0下载:
  2. < Google.Android开发入门与实战>>很好的一本书,关于android开发的-a good book of android developing
  3. 所属分类:android

    • 发布日期:2017-06-21
    • 文件大小:37853822
    • 提供者:
  1. Crazy-Andriod-notes-16P17

    0下载:
  2. 李刚老师<疯狂andriod讲义>,欢迎下载-Gang teacher < crazy andriod handouts are welcome to download
  3. 所属分类:android

    • 发布日期:2017-03-30
    • 文件大小:511307
    • 提供者:尹文馨
  1. Crazy-Andriod-notes-18P19

    0下载:
  2. 李刚老师的<疯狂andriod讲义>,欢迎下载-Gang teacher < crazy andriod handouts are welcome to download
  3. 所属分类:android

    • 发布日期:2017-06-11
    • 文件大小:18677760
    • 提供者:尹文馨
  1. source-code-for-Android-Application

    0下载:
  2. <android应用开发揭秘>示例的源代码-source code for <Android Application Development>
  3. 所属分类:android

    • 发布日期:2017-05-30
    • 文件大小:13283067
    • 提供者:杨枭
« 12 3 »
搜珍网 www.dssz.com