レイアウトのテキストをソーシャル ネットワークや whatsapp、メールで共有できますか? ありがとうございました。私はこのコードを持っています。
私はこのコードを持っています。
Intent sendIntent = new Intent(); sendIntent.setAction(Intent.ACTION_SEND); sendIntent.putExtra(Intent.EXTRA_TEXT, "This is my text to send."); sendIntent.setType("text/plain"); startActivity(sendIntent);
共有するボタンをプログラムできませんでした、ありがとう