11 2014 档案

摘要:package com.leadcore.uudatoutie;import java.util.ArrayList;import com.leadcore.uudatoutie.R;import com.leadcore.uudatoutie.data.ViewPagerAdapter;impor... 阅读全文
posted @ 2014-11-28 10:40 Anita-ff 阅读(307) 评论(0) 推荐(0) 编辑
摘要:对于一个app,可能需要多个界面,使用Button或者其他控件在不同界面之间切换,那么如何做到呢首先必须明确,一般一个activity.java文件一般只对应一个界面即一个layout.xml文件,还有可能是在一个界面上再引入一个半屏或者全屏,这样需要用到一些手段,例子在下面放出来。通常需要新建一个... 阅读全文
posted @ 2014-11-27 17:45 Anita-ff 阅读(482) 评论(0) 推荐(0) 编辑
摘要:public void onClick(View v) { // TODO Auto-generated method stub Intent intent = new Intent(Intent.ACTION_PICK); intent.setType("... 阅读全文
posted @ 2014-11-26 17:14 Anita-ff 阅读(434) 评论(0) 推荐(0) 编辑
摘要:经常运行eclipse时,烧到手机出现,“停止运行”,这时候得通过logcat查log了。一般这种情况属于FATAL EXCEPTION,所以检索FATAL 或者 EXCEPTION,然后往下看几行例子:11-26 16:18:17.949: E/AndroidRuntime(5363): FATA... 阅读全文
posted @ 2014-11-26 16:43 Anita-ff 阅读(576) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示