app开发经验总结1

1.LocationManager调用requestLocationUpdates 某些手机上打包APK无法运行,导致崩溃的问题

http://blog.csdn.net/xuanshilee/article/details/48028529

2. Location(2):LocationManager的位置获取

http://blog.csdn.net/flowingflying/article/details/38733879

3.统计

百度统计

https://tongji.baidu.com/web/welcome/login

 百度统计:https://tongji.baidu.com/sc-web/ 

PC端和app端的统计我们打算用第三方的,pc用百度统计,app用友盟统计。我安排了下进度,app的参照文档如下:

https://developer.umeng.com/docs/66632/detail/66889 
https://developer.umeng.com/docs/66632/detail/66898 
4.应用自动升级
https://www.baidu.com/link?url=LqM_-Ewwn4VGxWAWbxiyF-NbeRRTM2n5LwtY39SimiHVCOHmUfW04OMif_giKzgz&wd=&eqid=eda8100b00034db2000000065b5034ff
https://blog.csdn.net/woaitingting1985/article/details/72954652
https://blog.csdn.net/imshuyuan/article/details/62886741
 
5.官方文档说明
https://developer.android.google.cn/reference/android/widget/ScrollView
http://www.android-studio.org/
 
6.最全面的ConstraintLayout教程
https://www.jianshu.com/p/6f8bee9c410d
 
7.md5在线解密
http://www.cmd5.com/
 
8.android 获取当前app的版本号和版本名称
https://blog.csdn.net/true_maitian/article/details/74963867
 
9.android log.v能打印十六进制的数据
Log.e("string","answer"+Integer.toHexString(your num.));
 
10.关于ProgressBar的美化问题
http://zhujianjia.iteye.com/blog/1148835
https://blog.csdn.net/u012702547/article/details/50669932/
 
11.圆角PopupWindow对话框和圆角EditText
http://www.docin.com/p-712959819.html
PopUpWindow使用详解(一)——基本使用
https://blog.csdn.net/harvic880925/article/details/49272285
 
12.Android之设置EditText输入类型(setInputType()方法和android:inputType属性)
https://blog.csdn.net/u013059863/article/details/49914513
EditText动态管理密码显示与隐藏,明文与星号
https://blog.csdn.net/qq_34471736/article/details/67637694
if (showPassword) {// 显示密码
    iv_showPassword.setImageDrawable(getResources().getDrawable(R.drawable.eye_o));
    et_passwd.setTransformationMethod(HideReturnsTransformationMethod.getInstance());
    et_passwd.setSelection(et_passwd.getText().toString().length());
    showPassword = !showPassword;
} else {// 隐藏密码
    iv_showPassword.setImageDrawable(getResources().getDrawable(R.drawable.eye_c));
    et_passwd.setTransformationMethod(PasswordTransformationMethod.getInstance());
    et_passwd.setSelection(et_passwd.getText().toString().length());
    showPassword = !showPassword;
}
break;
 
 
PopupWindow 弹窗点击区域外部不消失
https://blog.csdn.net/fengyeNom1/article/details/79897614
 
13.Android 打造任意层级树形控件 考验你的数据结构和设计

https://blog.csdn.net/lmj623565791/article/details/40212367

 

14.AndroidAnnotations框架

https://www.pocketdigi.com/20120828/905.html

 

15.Android探索之旅 | StrictMode严苛模式

https://www.jianshu.com/p/113b9c54b5d1

StrictMode 严格模式

https://www.jianshu.com/p/87dcb940d27c

 

16.Android开发:优化电池续航-监听判断连接状态

https://www.pocketdigi.com/20140609/1349.html

 

17.Android开发:优化电池续航-监听电量和充电状态

https://www.pocketdigi.com/20140608/1341.html

 

18.Android开发 多线程开发 HandlerThread

https://www.pocketdigi.com/20131221/1229.html

 

19.Mac 下Android SDK环境变量设置

https://www.pocketdigi.com/20131206/1224.html

ANDROID_HOME=C:\Users\linxuan\AppData\Local\Android\sdk

path=;%ANDROID_HOME%\tools;%ANDROID_HOME%\platform-tools;

 

20.LevelListDrawable使用示例

https://www.pocketdigi.com/20130925/1183.html

 

21.Android开发 ListView,Gallery,GridView等图片性能优化

https://www.pocketdigi.com/20130826/1167.html

 

22.Android开发 自制圆形带进度显示的进度条

https://www.pocketdigi.com/20130712/1136.html

 

23.ListView GridView等选中背景设为透明

https://www.pocketdigi.com/20130418/1031.html

 

24.Android开发 使用DecimalFormat格式化数字

https://www.pocketdigi.com/20130315/1004.html

 

25.Android activity有EditText时禁止自动弹出软键盘

https://www.pocketdigi.com/20130126/982.html

 

26.Android开发 读取MAC地址(WIFI开启关闭状态均可用)

https://www.pocketdigi.com/20130122/978.html

 

27.Android开发 点击Dialog外区域不关闭Dialog的方法

https://www.pocketdigi.com/20121202/953.html

 

28.android 拦截拨打电话

https://www.pocketdigi.com/20121119/942.html

 

转载于:https://www.cnblogs.com/qunxuan/p/8441264.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值