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

搜索资源列表

  1. VideoPlayer

    0下载:
  2. phonegap实现调用android的视频播放器实现 代码自己已经在真机测试实现 比较不错 -# VideoPlayer plugin for Phonegap# The video player allows you to display videos from your PhoneGap application. This command fires an Intent to have your devices video player show the video.
  3. 所属分类:android

    • 发布日期:2017-03-22
    • 文件大小:4118
    • 提供者:sss
  1. Project

    0下载:
  2. Android的几个入门级的小程序,主要是Activity和Intent的使用-Some entry-level Android small programs, primarily the use of Activity and Intent
  3. 所属分类:android

    • 发布日期:2017-03-30
    • 文件大小:200733
    • 提供者:wangfei
  1. ch01

    0下载:
  2. android 相关书籍 包括 broadcast。intent。service。contentprovider等知识和一些案例-some android like broadcast ,intent,service and so on
  3. 所属分类:android

    • 发布日期:2017-05-28
    • 文件大小:10259098
    • 提供者:阿斯顿
  1. BroadcastReceiver

    0下载:
  2. 本範例將運用BroadcastReceiver 的特性,來實作取得手機電池計量的程式;程式中將藉由註冊BroadcastReceiver 時設定的IntentFilter(android.content.IntentFilter),來捕捉系統發出的 Intent.ACTION_BATTERY_CHANGED 這個Action,再藉此取得手機電池的計量結果。-This example will use BroadcastReceiver features, to implement a progr
  3. 所属分类:android

    • 发布日期:2017-03-30
    • 文件大小:34094
    • 提供者:lai
  1. BrowserIntent

    0下载:
  2. 在Android手机上网查看,Android版本2。1以上,开发环境Eclipse-Internet Explorer sample with Intent in Android 2.1+ Eclipse
  3. 所属分类:android

    • 发布日期:2017-04-03
    • 文件大小:42884
    • 提供者:zhengzuizhe
  1. ex07_activity_intent

    0下载:
  2. ex07_activity_intent 介绍在android中如何使用intent-ex07_activity_intent describes how to use the intent android
  3. 所属分类:android

    • 发布日期:2017-04-17
    • 文件大小:52387
    • 提供者:pyepye
  1. Activity_02

    0下载:
  2. android使用Intent页面传值的实例代码-android uses Intent page-value example code
  3. 所属分类:android

    • 发布日期:2017-04-16
    • 文件大小:43271
    • 提供者:ningbiting
  1. chat

    0下载:
  2. 这是一个使用android完成的简单的chat程序,实现两个Intent之间跳转-this is about android
  3. 所属分类:android

    • 发布日期:2017-04-02
    • 文件大小:50538
    • 提供者:卓文文
  1. the-file-download

    0下载:
  2. android开发基于java开发,现在android开发很火.提供公司培训资料,第八章intent和broadcast面对面-java-based development android development, android development now is the fire, providing corporate training information, and broadcast Chapter intent face to face
  3. 所属分类:android

    • 发布日期:2017-05-24
    • 文件大小:4410452
    • 提供者:Billy
  1. information--broadcast-

    0下载:
  2. android开发基于java开发,现在android开发很火.提供公司培训资料,第八章intent和broadcast面对面-java-based development android development, android development now is the fire, providing corporate training information, and broadcast Chapter intent face to face
  3. 所属分类:android

    • 发布日期:2017-04-03
    • 文件大小:276961
    • 提供者:Billy
  1. QR003

    0下载:
  2. Scaner QR code with android. Scanner scan via Intent.
  3. 所属分类:android

    • 发布日期:2017-04-02
    • 文件大小:51225
    • 提供者:pham quan
  1. Intent_exp

    0下载:
  2. android应用实例intent的具体应用说明解释都有-android application examples intent of the specific application note explains have
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:86866
    • 提供者:wwz
  1. tilpun

    0下载:
  2. a source code that shows how to use call intent in android phone
  3. 所属分类:android

    • 发布日期:2017-03-28
    • 文件大小:51956
    • 提供者:io
  1. Android_helloworld

    0下载:
  2. 实验功能: 在第一个Hello World!为标签的activity中显示good,该界面中有一个名为Next的按钮。点击Next按钮进入到第二个activity中去,第二个界面中只有1个Close按钮。当然,据网上有人将要比较安全的实现关闭程序的功能也不是挺简单的,因为android有专门的退出键返回键等。所以该Close按钮暂时没去实现它。 我的第1个activity为HelloworldActivity,第2个activity为NextActivity. 实验说明:
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-01
    • 文件大小:698330
    • 提供者:wuwei
  1. android_service

    0下载:
  2. 本次实验主要是学习怎样在activity中启动一个service,启动的service的生命周期顺序是哪些,然后service通过广播机制向特定的activity传递数据,传送数据当然用的是intent,然后接收到该广播的activity读取intent中的数据,根据读取到的数据来更新activity的UI。   关于怎样通过service广播机制来更新activity的UI,可以阅读网上的这篇文章:http://www.pocketdigi.com/20110303/197.html
  3. 所属分类:android

    • 发布日期:2017-03-29
    • 文件大小:964902
    • 提供者:wuwei
  1. Sample_12_6

    0下载:
  2. Android手机电池电量显示。系统中手机电池电量发生变化的消息通过Intent广播来实现的。-Android phone battery. Mobile phone battery system changes the message through Intent broadcast.
  3. 所属分类:android

    • 发布日期:2017-04-07
    • 文件大小:42650
    • 提供者:李秀栋
  1. Ex04

    0下载:
  2. 中山大学android 实验四 源代码——Intent,Bundle,Listview的实现-About the use of Intent,Bundle,Listview
  3. 所属分类:android

    • 发布日期:2017-11-22
    • 文件大小:709653
    • 提供者:陈奕静
  1. Intentaabundle

    0下载:
  2. android 1.6版本的 INTENT和BUNDLE,即页面跳转和传值-android page redirect and value transfer
  3. 所属分类:android

    • 发布日期:2017-12-01
    • 文件大小:46997
    • 提供者:cookidog
  1. aidl-Cross-process-calls

    0下载:
  2. 这两天在学习aidl跨进程调用,研究了一天终于写出了个helloword……开发aidl跨进程调用,主要分以下步骤:   1.创建.aidl文件-该文件(YourInterface.aidl)定义了客户端可用的方法和数据的接口。   2.在makefile文件中加入.aidl文件-(Eclipse中的ADT插件提供管理功能)Android包括名为AIDL的编译器,位于tools/文件夹。   3.实现接口-AIDL编译器从AIDL接口文件中利用Java语言创建接口,该接口有一个
  3. 所属分类:Java Develop

    • 发布日期:2017-11-05
    • 文件大小:119900
    • 提供者:hpudn9
  1. PhoneManager

    0下载:
  2. 一个手机安全软件的demo, 一个手机安全软件的demo,-package com.tarena.phonemanager import java.util.ArrayList import java.util.List import android.app.Activity import android.app.AlertDialog.Builder import android.app.Dialog import android.content
  3. 所属分类:android

    • 发布日期:2017-12-05
    • 文件大小:1168180
    • 提供者:zhengyunguang
« 1 2 3 45 6 »
搜珍网 www.dssz.com