http://www.csdn.net/tag/web%E5%BA%94%E7%94%A8
分类:
移动开发 时间:
2014-05-14 03:36:15
阅读次数:
199
自Iphone和Android这两个牛逼的手机操作系统发布以来,在互联网界从此就多了一个新的名词-WebApp(意为基于WEB形式的应用程序,运行在高端的移动终端设备)。开发者们都知道在高端智能手机系统中有两种应用程序:一种是基于本地(操作系统)运行的APP;一种是基于高端机的浏览器运行的WebAp...
分类:
移动开发 时间:
2014-05-14 03:24:55
阅读次数:
452
apkplug是android插件化/模块化开发的解决方案,利用apkplug可轻松实现安卓APP的模块化,简化开发难度,减小APP大小。本系列文讲解apkplug的基本结构与开发原理。...
分类:
移动开发 时间:
2014-05-13 09:29:10
阅读次数:
548
通过DevicePolicyManager 添加修改手机修改的权限,设置手机开启的密码,设置手机重启的密码,设置手机锁屏的时间,强制锁屏,回复出场设置,中间用到了ActivityManager.isUserAMonkey判断是否是monkey runer进行的随机测试。
DeviceAdminSample.java
/*
* Copyright (C) 2010 The Android Op...
分类:
移动开发 时间:
2014-05-13 06:25:30
阅读次数:
534
显示7种Dialog下面是图,然后一次对应的代码实现
实现代码
new AlertDialog.Builder(AlertDialogSamples.this)
.setIcon(R.drawable.alert_dialog_icon)
.setTitle(R.string.alert_dialog_two_button...
分类:
移动开发 时间:
2014-05-13 05:47:34
阅读次数:
446
1.MainActivity
package loveworld.slidingmenu;
import java.util.ArrayList;
import android.app.Activity;
import android.graphics.Color;
import android.graphics.drawable.ColorDrawable;
import android....
分类:
其他好文 时间:
2014-05-13 05:08:30
阅读次数:
320
apkplug是android插件化/模块化开发的解决方案,利用apkplug可轻松实现安卓APP的模块化,简化开发难度,减小APP大小。本系列文讲解apkplug的基本结构与开发原理。...
分类:
移动开发 时间:
2014-05-13 00:25:16
阅读次数:
439
1.展示显示textTicker和只有icon的两种情况:当参数showTicker为true时显示否则不显示
// In this sample, we'll use the same text for the ticker and the expanded notification
CharSequence text = getText(textId);
...
分类:
移动开发 时间:
2014-05-13 00:02:35
阅读次数:
465
判断shutcut是否安装
"com.android.launcher.permission.READ_SETTINGS"/>
这段代码在模拟器上运行没有问题,但是在htc s510e运行报异常Failed to find provider info for com.android.launcher2.settings
通过但因htc所有包发现htc中的launcher被定制了改名为co...
分类:
移动开发 时间:
2014-05-12 23:58:28
阅读次数:
625
COWBOY是erlang的一个成功的开源库,学习的人也很多,本人学习erlang,就拿此库过来练练手。
COWBOY库也可以称之为COWBOY app,其启动依赖于cowlib,ranch,cryto这3个app,此3个app中对于ranch app也有过研究,之前也写过其分析文章,这里不再过多描述。
先看看COWBOY app的进程树情况
上面的图没有处理好,见谅!
...
分类:
其他好文 时间:
2014-05-12 23:43:58
阅读次数:
466