- 博客(4)
- 资源 (11)
- 收藏
- 关注
原创 Android判断输入密码的强度
先上效果图psd_edt.addTextChangedListener(new TextWatcher() { public void onTextChanged(CharSequence s, int start, int before, int count) { String str = psd_edt.getText().
2017-03-12 21:00:16 3511
原创 Android获取指定应用,单独应用的流量统计
package com.example.viewgpagmp4;import android.content.Context;import android.content.Intent;import android.content.SharedPreferences;import android.content.SharedPreferences.Editor;import andr
2016-04-11 15:28:39 3517
原创 Android实现慕课网引导页导航效果
package com.example.viewgpagmp4;import android.app.Activity;import android.content.Intent;import android.content.SharedPreferences;import android.os.Bundle;import android.os.Handler;import andro
2016-04-11 15:18:01 908
原创 一个按钮点击两次触发不同事件
btn.setOnClickListener(new OnClickListener() {@Overridepublic void onClick(View view) {b = !b;if (b) {btn.setText("暂停下载");d.begin();} else {btn.setText("开始下载");d.pause();}}
2016-04-11 15:09:07 9721 1
Android-判断发送短信后的状态/发送成功Or发送失败
2022-11-29
Android客服端和Php服务端互通实现一套应用市场(含服务端)
2015-04-11
Android应用源码完整功能版机锋安卓市场
2014-05-02
[安卓开源]博客园客户端
2014-02-22
查询小助手应用源码
2014-02-22
java编译时提示错误:找不到符,如何解决?
2023-03-05
TA创建的收藏夹 TA关注的收藏夹
TA关注的人