rokkonet

PC・Androidソフトウェア・アプリの開発・使い方に関するメモ

2021-07-22から1日間の記事一覧

android開発 editText テキストの入力有無判定

2021 Jul. 22. 出典 【Android/EditText】入力or未入力の判定に !=null は使えない - Qiita テキストの文字列長がゼロかどうかで判定する if ( edTxt.text.length == 0 ) { } else { }

android開発 EditText ソフトキーボードのデフォルト設定

2021 Jul. 22. 出典 [Android] EditText:キーボードのタイプを指定する | Programming Style inputTypeプロパティに適当なものを指定する

android開発 EditText Attribute `autofillHints` is only used in API level 26 and higher

2021 Jul. 22. 出典 AndroidのEditTextの警告への対処 – senooken.jp minSdk < 26で、autofillHintsを使わない場合,レイアウトxmlファイルのEditText設定にandroid:autofillHints=" " tools:targetApi="o" を指定する

android開発 permission is only granted to system apps

2021 Jul. 22. 現象 AndroidManifest.xmlに<uses-permission android:name="android.permission.ADD_SYSTEM_SERVICE"/>を記述したら "permission is only granted to system apps"というエラーが表示された。 対策 Android Studioにて"File -> Settings -> Editor -> Inspections"と進み ページ内で Android -> Lint -> Correctness </uses-permission>…

jarファイル検索サイト

2021 Jul. 22. Download JAR files with all dependencies