問題タブ [android-chips]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
android - Android Chip inflation causes "Invalid ID 0x00000000."
After moving to android-x I noticed that there are plenty of logs saying:
I manage to circle down to the point where I'm creating a new RecyclerView ViewHolder and inflating a layout that contains a Chip. Every other field does not show such an error, only Chip.
In the xml it's looking like so:
I cannot find what is really missing in this definition that causes the error. Any hint?
android - チップグループ内のチップの複数選択を処理するにはどうすればよいですか?
複数のチップの選択を処理したいのですが、Chipgroup.setOnCheckedChangedListener(); app:singleSelection = "true"を追加するとメソッドが機能し、そうすると複数のチップを選択できなくなります。chipgroup から複数のチップを選択する方法がわかりません。