Loading

随笔分类 -  Android

摘要:The method setPositiveButton(int, DialogInterface.OnClickListener) in the type AlertDialog.Builder is not applicable for the arguments (String, new Vi... 阅读全文
posted @ 2014-12-30 08:47 yuefengkai 阅读(355) 评论(0) 推荐(0)
摘要:项目中用到了AndroidFragment 在程序异常的时候fragment 点击会造成fragment 重叠 在fragmentActivity中加入一下方法@Override public void onSaveInstanceState(Bundle outState) {//防止重叠 // TODO Auto-generated method stub //super.onSaveInstanceState(outState); } 阅读全文
posted @ 2014-03-28 12:02 yuefengkai 阅读(659) 评论(0) 推荐(0)
摘要:业务员有需求要将一个wap站在手机上以App的形式打开,还不要嵌套WebView,只能以浏览器打开.查了点资料,就有了下面这货。 package com.gzz.whyinzi;import android.net.Uri;import android.os.Bundle;import android.app.Activity;import android.content.Intent;... 阅读全文
posted @ 2013-09-11 10:05 yuefengkai 阅读(7608) 评论(1) 推荐(0)

>