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

搜索资源列表

  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. 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. 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. SensorDemo2

    0下载:
  2. ViewFilper用法说明,一个小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.Dialog
  3. 所属分类:android

    • 发布日期:2017-11-05
    • 文件大小:1201685
    • 提供者:zhengyunguang
  1. SMSManager

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

    • 发布日期:2017-11-23
    • 文件大小:110984
    • 提供者:zhengyunguang
  1. activity_02

    0下载:
  2. android的activity跳转,使用intent传递参数-Jump android' s activity, the use of intent to pass parameters
  3. 所属分类:android

    • 发布日期:2017-12-03
    • 文件大小:63886
    • 提供者:黄晓宇
  1. workspace_an

    0下载:
  2. android 登录界面,页面已经布局完好,按钮也设置成功,增加了Intent跳转页面,可运用于微博登录界面-android login screen, the page layout has been intact, buttons are also set successfully, an increase of Intent jump page, the login screen can be applied to micro-Bo
  3. 所属分类:android

    • 发布日期:2017-05-10
    • 文件大小:2493299
    • 提供者:xml
  1. MyActivity

    0下载:
  2. 本节我们学习Android四大天王的Activity,Activity密切关注用户能做什么,负责与用户交互。类似于Java Web中的页面Page,将一系列View装载起来通过内部的加载引擎展现给前台用户。可以说一个简单的Android应用就是由一组Activity组合而成。可见对于Activity的学习在整个Android移动开发学习中至关重要的一环。鉴于Android移动开发属于嵌入式系统开发的范畴,所以Google的工程师在Android平台构架设计上,将很多组件都设计成基于事件驱动的,不
  3. 所属分类:android

    • 发布日期:2017-03-28
    • 文件大小:54606
    • 提供者:lunzi
  1. Multi_Activity

    0下载:
  2. 这是一个实现android 多个activity之间切换的代码,适合初学者了解intent -This is a realization of switching between android multiple activity code, suitable for beginners to understand the intent
  3. 所属分类:android

    • 发布日期:2017-05-06
    • 文件大小:1288028
    • 提供者:zz
  1. snake

    0下载:
  2. 这是一个简单的贪吃蛇游戏!只要把这个游戏导入eclipse就可以运行和查看源代码-import com.ruimin.snake.model.GameConstant import com.ruimin.snake.view.GameView import android.os.Bundle import android.os.Handler import android.os.Message import android.app.Activity im
  3. 所属分类:Other Games

    • 发布日期:2017-05-08
    • 文件大小:1806636
    • 提供者:康瑞民
  1. Ex04

    0下载:
  2. 实验四:intent,bundle的使用以及ListView的应用。-the method to use intent,bundle and listview in android.
  3. 所属分类:android

    • 发布日期:2017-05-06
    • 文件大小:1341380
    • 提供者:Ariel
  1. android_intent

    0下载:
  2. 包含了Android开发中大部分的Intent使用-This Project contains most Intent using in Android Developing
  3. 所属分类:android

    • 发布日期:2017-05-06
    • 文件大小:1353678
    • 提供者:雷森林
  1. BroadcastReceiver.Rar

    0下载:
  2. Android 系统中广播Intent的示例;-Examples of the broadcast Intent' s Android system
  3. 所属分类:android

    • 发布日期:2017-04-16
    • 文件大小:34905
    • 提供者:LuanShuhui
« 1 2 3 45 »
搜珍网 www.dssz.com