Skip to content

Instantly share code, notes, and snippets.

View yung-yu's full-sized avatar

Andy.li yung-yu

View GitHub Profile
http://www.envoi.io/resources/android-tv/
duplicateParentState 的意思是:當前控件是否跟隨父控件的(點擊、焦點等)狀態。下面簡單寫一下其使用方式。
https://stackoverflow.com/questions/56690875/customize-browsefragment-to-show-text-and-image-preview-above-row-list
((ViewGroup)mapView.getChildAt(0)).getChildAt(1).setVisibility(View.GONE);
https://flutterchina.club/flutter-for-android/#flutter%E5%92%8Candroid%E4%B8%AD%E7%9A%84view
https://www.jianshu.com/p/2a760b56e3a9
https://stackoverflow.com/questions/26533510/android-toolbar-center-title-and-custom-font
android.applicationVariants.all { variant ->
variant.outputs.all { output ->
outputFileName = "${variant.versionCode}${variant.buildType.name}${variant.flavorName}.apk"
}
}
}
Android studio use cache path
環境 windows 7
設定環境變數
andorid sdk cache path
資料夾 :.android
ANDROID_SDK_HOME : path
Gradle cache path
資料夾 :.gradle
https://flutterchina.club/flutter-for-android/#runonuithread-%E5%9C%A8flutter%E4%B8%AD%E7%AD%89%E4%BB%B7%E4%BA%8E%E4%BB%80%E4%B9%88
https://juejin.im/entry/57566a52a341310063dd5897
https://blog.csdn.net/eclipsexys/article/details/51992473