登陆页面布局:layout/activity_login.xml<LinearLayoutxmlns:android="http://schemas.android.com/apk/res/android"xmlns:tools="http://schemas.android.com/tools"android:layout_width="match_parent"android:layout_height="match_parent"android:orientation="vertic..
分类:
移动开发 时间:
2014-12-07 06:51:32
阅读次数:
277
java代码:packagecom.sxt.day04_05;importjava.io.IOException;importjava.io.InputStream;importjava.net.MalformedURLException;importjava.net.URL;importjava.net.URLConnection;importcom.sxt.day04_05.R;importandroid.app.Activity;importandroid.os.Bundle;importandr..
分类:
移动开发 时间:
2014-12-07 06:49:15
阅读次数:
139
PlatformPackageSizeMD5 ChecksumWindows 32-bitadt-bundle-windows-x86-20140702.zip370612741 bytes9d2cf3770edbb49461788164af2331f3Windows 64-bitadt-bundl...
分类:
移动开发 时间:
2014-12-06 22:50:00
阅读次数:
185
效果图如下:[html]view plaincopy[java]view plaincopypackagesdfasdf.sadf;importandroid.app.Activity;importandroid.os.Bundle;importandroid.widget.RadioGroup;i...
分类:
移动开发 时间:
2014-12-06 19:30:34
阅读次数:
186
1.布局文件片段:res-layout 2.Java片段:src @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); ...
分类:
移动开发 时间:
2014-12-06 19:24:47
阅读次数:
180
iOS提交时出现这个错误的解决办法. This bundle is?invalid. Apps that include arm64 architecture cannot have MinimumOSVersion set to less than ‘5.1.1’.More information about 64-bit support for iOS ...
分类:
移动开发 时间:
2014-12-06 15:32:55
阅读次数:
194
1、官网下载集成环境压缩包:adt-bundle-windows-x86_64-20140702.rar.2、解压之后打开其中的eclipse,发现如下提示:错误原因:JDK版本与eclipse版本位数不一致,JDK为32位,但是eclipse为64位。控制面板中卸载JDK,再次安装JDK1.8(最...
分类:
移动开发 时间:
2014-12-06 11:20:58
阅读次数:
140
bundle是一个目录,其中包含了程序会使用到的资源. 这些资源包含了如图像,声音,编译好的代码,nib文件(用户也会把bundle称为plug-in). 对应bundle,cocoa提供了类NSBundle.我们的程序是一个bundle. 在Finder中,一个应用程序看上去和其他文件没有什么区别...
分类:
其他好文 时间:
2014-12-06 10:06:04
阅读次数:
128
2014年10月21日 百度地图iOS SDK v2.5.0发布
使用Xcode6创建工程时注意事项如下:
在info.plist中添加:Bundle display name (Xcode6新建的项目没有此配置,若没有会造成manager start failed)
【 新 增 】
1. 新增对arm64 CPU架构的适配;
基础地图
1. 新增对iPhone...
分类:
移动开发 时间:
2014-12-06 01:27:00
阅读次数:
188
一、下载开发工具: 首先是在 http://developer.android.com/ 下载adt 开发工具 ,因为我的是32位的操作系统,我下载的是 adt-bundle-windows-x86-20140702 ,下载时请根据具体的操作系统下载开发工具,下载后解压...
分类:
移动开发 时间:
2014-12-05 21:27:34
阅读次数:
262