[android-developers] Twitter Integration with Android app

2010-11-30 Thread Ajmer Singh
Hi All I need to integrate the Twitter in my application,Could any body please let me know what are the best way to achieve this. I only need to Login and post a tweet in twitter from android app.Is there any sort of SDK for Twitter?. -- Thanks and Regards Ajmer Singh -- You received this

Re: [android-developers] Twitter Integration with Android app

2010-11-30 Thread Kumar Bibek
Try Twiiter4J library. Kumar Bibek http://techdroid.kbeanie.com http://www.kbeanie.com On Tue, Nov 30, 2010 at 6:05 PM, Ajmer Singh ajmersing...@gmail.com wrote: Hi All I need to integrate the Twitter in my application,Could any body please let me know what are the best way to achieve

[android-developers] twitter integration for android

2009-11-10 Thread pankaj
i want to integrate twitter with android, please tell me what is the best way to implement this, i am new to androind. thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] twitter integration for android

2009-11-10 Thread Mark Murphy
i want to integrate twitter with android, please tell me what is the best way to implement this, i am new to androind. I use the JTwitter JAR in a few book samples. I removed the org.json classes from the JTwitter JAR, since Android ships with org.json and I get nervous about having duplicate