CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - intent

搜索资源列表

  1. Android-Framework-INTRODUCTION

    0下载:
  2. 简介了Android框架、库与框架对比、Android应用程序框架、Intent意图简介、IPC/Binder的结构等,便于快速学习FRAMEWORK-Introduction of the Android framework, libraries and frameworks contrast, Android application framework, Intent intent profile, IPC/Binder s structure for fast learning FRAME
  3. 所属分类:software engineering

    • 发布日期:2017-05-06
    • 文件大小:987274
    • 提供者:王先生
  1. 9mao

    0下载:
  2. 一,个人注册一步完成,简化了其他人才网繁重的注册程序 二,单位注册一步完成,发布职位一步,共两步,同样简洁 三,页面仿528招聘网 四,单位和个人采取通行证,一登陆自动识个人和单位用户,注册后系统有提示信件告知用户名和密码有人向你发出意向后,系统再次发出提示信件,同时在后台备案对方信息-First, the personal registration step, simplifying the other talent network onerous registration procedure
  3. 所属分类:Web Server

    • 发布日期:2017-05-07
    • 文件大小:1094210
    • 提供者:ddu
  1. xiangmuyuanmafasongji

    0下载:
  2. 注意:本项目基于android studio开发,eclipse可能无法直接导入。 demo功能: 1、可以发送短信并且加密(通过改变string中的char) 2、能够查看手机中的短信 3、能够给收到的加密短信解密。 涉及到的知识点: 1、intent bundle传递 2、ContentResolver获取手机短信 3、listveiw与simpleAdapter 4、发送短信以及为发送短信设置要监听的广播-Note: this project is b
  3. 所属分类:android

    • 发布日期:2017-05-05
    • 文件大小:489521
    • 提供者:王普
  1. listviewheSQLitezhishi

    3下载:
  2. 注意:本项目是基于android studio开发的,eclipse可能无法直接使用。 本项目是一个简单的基于安卓的记事本项目源码,添加或删除数据的时候会出现显示bug(实际数据不会受到影响),bug体现在添加或删除一条数据以后会在listview里面会展示复制一遍操作后的数据。而不会清除原有的列表文本。新手朋友可以拿这个项目来试试手感,顺便看看能不能独立解决这个问题。 本项目涉及的知识点有: 1、SQLite的基本使用,增删查改 2、listview,adapeter的基本使
  3. 所属分类:android

    • 发布日期:2017-05-22
    • 文件大小:6619302
    • 提供者:冉宪东
  1. complex_network_BA_rondom_degree

    0下载:
  2. 无标度网络,随机网络的生成 计算度分布 画出示意图-The generation of scale-free networks and random networks Calculate the degree distribution Painting show intent
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:4738
    • 提供者:L先生
  1. grapher

    0下载:
  2. 记录各种信号输入的日期时间,保存在非易失性存储器中,可以循环记录最新的一万条信息,以供日后查询。配合图纸更容易明白作者设计意图。-Record various signal input date and time, stored in non-volatile memory, you can cycle the latest record of 10,000 information for future inquiries. With the drawings easier to underst
  3. 所属分类:SCM

    • 发布日期:2017-05-20
    • 文件大小:5581230
    • 提供者:Llx
  1. snruts

    0下载:
  2. One of the classic textbook of Java struts, with learning is necessary to study the intent of the comrades
  3. 所属分类:Java Develop

    • 发布日期:2017-12-13
    • 文件大小:995756
    • 提供者:Caezar
  1. android电池管理

    0下载:
  2. BatteryService作为电池及充电相关的服务: 监听Uevent、读取sysfs里中的状态、广播 Intent.ACTION_BATTERY_CHANGED(BatteryService Uevent sysfs Intent.ACTION_BATTERY_CHANGED)
  3. 所属分类:通讯编程

    • 发布日期:2017-12-19
    • 文件大小:78848
    • 提供者:qqqqqq123
  1. chrome_100_percent

    0下载:
  2. We now compare our method to prior stochastic configurations solutions [19]. This method is even more expensive than ours. Furthermore, recent work suggests a system for creating lossless technology, but does not offer an implementation [20,21,5]. In
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:318464
    • 提供者:kongodrum
  1. IntentTest1

    0下载:
  2. android下intent的使用方法,这个实例是讲述action的,可以帮助初学者入门-android under the intent to use, this example is about the action that can help beginners(android under the intent to use, this example is about the action that can help beginners)
  3. 所属分类:android开发

    • 发布日期:2017-12-26
    • 文件大小:19687424
    • 提供者:dr6
  1. IntentTest2

    0下载:
  2. 隐式Intent-2的使用,通过点击按钮跳转到百度网址(The use of implicit Intent-2, through the click button to jump to Baidu URL)
  3. 所属分类:android开发

    • 发布日期:2017-12-24
    • 文件大小:19685376
    • 提供者:dr6
  1. IntentTest3

    0下载:
  2. 隐式Intent-3的使用,通过点击按钮来拨号10086(The implicit Intent-3 is used to dial 10086 by clicking the button)
  3. 所属分类:android开发

    • 发布日期:2017-12-25
    • 文件大小:19685376
    • 提供者:dr6
  1. preferencseTest

    0下载:
  2. 数据的持久化 定义一个辅助类,继承SQLiteOpenHelper; 在主类中创建辅助类的对象,并创建SQLiteDatabase的对象; 调用数据库的方法,执行常见的CRUD(创建、读取、更新和删除)操作。(SQLtestDelete(name); testInsert(); Intent intent2=new Intent(mContext,MainActivity.class); startActivity(intent2);)
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:1441792
    • 提供者:猫咪咪
  1. IntentShow(Activity的跳转方法)

    0下载:
  2. Android中 activity的意图intent跳转,有三种跳转方法(Android activity intent with the intention of jump, three jump method)
  3. 所属分类:android开发

    • 发布日期:2018-01-03
    • 文件大小:1453056
    • 提供者:monsters
  1. android模仿易信UI布局效果源码

    0下载:
  2. consideration of the above, it is the intent of TeamViewer to actively engage in fighting slavery and human trafficking.
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:2308096
    • 提供者:dasasc
  1. 5.1.1

    0下载:
  2. consideration of the above, it is the intent of TeamViewer
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:37888
    • 提供者:dasasc
  1. Logg-master

    0下载:
  2. 支持所有基本数据类型、数组、Map、List、Bundle、Intent、Reference、Throwable、Collection 支持Json、XML格式化 不依赖任何第三方框架,纯原生编写 自定义解析器,当输入类型无法满足需求时或无法解析时,可实现Parser接口重写方法来添加自定义解析器 ? 支持添加拦截器,添加拦截器后它会在最终打印输出前进行拦截处理,可以对日志信息进行重构处理 支持添加全局回调,在不影响底层输出的情况下,所有信息会回调至全局接口里,可以在这里按各种级别类型保存你需要
  3. 所属分类:android开发

    • 发布日期:2018-01-09
    • 文件大小:199680
    • 提供者:RockyCoder
  1. IntentExample

    0下载:
  2. intent creation example java
  3. 所属分类:Java编程

    • 发布日期:2018-04-22
    • 文件大小:29969408
    • 提供者:ramazan123
  1. 基于Android的电池状态检测APP

    1下载:
  2. 用于检测电池电量底层信息,包括温度、电压、电流等(This is intent for detecting battery status like temperature, voltage, and current on android platform.)
  3. 所属分类:android开发

    • 发布日期:2018-04-18
    • 文件大小:759808
    • 提供者:有口无心
  1. MyApplication2

    0下载:
  2. privatestaticfinalStringACTION_VPN_SETTINGS="android.net.vpn.SETTINGS";Intentintent=newIntent(ACTION_VPN_SETTINGS);intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);intent.addFlags(Intent.FLAG_ACTIVITY_NO_ANIMATION);if(intent.resolve private
  3. 所属分类:Java编程

    • 发布日期:2018-04-30
    • 文件大小:5383168
    • 提供者:wangxiaofan
« 1 2 ... 10 11 12 13 14 1516 »
搜珍网 www.dssz.com