• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Can I get Twitter sample example for Android APP ??

Hi,
I am looking Twitter sample example to implement for Android application.
If anyone have Twitter Sample example please attach or forward without hesitate. I really need it.
:mad:
Thanks and Regards,
Arthur
 
That's not really how development works, Arthur.

Twitter is a VERY complex app with tens of thousands of lines of code -- no one is going to be able to provide you a "sample" of an app like this.

Instead, you should try to learn how to code something yourself. Then as you are learning you can ask people for help with the things you get stuck on.

If you are teaching yourself, and get stuck and then ask, we'd be glad to help you out.

Here's one blog post from Google that might get you thinking of what is involved:

Android Developers Blog: Android Cloud To Device Messaging


Hope that helps!


.
 
Hi,
Thanks alostpacket, actually I have some Twitter same example, but unfortunately it is not working throwing exception during log in, when I checked into logcat I found "Unauthorised Exception". So, I requested some working example for it. I thought like "Facebook" "Twitter" will be available but Thanks for giving link I will go first with that.

Thanks and Regards,
Andy
 
funny thing .. is I have what you need :D
the issue with what you have is probably due to twitter changing from normal logging in to oAuth
anyway .. here's the online lecture I attended for this
Developing Android Applications with Java, Part 2 - O'Reilly Media

and they made the code available on github over here
https://github.com/thillerson/oreilly_android

ps:it may still not work as that you need to have a twitter dev application account and put your key inside in the codehttps://dev.twitter.com/, go here for more info https://dev.twitter.com/
 
Hi,
Thanks JiMMaR, Really this is the thing I am looking for. I will go with that and I hope it will help me more. I will update you concern it. So, thanks again.

Thanks and Regards,
Andy
 
Back
Top Bottom