原创 【Android】EventBus使用相關

【Android】EventBus使用相關 EventBus的使用非常簡單,主要使用到以下三個方法: //註冊EventBus EventBus.getDefault().register(Object subscriber)

原创 【Android】Manifest merger failed with multiple errors, see logs問題處理

問題 Manifest merger failed with multiple errors, see logs 解決方案 1、在AndroidManifest.xml中加入xmlns:tools=”http://schemas.andr

原创 【Android 】 五種數據存儲

數據存儲在開發中是使用最頻繁的,在這裏主要介紹Android平臺中實現數據存儲的5種方式,分別是:1 使用SharedPreferences存儲數據2 文件存儲數據3 SQLite數據庫存儲數據4 使用ContentProvider存儲數

原创 【Android】 水波紋WaveView

package com.qiao.atc.custom.view.path; import android.content.Context; import android.content.res.TypedArray; import a

原创 【Android】通過耳機調起語音助手App配置

一、AndroidManifest.xml 配置: <activity-alias android:name="包名" android:icon="@mipmap/ic_l

原创 【Android 7.0 沉浸式狀態欄實現!! 】

/** * 解決7.0沉浸式狀態欄灰色 */ protected void setSystem7Gray() { if (Build.VERSION.SDK_INT >= Build.

原创 【Android】 華爲手機調試閃退

進入撥號界面輸入:* #* #2846579#* # * 依次選擇:後臺設置—LOG設置—AP 日誌 重新啓動手機

原创 Error:Could not determine the dependencies of task ':app:extractIncludeDebugProto'.

【Android】 android studio 3.0 Error:Could not determine the dependencies of task ‘:app:extractIncludeDebugProto’. Resol

原创 【Android】 getWidth 、getHight過時替換

1、DisplayMetrics dm = new DisplayMetrics();getWindowManager().getDefaultDisplay().getMetrics(dm);int width = dm.widthPi