I can share the text of a layout in social networks or whatsapp, email? Thank you. I have this code.
I have this code.
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);
I could not program the button to share, thanks