Android
文章平均质量分 57
hhwS
强大的补丁
展开
-
Cannot resolve method 'putExtra(android.os.Bundle)' Intent界面跳转传值
今天在做界面的跳转的时候 .putExtra(mBundle) 一直报错原创 2016-04-29 11:57:44 · 3719 阅读 · 5 评论 -
RadioButton去掉默认样式小圆点
<RadioButton android:id="@+id/british_stock" android:layout_width="wrap_content" android:layout_height="match_parent" android:button="@null" 将button 设置为@null 即可,方便快捷! android:grav原创 2016-05-30 14:28:33 · 14032 阅读 · 0 评论 -
Android loading Dialog 自定义
看到IOS端做了这个加载数据的效果,为了保持UI一致,就自定义了Loading Dialog ! 先看一下大概的效果:下面就是代码部分: res/drawable/ xml version="1.0" encoding="utf-8"?>xmlns:android="http://schemas.android.com/原创 2016-07-06 18:24:01 · 2390 阅读 · 0 评论 -
TextView 文字滚动 跑马灯效果
对于长文本的显示,除了用省略号之外我们还可以让它滚动显示,这样的效果也叫走马灯效果 ! 我们实现这个效果,也要用到上面android:ellipsize的属性,还有android:marqueeRepeatLimit,和android:focusable属性:android:id="@+id/txtInfo" android:text="这里是原创 2016-07-07 11:38:33 · 537 阅读 · 0 评论 -
Error:Failed to open zip file. Gradle's dependency cache may be corrupt
首先注明出处:http://blog.csdn.net/u011277123/article/details/52096864错误日志: Error:Failed to open zip file.Gradle's dependency cache may be corrupt (this sometimes occurs after a network connection转载 2017-01-20 10:37:20 · 3640 阅读 · 0 评论 -
Android 开发 Style样式中关于colorPrimary、colorPrimaryDark、colorAccent 用法
Android 关于主题设置 , 状态栏默认颜色 ,控件默认颜色的设置。原创 2017-03-08 10:06:49 · 7221 阅读 · 1 评论 -
关于微信辅助 锁屏处理相关解决问题
亲测关闭系统锁屏时的disableKeyguard方法的错误使用的纠正 http://www.eoeandroid.com/thread-177610-1-1.html?_dsign=d224484a转载 2017-04-10 14:03:41 · 465 阅读 · 0 评论 -
通过请求接口的办法获得本设备IP以及IP地址
获取本设备IP接口(搜狐)http://pv.sohu.com/cityjson?ie=utf-8result Content:{ "cip": "58.210.119.10", "cid": "320500", "cname": "江苏省苏州市"}查询制定IP地址:http://int.dpool.sina.com.cn/iplookup/i原创 2017-05-15 16:40:33 · 4655 阅读 · 0 评论