码迷,mamicode.com
首页 >  
搜索关键字:app store    ( 63073个结果
Android ActionBar下拉选项
package com.example.actionBarTest.actionBarList;import android.app.ActionBar;import android.app.Activity;import android.app.Fragment;import android.os...
分类:移动开发   时间:2014-05-12 15:44:57    阅读次数:398
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
make it clear how to use const in C++
1.first of all,take a lookup on the left side of keyword const.If there is something(type or pointer),then apply const featureto it.2.nothing found on...
分类:编程语言   时间:2014-05-06 00:38:25    阅读次数:361
Android--单选对话框
import android.app.AlertDialog;import android.content.Context;import android.content.DialogInterface;import android.text.TextUtils;import android.widg...
分类:移动开发   时间:2014-05-06 00:07:01    阅读次数:307
MyEclipse更改字体大小
Window --> Preferences --> General --> Appearance --> Colors and Fonts --> Basic --> Text Font --> Change
分类:系统相关   时间:2014-05-05 23:44:47    阅读次数:457
OC内存管理
OC内存管理一、基本原理(一)为什么要进行内存管理。由于移动设备的内存极其有限,所以每个APP所占的内存也是有限制的,当app所占用的内存较多时,系统就会发出内存警告,这时需要回收一些不需要再继续使用的内存空间,比如回收一些不再使用的对象和变量等。管理范围:任何继承NSObject的对象,对其他的基...
分类:其他好文   时间:2014-05-05 23:05:37    阅读次数:503
用模型取代字典的好处
1.使用字典的坏处:一般情况下,设置数据和取出数据都使用“字符串类型的key”,编写这些key时,编译器不会有任何友善提示,需要手敲dict[@"name"] = @"Jack"; NSString *name = dict[@"name"];手敲字符串key,key容易写错 Key如果写错了,编译...
分类:其他好文   时间:2014-05-05 23:03:39    阅读次数:298
Unity Game Starter Kit for Windows Store and Windows Phone Store games
原地址:http://digitalerr0r.wordpress.com/2013/09/30/unity-game-starter-kit-for-windows-store-and-windows-phone-store-games/Posted onSeptember 30, 2013byd...
分类:Windows程序   时间:2014-05-05 22:09:37    阅读次数:611
Unity for Windows: III–Publishing your unity game to Windows Phone Store
原地址:http://digitalerr0r.wordpress.com/2013/08/27/unity-for-windows-iiipublishing-to-windows-phone-store/InPart IIwe covered how you can publish your g...
分类:Windows程序   时间:2014-05-05 22:08:06    阅读次数:957
Unity for Windows: II – Publishing Unity games to Windows Store
原地址:http://digitalerr0r.wordpress.com/2013/08/27/unity-for-windows-ii-publishing-to-windows-8/Windows 8 is a new OS with a Windows Store where you can...
分类:Windows程序   时间:2014-05-05 22:07:04    阅读次数:593
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!