码迷,mamicode.com
首页 >  
搜索关键字:android auto    ( 114002个结果
工厂模式
public class Factory2 { /** * @param args 工厂模式 */ public static void main(String[] args) { // TODO Auto-generated method stub Ifactory ifactory =...
分类:其他好文   时间:2014-04-30 00:33:52    阅读次数:504
简单工厂和工厂模式的合并对比代码
public class Factory2 { /** * @param args 工厂模式 */ public static void main(String[] args) { // TODO Auto-generated method stub //工厂模式 Ifactory if...
分类:其他好文   时间:2014-04-30 00:13:13    阅读次数:512
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
IE6实现max-height及min-height
一、max-height:.div-max-height{max-height:270px;_height:expression(this.scrollHeight > 270 ? "270px" : "auto"); overflow-y:auto}二、min-height.div-min-hei...
分类:其他好文   时间:2014-04-29 23:37:26    阅读次数:489
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
迷上了代码!