上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 41 下一页
摘要: package com.pingyijinren.test; import android.os.AsyncTask; import android.widget.ProgressBar; import android.widget.TextView; /** * Created by Administrator on 2016/5/18 0018. */ class MyAsyncTa... 阅读全文
posted @ 2016-05-18 16:06 zqxLonely 阅读(168) 评论(0) 推荐(0) 编辑
摘要: package com.pingyijinren.test; import android.os.Handler; import android.os.Message; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import andro... 阅读全文
posted @ 2016-05-18 15:19 zqxLonely 阅读(174) 评论(0) 推荐(0) 编辑
摘要: package com.pingyijinren.test; import android.net.Uri; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.widget.MediaController; import android.widget.VideoVi... 阅读全文
posted @ 2016-05-18 14:50 zqxLonely 阅读(202) 评论(0) 推荐(0) 编辑
摘要: package com.pingyijinren.test; import android.media.MediaPlayer; import android.os.Environment; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.View; i... 阅读全文
posted @ 2016-05-18 10:58 zqxLonely 阅读(9425) 评论(0) 推荐(0) 编辑
摘要: package com.pingyijinren.test; import android.annotation.TargetApi; import android.app.Notification; import android.app.NotificationManager; import android.app.PendingIntent; import android.content.... 阅读全文
posted @ 2016-05-18 10:26 zqxLonely 阅读(269) 评论(0) 推荐(0) 编辑
摘要: package com.pingyijinren.test; import android.annotation.TargetApi; import android.app.Notification; import android.app.NotificationManager; import android.app.PendingIntent; import android.content.... 阅读全文
posted @ 2016-05-18 10:12 zqxLonely 阅读(237) 评论(0) 推荐(0) 编辑
摘要: package com.pingyijinren.test; import android.content.Context; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ArrayAdapter; import... 阅读全文
posted @ 2016-05-17 11:52 zqxLonely 阅读(242) 评论(0) 推荐(0) 编辑
摘要: 在fragment中使用getActivity()即可获取activity的引用 阅读全文
posted @ 2016-05-12 17:13 zqxLonely 阅读(1245) 评论(0) 推荐(0) 编辑
摘要: 在android开发中,写了一个关于继承Fragment的类时,如果有重载构造函数时,会提示“Avoid non-default constructors in fragments: use a default constructor plus Fragment#setArguments(Bundl 阅读全文
posted @ 2016-05-12 11:27 zqxLonely 阅读(156) 评论(0) 推荐(0) 编辑
摘要: 设置webview可以获取截图: 当要进行多次截图时,先要清除之前的缓存: 保存webview的截图到bitmap: 阅读全文
posted @ 2016-05-11 14:22 zqxLonely 阅读(413) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 41 下一页