I know this is possible, and I have seen it done, I just do not know how to do it myself, or where to find documentation.
I want it so the user can enter text in a textfield, and then push a button, and it opens the official Twitter for Android app, and puts the text entered in the textfield, into the status update on the Twitter app.
If you are wondering where I have seen this done, it is with the CNN app (and other news apps), where you click share, you can choose twitter and it puts the link and headline as a status update.
It uses an Intent to launch the Twitter Android app: take a look at http://lisudza.wordpress.com/2010/12/29/tweeting-using-twitter-for-android-intent/ and see if it covers what you want.
Related
Hi I have functionality in my app where I have to do some code on event when user shares my app.
So basically on tap share icon androids default share indent will open which will show installed apps through which user can share(e.g whatsapp, Facebook, gmail) then user will select any of the above app and then once he shares app i need that event of sharing post.
Please help me to achieve this functionality.
I am trying to achieve a Facebook login in android with the native pop-up that asks for permission (with the profile image etc.)
I have followed the tutorial here and am able to log into facebook, but the app just flashes for a short moment, loads, and then finishes the login and goes to the next screen. There is no review of the Account Information (or a selection which account I would like to use) like with google login.
How can I achieve this as a popup? :
My application is an app for making a travel schedule.
I want to make the app that shares user's schedules.
For this, I tried to simply share text between app users.
Let me explain the steps.
One user shares the app on Facebook to the other. When he shares the app, Text "abc" should be included, not on Facebook, but on the app.
(And I already made Textview to see if it can be sent.)
The other user opens the app on Facebook. Then Text "abc" should be seen on Textview.
I don't even know what keyword I should search.
I tried to use 'intent' and 'action.SEND'. But it doesn't work.
Could you please let me know the steps to do the above function?
Thank you in advance.
I am creating native android application with image gallery.
I want to create a Google plus button for each of my images. When user press +1 I want to publish a post on his wall:
user_name like's image_name on my_app
And I wish that when clicking on this post it will do the follow:
clicking on user_name will bring you to the users page.
clicking on image_name will bring you to my application and show you this image.
clicking on my_app will bring you to my application, main page.
*If you don't have the app installed it will send you to Google play store, to download it.
How do I do this?
Is it possible?
With the new Google+ Sign-In, you can now create an Interactive Post for your users. This behaves much the same as a normal Share, however, you can add a call to action button (allowing users to "listen" or "RSVP") and a deep link, which will bring a user from their Google+ Stream and into your app. Also, these posts can be customized with pre-filled text and up to 10 pre-filled recipients.
Learn more at: https://developers.google.com/+/features/interactive-posts.
I have searched quite a lot on Stack Overflow for this request however it all seems to be centred around just opening the twitter client.
I would like to click a button, open the default or used Twitter App and have it display someones profile. They then interact and click to follow if needed, however the main idea is getting the button to open the twitter app and being directed to the page in question.
I have made a simple button that goes to the persons twitter page in the browser but i would like it to be more professional.
Is this possible?
Paul
old but might do what you want
another page that should help
last but not least