Odomhae / weightRecord_Android

0 stars 0 forks source link

공유하기 #9

Closed Odomhae closed 3 years ago

Odomhae commented 3 years ago

// 눌럿을때 ee값 공유 public void sendmsg(View view){

    EditText ee = findViewById(R.id.edittext);
    Intent i = new Intent(Intent.ACTION_SEND);

    i.setType("text/plain");
    i.putExtra(Intent.EXTRA_TEXT, ee.getText().toString());

    if(getIntent().resolveActivity(getPackageManager()) !=null) {
        startActivity(i);
    }

}
Odomhae commented 3 years ago

https://developers.facebook.com/docs/instagram/sharing-to-stories?locale=ko_KR#android----

https://developers.facebook.com/docs/instagram/sharing-to-feed