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

浙公网安备 33010602011771号