码迷,mamicode.com
首页 >  
搜索关键字:android device back    ( 120484个结果
android 客户端支付宝 php服务器端编写
生成私钥输入“genrsa -out rsa_private_key.pem 1024”命令,回车后,在当前 bin 文件目 录中会新增一个 rsa_private_key.pem 文件,其文件为原始的商户私钥(请妥善保 存该文件,PHP 开发语言中需要使用该文件),生成公钥输入“rsa -in r...
分类:移动开发   时间:2014-04-30 01:33:26    阅读次数:643
window7下 cocos2dx android交叉编译环境部署小结
上周被android交叉编译搞惨了,还好最后弄好了,写个小结以后备用吧。 步骤,1、下载cygwin的devel和shells模块 2、 2、设置环境变量 a、设置NDK_ROOT b、设置Path 编辑Path,在后面追加4个环境...
分类:移动开发   时间:2014-04-30 01:02:38    阅读次数:626
09 Service_01
package com.szy.service;import android.app.Service;import android.content.Intent;import android.os.IBinder;import android.util.Log;public class Exampl...
分类:其他好文   时间:2014-04-30 00:10:08    阅读次数:510
cocos2dx学习笔记(1)
久仰cocos2dx的大名想要研习一下一直苦于没有时间,最近不是很忙想起这茬,准备恶补一番,先上网大致查了下资料,发现cocos2dx开发环境的搭建貌似还挺麻烦的(可能与多平台支持有关),在官网下载了最新的cocos2dx 3.0 rc 版,配置方式参考了这篇文章http://blog.csdn.....
分类:其他好文   时间:2014-04-30 00:09:07    阅读次数:693
05 Activity 生命周期
protected void onCreate(Bundle savedInstanceState);protected void onStart();protected void onRestart();protected void onResume();protected void onPaus...
分类:其他好文   时间:2014-04-29 23:53:49    阅读次数:688
08 RelativeLayout 布局
分类:其他好文   时间:2014-04-29 23:42:35    阅读次数:532
iOS 7 自定义Back按钮 与 Pop interactive gesture
1、自定义Back按钮iOS中很多时候我们都会自定义返回按钮,也是一件easy的事,类似如下: 1 - (void)showNavBackButton 2 { 3 UIButton *backButton = [UIButton buttonWithType:UIButtonTypeCust...
分类:移动开发   时间:2014-04-29 23:38:27    阅读次数:1253
06 bundle 对象
package com.szy.activity;import android.app.Activity;import android.content.Intent;import android.os.Bundle;import android.util.Log;import android.vie...
分类:其他好文   时间:2014-04-29 23:35:22    阅读次数:590
MingQQ Android版发布了,可以在Android手机上登录你的QQ,收发消息哦...
MingQQ Android版发布了,可以在Android手机上登录你的QQ,收发消息哦...
分类:移动开发   时间:2014-04-29 23:15:54    阅读次数:743
07 LinearLayout 布局
分类:其他好文   时间:2014-04-29 23:04:34    阅读次数:359
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!