码迷,mamicode.com
首页 >  
搜索关键字:setting bundle    ( 9318个结果
[cb] Assetbundle打包(一)
Unity的Assetbundle是Unity Pro提供的功能。 理解:Asset 资源,资产;Bundle :包,一批,捆;字面上的意思,就是把资源打包。 在项目中的实际应用:Art工程,Prefab打包成AssetBundle到Produect目录,Client工程读取AssetBundle;...
分类:其他好文   时间:2014-06-09 22:34:47    阅读次数:383
一些问题
一个完整的文件,通过read()读取,还没有读完就write()到内存卡里面,内存卡里面是否有文件生成?文件名是怎么样的?①imageUrls = getIntent().getStringArrayExtra(Extra.IMAGES);②Bundle bundle = getIntent().g...
分类:其他好文   时间:2014-06-09 21:22:20    阅读次数:220
用代码穿件UI
android中有时候需要用代码穿件uipublic class MainActivity extends Activity { @Override protected void onCreate(Bundle savedInstanceState) { super.onC...
分类:其他好文   时间:2014-06-09 20:07:26    阅读次数:202
Windows Firewall Setting
If our web site hosted on web server canot be accessed by other computer by public network, one of the possiblity is the firewall setting is not confi...
分类:Windows程序   时间:2014-06-09 19:42:31    阅读次数:358
Centos 基础开发环境搭建之Maven私服nexus
1、 软件a) 下载Nexus 地址:http://www.sonatype.org/downloads/nexus-2.1.2-bundle.tar.gzb) 如无特殊说明,本文档操作用户为nexusc) nexus默认的管理员用户名密码是:admin/admin1232、 安装a) 解压1 $....
分类:其他好文   时间:2014-06-09 15:20:30    阅读次数:289
onCreateView的一个细节--Fragment
public View onCreateView(LayoutInflater inflater, ViewGroup contaiiner, Bundle savedInstanceState) 在写一个Fragment的时候,继承Fragment基类,然后,要重写的其中一个回调方法是onCrea...
分类:其他好文   时间:2014-06-08 23:15:00    阅读次数:357
android动画-拖动
先上图看效果 实质上说是动画有点不妥,确切的说应该是手势的处理,废话不多说看代码 SimpleDragSample.java public class SimpleDragSample extends Activity { protected int contentTop; @Override protected void onCreate(Bundle saved...
分类:移动开发   时间:2014-06-08 17:21:45    阅读次数:282
cocos2dx3.1-lua移植到android流程
本人很懒,写这篇博文只是为了以后忘记时可以翻出来查看,所以以下内容写的很简洁,如果完全没有经验的同学请另找文章 一、环境配置(win7): 用户变量如下: ANDROID_SDK_ROOT:E:\cocos2d\adt\adt-bundle-windows-x86_64-20140321\sdk ANT_ROOT:E:\cocos2d\apache-ant-1.9.3\bin C...
分类:移动开发   时间:2014-06-08 16:31:13    阅读次数:496
赵雅智_使用SQLiteDatabase操作SQLite数据库及事务
知识点详解:http://blog.csdn.net/zhaoyazhi2129/article/details/9025995 具体代码: MainActivity.java package com.example.android_sqlite; import android.app.Activity; import android.os.Bundle; import com.exam...
分类:数据库   时间:2014-06-08 09:25:35    阅读次数:353
ProgressDialog(四)——改变系统自带ProgressDialog的文字大小
MainActivity如下: package com.example.ttt; import android.app.Activity; import android.app.ProgressDialog; import android.os.Bundle; import android.view.Window; /** * Demo描述: * 改变系统自带ProgressDialog的...
分类:其他好文   时间:2014-06-08 09:24:15    阅读次数:190
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!