I am using the below code to post string on twitter but instead of space, plus is getting placed in my posted string. How can I resolve this problem?
Intent inte = new Intent(
Intent.ACTION_VIEW,
Uri.parse("https://mobile.twitter.com/compose/tweet?status="
+ "La Mar Cebicheria"+ " " + sharepath));
startActivity(inte);
mpopup.dismiss();
below is the image as how my text is looking