代码:package angel.devil; import android.app.Activity;import android.app.Dialog;import android.os.Bundle;import android.view.Gravity;import android.view...
分类:
移动开发 时间:
2015-02-13 16:11:18
阅读次数:
196
public class Res extends Activity implements View.OnTouchListener {
Button btn = null;
int x = 0;
int y = 0;
int rawx = 0;
int rawy = 0;
@Override
public void onCreate(Bundle savedInsta...
分类:
移动开发 时间:
2015-02-13 13:27:07
阅读次数:
217
jdk当前版本 jdk-6u43-windows-x64安装完成后,配置环境变量JAVA_HOME、Pathadt-bundle当前版本 adt-bundle-windows-x86_64-20140702 包含了Eclipse、ADT插件和SDKTools,是已经集成好的IDE,只需安装好Jdk即...
分类:
移动开发 时间:
2015-02-13 12:59:40
阅读次数:
134
E:\ProSoft\adt-bundle-windows-x86-20140321\eclipse目录下右键eclipse用记事本打开可以设置运行的最大的运行空间
分类:
移动开发 时间:
2015-02-13 10:06:30
阅读次数:
174
C:\Users\Administrator>cd E:\ProSoft\adt-bundle-windows-x86-20140321\sdk\platform-tools
分类:
移动开发 时间:
2015-02-12 18:01:17
阅读次数:
183
最新版的ADT,版本号version:23.0.2.1259578,集成版的(adt-bundle-windows-x86-20140702.rar),自带Eclipse,新建项目时总无故报错,解决办法请看详文。...
分类:
其他好文 时间:
2015-02-12 16:18:07
阅读次数:
159
1.Build Numbers 存储在应用程序的Info.plist中,CFBundleVersion (Bundle
version).
2.先在Xcode project中设置agvtool工具可用,target ->Build Settings->combined->Versioning
2.1 Set Current
Project Version to a value o...
分类:
其他好文 时间:
2015-02-12 16:16:20
阅读次数:
385
今天发现自己连Bundle类都没有搞清楚,于是花时间研究了一下。依据google官方的文档(http://developer.android.com/reference/android/os/Bundle.html)Bundle类是一个key-value对,“A mapping from Strin...
分类:
移动开发 时间:
2015-02-12 13:47:30
阅读次数:
181
在开发iOS应用之前,需要在苹果开发者网站注册App ID App ID 组成为: App ID Prefix(前缀)+‘.‘+ App ID Suffix(后缀) 其中前缀是由苹果公司分配的,用来标识不同的开发者,也叫Team ID, 后缀,也叫Bundle ...
分类:
移动开发 时间:
2015-02-12 12:39:08
阅读次数:
198
main.xml Main.javapackage com.example.myprocessbar;import android.os.Bundle;import android.app.Activity;import android.view.Menu;import android.v...
分类:
其他好文 时间:
2015-02-12 00:38:53
阅读次数:
162