[android-developers] Intent for following a user on Twitter?

2010-07-30 Thread Mark Carter
I want to provide an easy way for my users to follow my app's Twitter account. Is this possible using the Intents system? -- 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.

Re: [android-developers] Intent for following a user on Twitter?

2010-07-30 Thread Mark Murphy
On Fri, Jul 30, 2010 at 6:17 AM, Mark Carter wrote: > I want to provide an easy way for my users to follow my app's Twitter > account. > > Is this possible using the Intents system? You would have to ask the author of a Twitter application that question. -- Mark Murphy (a Commons Guy) http://co

Re: [android-developers] Intent for following a user on Twitter?

2010-07-30 Thread Mark Carter
I was wondering if there might be a standard... On 30 July 2010 12:20, Mark Murphy wrote: > On Fri, Jul 30, 2010 at 6:17 AM, Mark Carter > wrote: > > I want to provide an easy way for my users to follow my app's Twitter > > account. > > > > Is this possible using the Intents system? > > You wou

Re: [android-developers] Intent for following a user on Twitter?

2010-07-30 Thread TreKing
On Fri, Jul 30, 2010 at 5:33 AM, Mark Carter wrote: > I was wondering if there might be a standard... Why would there be a standard intent to execute a non-standard action? - TreKing

Re: [android-developers] Intent for following a user on Twitter?

2010-07-30 Thread Chris Stewart
Hey, maybe instead of rudely "answering" the question, you could save your keystrokes for something useful? Chris Stewart cstewart...@gmail.com On Fri, Jul 30, 2010 at 11:57 AM, TreKing wrote: > On Fri, Jul 30, 2010 at 5:33 AM, Mark Carter wrote: > >> I was wondering if there might be a standa

Re: [android-developers] Intent for following a user on Twitter?

2010-07-30 Thread Mark Carter
A standard intent may be used to execute non-standard actions. For example, there might be a standard Intent action to FOLLOW something. A Twitter client might attempt to respond to such Intents... On 30 July 2010 17:57, TreKing wrote: > On Fri, Jul 30, 2010 at 5:33 AM, Mark Carter wrote: > >>

Re: [android-developers] Intent for following a user on Twitter?

2010-07-30 Thread TreKing
On Fri, Jul 30, 2010 at 10:59 AM, Chris Stewart wrote: > Hey, maybe instead of rudely "answering" the question, you could save your > keystrokes for something useful? > I was being rude? I asked a simple question in response the OP's statement. Hey, maybe instead of misinterpreting people's post

Re: [android-developers] Intent for following a user on Twitter?

2010-07-30 Thread Shane Isbell
I'm working on this feature for devs to embed code for twitter follows in their app. The client code will be open-source (ASL v2) and hook into my ZappMarket servers. If you can hold off a week or so, you will be able to use it. On Fri, Jul 30, 2010 at 9:19 AM, TreKing wrote: > On Fri, Jul 30, 2