Page 1 of 1

Sharing on Android

Posted: Thu May 23, 2013 11:33 am
by Mag
Hi all,

On iOS I use mergSocial to implement posting features on social network as Facebook, Twitter, Weibo (and possibly the upcoming services of iOS 7: Flickr and Vimeo).

In your experience, under Android, is there a way to implement social services posting?

Re: Share on Android

Posted: Thu May 23, 2013 5:06 pm
by Mag
I'm trying this code (from Dictionary) on Android device.

Code: Select all

   put "Hello World!" into tAttachment["data"]
   put "text/plain" into tAttachment["type"]
   put "Greetings.txt" into tAttachment["name"]
   mobileComposeHtmlMail "Greetings", "test@runrev.com",,,, tAttachment
I receive the email, but no any attachment.

To tell the true, I need to attach a jpg, but I do not make any progress...

Re: Share on Android

Posted: Thu May 23, 2013 6:13 pm
by Mag
The same with this:

Code: Select all

   put "Hello World!" into tAttachment["data"]
   put "text/plain" into tAttachment["type"]
   put "Greetings.txt" into tAttachment["name"]
   mobileComposeMail "Greetings", "test@company.com",,,, tAttachment
The difference from the previous is the command (not html)

Re: Share on Android

Posted: Tue May 28, 2013 11:17 am
by Mag
No ideas?

PS
Do you know apps that have no any social share features on Google Play or Amazon App Shop? Maybe mine will be the first... :)

Re: Sharing on Android

Posted: Wed Mar 26, 2014 4:26 am
by keram
Hi Mag,

Is it now possible to share on social networks from Android apps developed on LC?
If yes, where do I find the info?

Thanks.

keram

Re: Sharing on Android

Posted: Wed Mar 26, 2014 11:44 am
by Mag
Hi keram,

unfortunately, to date, I don't know any reliable way, sorry. There is an Android external (mergAndroid) but, unfortunately there was a problem http://quality.runrev.com/show_bug.cgi?id=11623. I have not tested recently, I suggest you to give a try.

Maybe the mobileComposeHtmlMail http://quality.runrev.com/show_bug.cgi?id=11895 command now it works, I haven't tested.

Maybe some other users of the forum can have more useful info.