問題タブ [clipboardmanager]
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.
121 問題
0
投票する
1
に答える
56
参照
java - TextViewEx のテキストをクリップボードに保存する方法
これは私のコードであり、recyclerview でテキストを取得してクリップボードに保存したい場合のエラーです。私のエラー:
これはアダプタコードです:
holder.subtitleView.setText(travelCards.get(position).getSubtitle(), true);
}