Re: [android-developers] Sharekit for Android yet?

2011-11-13 Thread Mark Murphy
On Sun, Nov 13, 2011 at 8:30 AM, bob wrote: > Anyone know if there is something like Sharekit for Android yet? The closest Android equivalent is ACTION_SEND: http://www.openintents.org/en/node/121 Whatever applications are installed and configured that can share your content will appear in the

[android-developers] Sharekit for Android yet?

2011-11-13 Thread bob
Anyone know if there is something like Sharekit for Android yet? I'm in a major time crunch and could really use this. I need something really legit though - can't afford to waste time with some buggy rubbish. -- You received this message because you are subscribed to the Google Groups "Android

Re: [android-developers] Sharekit

2011-09-09 Thread Daniel Drozdzewski
On 9 September 2011 03:13, bob wrote: > Does anyone know how Sharekit shortens URLs?  I need to do the same > thing on Android. You need publicly available service running on the Internet that translates between long URLs and short ones. Once shortened URL is out, you will need to keep the transl

[android-developers] Sharekit

2011-09-08 Thread bob
Does anyone know how Sharekit shortens URLs? I need to do the same thing on Android. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, s

Re: [android-developers] Sharekit for Android?

2011-08-30 Thread Mark Murphy
Use ACTION_SEND. It's the engine behind all those "Share" options menu items you're seeing in Android -- try sharing a Web page from the browser, for example. Any application the user has installed that allows "sending" of your indicated MIME type will be an option for the user via the chooser. On

[android-developers] Sharekit for Android?

2011-08-30 Thread bob
Anyone know if there is something like Sharekit (http:// getsharekit.com/) for Android? Thanks. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from th