码迷,mamicode.com
首页 >  
搜索关键字:bundle intent    ( 7220个结果
Android ActionBar 关于tab的应用 以及 TabListener的方法详解
actionBar的tab标签应用以及TabListener的方法详解package com.example.actionBarTest.actionBarTab;import android.app.*;import android.os.Bundle;import com.example.act...
分类:移动开发   时间:2014-05-12 15:51:08    阅读次数:457
Activity之间的信使--Bundle
两个Activity之间的传参的具体做法如下: 1.新建一个Bundle类 Bundle bundle=new Bundle(); 2.向Bundle类中放入数据(类似于map) bundle.putString("key" ," value"); 3.新建一个intent对象,并将该bund...
分类:其他好文   时间:2014-05-06 09:05:48    阅读次数:349
CodeSimth-.NetFrameworkDataProvider可能没有安装。解决方法
原文地址:http://www.haogongju.net/art/25618891、下载System.Data.SQLite驱动;注意:根据自己的CPU选择是32位还是64位的驱动。建议选择4.0平台以上的。我的是:sqlite-netFx40-setup-bundle-x64-2010-1.0....
分类:Web程序   时间:2014-05-06 01:17:13    阅读次数:513
20 Animation
4中特效对应四个类。package mars.animations01;import android.app.Activity;import android.os.Bundle;import android.view.View;import android.view.View.OnClickList...
分类:其他好文   时间:2014-05-06 01:16:46    阅读次数:320
Android--图片剪裁
调用系统Intent剪裁图片 /** * 调用系统Intent剪裁图片 * @param context * @param uri * @param w * @param h */ public static void startP...
分类:移动开发   时间:2014-05-06 00:29:43    阅读次数:441
设置铃声
1、权限2、代码public void setPhoneMusic() { //设置当前文件存放音乐为手机铃声 Intent intent = new Intent(RingtoneManager.ACTION_RINGTONE_PICKER); //打开系统...
分类:其他好文   时间:2014-05-06 00:27:49    阅读次数:305
hpunix下11gRac的安装
一.检查环境1.操作系统版本# uname -a2.补丁包三大补丁包#swlist -l bundle|grep QPKAPPS#swlist -l bundle|grep QPKBASE#swlist -l bundle|grep HWEnable11i#swlist -l patch -a su...
分类:其他好文   时间:2014-05-04 10:50:35    阅读次数:319
应用程序图标
A) App Icons1. CFBundleIcons icon名字随便取,但必须是PNG格式--系统根据icon大小选择最匹配的,而不是根据icon的名字 must reside in the top level of your app bundle. (Avoid using interl.....
分类:其他好文   时间:2014-05-04 10:26:12    阅读次数:327
iOS 企业证书发布app 流程
企业发布app的 过程比app store 发布的简单多了,没那么多的要求,哈 但是整个工程的要求还是一样,比如各种像素的icon啊 命名规范啊等等。 下面是具体的流程 1、修改你的 bundle identifier 为你的企业的app id : 2、修改Edit scheme  3、修改为 Release ...
分类:移动开发   时间:2014-05-03 21:57:36    阅读次数:528
Zxing图片识别 从相册选二维码图片解析总结
Zxing图片识别 从相册选取二维码图片进行解析总结 在Zxing扫描识别和图片识别的解析对象是相同的 本文分三个步骤: 1 获取相册的照片 2 解析二维码图片 3 返回结果 1) 获取相册照片 google对4.4的uri做了点改动 为了适配多种手机 需要做一个判断版本 在Activity中开启相册: Intent innerIntent = new Intent(); // "android.intent.action.GET_CONTENT" if (Build.VE...
分类:其他好文   时间:2014-05-03 17:36:19    阅读次数:389
7220条   上一页 1 ... 718 719 720 721 722 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!