Is there anything similar to getsharekit.com for Android? It allows to share URL\'s to social networking sites. Is there anything similar to this or do I need to code separately
For me this works just fine:
startActivity(Intent.createChooser(new Intent(Intent.ACTION_SEND, Uri.parse("http://...")),"Share URL"));// share url is on your own