您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. 医手的文件选择器源码 编译目标android2.2

  2. 操作方法: 长按列表项可进入子目录 调用方法: private void ShowSelectFiles(){ String actionName = "SelectFiles"; // 动作名 Intent i=new Intent(actionName); // 以下参数都不是必须的,参数名区分大小写 i.putExtra("Single", true); // 是否只能选择一个文件 i.putExtra("Path", "/mnt/"); // 起始目录 i.putExtra("Type
  3. 所属分类:Android

    • 发布日期:2011-04-08
    • 文件大小:42kb
    • 提供者:youfayoutian
  1. android开发使用例子

  2. /** * 为程序创建桌面快捷方式 */ private void addShortcut(){ Intent shortcut = new Intent("com.android.launcher.action.INSTALL_SHORTCUT"); //快捷方式的名称 shortcut.putExtra(Intent.EXTRA_SHORTCUT_NAME, getString(R.string.app_name)); shortcut.putExtra("duplicate", fals
  3. 所属分类:Android

    • 发布日期:2011-08-29
    • 文件大小:53kb
    • 提供者:BELLSONG
  1. android Intent实例

  2. 2009-01-18 Android应用协调器------Intent 关键字: android intent实例 刚起步的时候经常困扰我们的是一些本来容易解决的问题,往往我们会花掉很大的力气去找解决的办法,最后才知道原来这么简单,这就是英文世界造成的。 Intent在Android应用开发中,占有很大的分量,关于Intent在Android中的作用在网络上已经有很多资料了,这里不再累赘,本人喜欢直来直去。在网上看到很多关于Intent的资料,说那么多,你也许还是一头雾水,到底如何使用Inte
  3. 所属分类:Android

    • 发布日期:2011-09-16
    • 文件大小:32kb
    • 提供者:leiwenqing_1982
  1. MapView的使用

  2. 在论坛里看到一篇 "MapView和其它控件一起显示 " 的帖子, 那是很老的一篇帖子了, 很多朋友都说无法在android SDK 1.0上运行。既然那么多人关心,我在这里就把它重写一遍,顺便加入了一些新的功能 ,感兴趣的朋友可以看看。 第一步,当然是增加map的支持了。在Android Manifest.xml中增加以下语句: 第二步, 传说中的Layout: <RelativeLayout xmlns:android="http://schemas.android.com/ap
  3. 所属分类:Android

    • 发布日期:2011-09-18
    • 文件大小:80kb
    • 提供者:leiwenqing_1982
  1. inote记事工具android客户端

  2. 记事工具功能: 1. 新增、编辑和删除(仅支持文本;非彻底删除,可恢复) 2. 记事锁(一个主密码,适用所有记事) 3. 搜索(支持标题、内容) 4. 导出(导出txt文件至SD卡) 5. 分享 涉及到的开发点(部分): inote新手开发 1. 创建的Activity要添加到AndroidManifest.xml文件 2. 可以使用AlertDialog实现弹出窗口 3. 输入框的提示文字(没有内容时展现),设置EditText的android:hint="@string/content"属
  3. 所属分类:Android

    • 发布日期:2011-10-18
    • 文件大小:488kb
    • 提供者:onlyforu
  1. Android源码铃声汇总

  2. 最近研究源码程序,改了改手机短信铃声的源码,最近总结了下铃声的代码,写个activity继承PreferenceActivity有:手机短信铃声,手机铃声,闹钟铃声,还有sdcard中的铃声,通过选择相应的铃声,然后读取到xml文件里面,通过读取preference.xml文件,intent传个参数进去intent.putExtra(RingtoneManager.EXTRA_RINGTONE_EXISTING_URI, phoneUri);打开对话框的时候就默认选中上次被选中的音乐。程序流程
  3. 所属分类:Android

    • 发布日期:2011-10-30
    • 文件大小:48kb
    • 提供者:wdaming1986
  1. 史上最全的 _ Android开发网

  2. Intent it = new Intent(Intent.ACTION_SEND); ); it.putExtra(Intent.EXTRA_EMAIL, android123@163.com it.putExtra(Intent.EXTRA_TEXT, "The email body text"); it.setType("text/plain"); startActivity(Intent.createChooser(it, "Choose Email Client"));
  3. 所属分类:Android

    • 发布日期:2012-05-09
    • 文件大小:64kb
    • 提供者:mrsea2010
  1. android图片拍照 删除 添加 旋转

  2. android 图片 拍照 删除 添加 旋转 @Override protected void onCreate(Bundle savedInstanceState) { // TODO Auto-generated method stub super.onCreate(savedInstanceState); setContentView(R.layout.image_show); path = Environment.getExternalStorageDirectory(); file
  3. 所属分类:Android

    • 发布日期:2012-05-21
    • 文件大小:456kb
    • 提供者:liulin2005
  1. android条码扫描器1.6

  2. ZXing开发的条码扫描器,源代码。 调用方法: Intent intent = new Intent("com.google.zxing.client.android.SCAN"); intent.putExtra("com.google.zxing.client.android.SCAN.SCAN_MODE", ""); startActivityForResult(intent, 0); 接收返回条码: TextView textView=(TextView) this.findView
  3. 所属分类:Android

    • 发布日期:2012-10-28
    • 文件大小:2mb
    • 提供者:ifuuuu
  1. putExtra携带数据的使用

  2. android在很多时候会牵扯到数据的传递,这里給大家介绍一种。虽然案例很简单,但是很通用
  3. 所属分类:Android

    • 发布日期:2012-11-06
    • 文件大小:22kb
    • 提供者:huangshaoli521
  1. 口袋微薄源码

  2. package wyf.wpf; import static wyf.wpf.ConstantUtil.IMAGESWITCHER_HEIGHT; import static wyf.wpf.ConstantUtil.PHOTO_HEIGHT; import static wyf.wpf.ConstantUtil.PHOTO_WIDTH; import static wyf.wpf.ConstantUtil.SERVER_ADDRESS; import static wyf.wpf.Const
  3. 所属分类:Android

    • 发布日期:2012-12-06
    • 文件大小:781kb
    • 提供者:ht1093687505
  1. 射击游戏 android

  2. 可以实现手机射击效果,控制射击方向, public static synchronized GameView sharedGameView(Context context,int level){ if(gameView==null){ gameView = new GameView(context,level); } return gameView; } private GameView(Context context,int level) { super(context); this.con
  3. 所属分类:Android

    • 发布日期:2013-04-15
    • 文件大小:2mb
    • 提供者:hejiaying68
  1. Android 手动连接wifi的源码

  2. 这是一个用来连接到 WIFI 热点的库。 简单实用方法: 1 final Intent intent = new Intent("com.farproc.wifi.connecter.action.CONNECT_OR_EDIT"); 2 intent.putExtra("com.farproc.wifi.connecter.extra.HOTSPOT", scanResult); 3 startActivity(intent);
  3. 所属分类:Android

    • 发布日期:2013-08-26
    • 文件大小:257kb
    • 提供者:woshinia
  1. 拍照后在android程序中显示图片,能兼容所有android手机

  2. 真正可以兼容所有机型和系统的拍照获取图片的方法; 我在开发中仅仅使用以下代码,碰到很多机型不能取到拍照图片。在github上找到了这个拍照demo,在此分享 Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); intent.putExtra(MediaStore.EXTRA_OUTPUT, mFileUri); startActivityForResult(intent,1);
  3. 所属分类:Android

    • 发布日期:2013-08-31
    • 文件大小:971kb
    • 提供者:bluecat333
  1. Android通过Intent传递数据

  2. 我们可以通过Intent类中的putExtra方法可以将简单的数据类型和序列化对象保存到Intent对象中,然后在目标的Activity中使用getXxx方法取出对应的数据。
  3. 所属分类:Android

    • 发布日期:2013-12-02
    • 文件大小:52kb
    • 提供者:y_824252187
  1. android 自定义对话框

  2. package com.logic.grass; import android.app.Activity; import android.app.AlertDialog; import android.app.Dialog; import android.content.Context; import android.content.Intent; import android.os.Bundle; import android.view.LayoutInflater; import andr
  3. 所属分类:Java

    • 发布日期:2014-08-15
    • 文件大小:86kb
    • 提供者:u013424817
  1. android下文件选择

  2. 非常不错的文件搜索界面FileInfo fileInfo = (FileInfo)(((FileChooserAdapter)adapterView.getAdapter()).getItem(position)); if(fileInfo.isDirectory()) //点击项为文件夹, 显示该文件夹下所有文件 updateFileItems(fileInfo.getFilePath()) ; else if(fileInfo.isPPTFile()){ //是ppt文件 , 则将该路径通
  3. 所属分类:Android

    • 发布日期:2014-09-12
    • 文件大小:684kb
    • 提供者:sh12345678
  1. android 调用相机显示拍摄后的图片

  2. 对于拍摄照片我们可以直接调用系统自带的相机拍照,一般情况下无需我们自己开发相机拍照。 1、当点击按钮后我们可以通过Intent意图启动系统相机 @Override public void onClick(View v) { Intent intent=new Intent(MediaStore.ACTION_IMAGE_CAPTURE); String temName=new DateFormat().format("yyMMdd_hhmmss",System.currentTimeMilli
  3. 所属分类:Android

    • 发布日期:2014-11-03
    • 文件大小:2mb
    • 提供者:xtgaoliz
  1. Android开发--入门经典

  2. Android Android Android Android学习笔记 一 一 一 一 . . . .Android Android Android Android基础 基础 基础 基础 一. Android 的体系结构图 四层 , 底层 linux 内核(驱动) , 程序包(C 或 c++)和 Android 运行时(java 类似) ,应用程序框 架 (基本 API) , 应用程序层 .. 向下调用关系 . 二 , 王国历史 05 年 google 收购成立仅 22 个月的 android
  3. 所属分类:Android

    • 发布日期:2014-12-12
    • 文件大小:2mb
    • 提供者:u013078986
  1. OnActivityResult

  2. OnActivityResult 和putExtra 详解的demo,很详细,一看就懂的。
  3. 所属分类:Android

    • 发布日期:2017-11-16
    • 文件大小:19mb
    • 提供者:qq_33210042
« 12 3 4 5 6 »