原创 Android loading Dialog 自定義

                看到IOS端做了這個加載數據的效果,爲了保持UI一致,就自定義了Loading Dialog !  先看一下大概的效果: 下面就是代碼部分:    res/drawable/          <

原创 TextView 文字滾動 跑馬燈效果

      對於長文本的顯示,除了用省略號之外我們還可以讓它滾動顯示,這樣的效果也叫走馬燈效果 !        我們實現這個效果,也要用到上面android:ellipsize的屬性,還有android:marqueeRepea

原创 通過請求接口的辦法獲得本設備IP以及IP地址

獲取本設備IP接口(搜狐) http://pv.sohu.com/cityjson?ie=utf-8 result Content: {     "cip": "58.210.119.10",     "cid": "320500",  

原创 關於微信輔助 鎖屏處理相關解決問題

親測 關閉系統鎖屏時的disableKeyguard方法的錯誤使用的糾正  http://www.eoeandroid.com/thread-177610-1-1.html?_dsign=d224484a  http://www.cnb

原创 解決AndroidStudio Terminal xx不是內部或者外部命令的問題

解決AndroidStudio Terminal xx不是內部或者外部命令的問題背景在使用AS工具自帶命令面板終端的時候,相信你有碰到過:XX不是內部或者外部命令,也不是可運行程序解決辦法就是配置環境變量一,在終端中使用adb,報'adb

原创 Cannot resolve method 'putExtra(android.os.Bundle)' Intent界面跳轉傳值

今天在做界面的跳轉的時候 .putExtra(mBundle) 一直報錯,提示錯誤是:  Cannot resolve method 'putExtra(android.os.Bundle)' 這是跳轉部分代碼: switch (v.g

原创 RadioButton去掉默認樣式小圓點

<RadioButton android:id="@+id/british_stock" android:layout_width="wrap_content" android:layout_height="mat

原创 Android 開發 Style樣式中關於colorPrimary、colorPrimaryDark、colorAccent 用法

1,首先 colors.xml <?xml version="1.0" encoding="utf-8"?> <resources> <color name="colorPrimary">#17c782</color> //

原创 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 depend