//shareIt method for Android
public void shareIt(){
Intent sharingIntent = new Intent(android.content.Intent.ACTION_SEND);
sharingIntent.setType("text/plain");
String shareBody = "Jom install al-Mathurat mobile, boleh download PERCUMA di sini http://bit.ly/m-mathurat ...\n";
shareBody=shareBody+" @almathurat #almathurat @mmathurat";
sharingIntent.putExtra(android.content.Intent.EXTRA_SUBJECT, "al-Ma\'thurat mobile");
sharingIntent.putExtra(android.content.Intent.EXTRA_TEXT, shareBody);
startActivity(Intent.createChooser(sharingIntent, "Kongsikan melalui:"));
}//end shareIt
Create your own blog and send the address by submitting the comment of this article. Make sure to provide your full name, matrix and URL address of your blog. Refer to the picture below. Manual on developing a blog using blogger.com and AdSense, download here … Download Windows Live Writer (a superb offline blog post editor)
Comments
Post a Comment