摘要:
https://www.cnblogs.com/dtj007/p/5799081.htmlhttps://www.cnblogs.com/net168/p/4075126.html 阅读全文
文章分类 - Android
百度地图的开发版sha1和发布版sha1的获取方式
2019-06-28 17:41 by Spiderman25, 145 阅读, 收藏, 编辑
摘要:
https://blog.csdn.net/cc20032706/article/details/77528978 阅读全文
动态请求权限
2019-06-28 13:34 by Spiderman25, 107 阅读, 收藏, 编辑
摘要:
package com.youzuan.shop; import android.Manifest; import android.app.Activity; import android.content.Intent; import android.net.Uri; import android.os.Build; import android.os.Bundle; import andro... 阅读全文
状态栏完美四个重要代码
2019-05-07 12:32 by Spiderman25, 186 阅读, 收藏, 编辑
摘要:
//去掉信息栏 //信息栏背景为透明,这时内容占据信息栏,但有文字 信息栏高度,即使去掉信息栏以及背景为透明也是原来高度 设置状态栏文字颜色黑或白 完美!!!,如果要设置颜色请自行百度 阅读全文
Android获取状态栏高度
2019-05-06 14:33 by Spiderman25, 65 阅读, 收藏, 编辑
摘要:
https://blog.csdn.net/xu_coding/article/details/80387893 阅读全文
仿QQ空间标题栏渐变
2019-05-05 11:15 by Spiderman25, 105 阅读, 收藏, 编辑
摘要:
https://github.com/Hankkin/GradationTitleBar 阅读全文
一个安卓验证码输入框控件
2019-04-25 16:48 by Spiderman25, 173 阅读, 收藏, 编辑
摘要:
http://p.codekk.com/detail/android/yangjing96/vercodeedittext 阅读全文
项目需求讨论-Android 自定义Dialog实现步骤及封装
2019-04-20 11:18 by Spiderman25, 84 阅读, 收藏, 编辑
摘要:
https://www.jianshu.com/p/64446940eccf 如果里面有数据,可能里面的数据改变可以在dialog里面监听改变,当按确定时可以在dialog里面设个临听事件调监听接口,在activity里面设置实现,也可以在activity里面动态添加调监听接口事件,然后在activ 阅读全文
Android必学之AsyncTask
2019-04-18 17:24 by Spiderman25, 54 阅读, 收藏, 编辑
摘要:
https://www.cnblogs.com/caobotao/p/5020857.html https://www.jianshu.com/p/ee1342fcf5e7 注意点:https://blog.csdn.net/qq_37321098/article/details/81625580 阅读全文
Tablayout使用全解,一篇就够了
2019-04-17 20:28 by Spiderman25, 91 阅读, 收藏, 编辑
摘要:
属性设置:https://www.jianshu.com/p/fde38f367019 阅读全文
Scrollview嵌套listview显示出来的位置不在顶部而是中间怎么解决?
2019-04-17 17:36 by Spiderman25, 69 阅读, 收藏, 编辑
摘要:
https://www.2cto.com/kf/201804/737190.html 阅读全文
recyclerView、listView
2019-04-17 15:38 by Spiderman25, 69 阅读, 收藏, 编辑
摘要:
recyclerView:http://blog.csdn.net/sbsujjbcy/article/details/44182651 listView:https://www.cnblogs.com/896240130Master/p/6135165.html listView:https:// 阅读全文