Re: [android-developers] Re: Any twitter updates??

2011-02-11 Thread Griffin Chennai
Search for Android+Twitter in code.google.com, and you would get a lot of projects that can help you. -- 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.com To unsubscribe

Re: [android-developers] Re: Any twitter updates??

2011-02-09 Thread Robin Talwar
Ok finally today i got my first post on twitter :) and then haywards 5000 to celebrate ahe so i have found the best solution for the beginner to integrate twitter since it has only one library which does authentication and even updates the status . Follow the link :-

[android-developers] Re: Any twitter updates??

2011-02-06 Thread Lance Nanek
I use: http://twitter4j.org/ There are various examples out there: http://code.google.com/p/agirardello/source/browse/trunk/OAuthExample/src/ch/ethz/oauth/OAuth.java#115 On Feb 6, 3:49 am, Robin Talwar r.o.b.i.n.abhis...@gmail.com wrote: Ya i got you. May be i got you wrong plus there are not

Re: [android-developers] Re: Any twitter updates??

2011-02-06 Thread Robin Talwar
hey thanks for sharing the link i have added all the three jars and made one class file copied the code. Everything is fine i have removed many errors by importing specific classes and setting up the context. But still there are two class files which eclipse is not able to import and these are :-

[android-developers] Re: Any twitter updates??

2011-02-06 Thread Lance Nanek
Those classes are in the Twitter4J core JAR. So that isn't getting properly included in your Java build path as a library if you can't import them. So double check that. One problematic thing I see you doing earlier is keeping your library JARs in the assets folder. The assets folder is a special

Re: [android-developers] Re: Any twitter updates??

2011-02-06 Thread Robin Talwar
Ok i got it i organized all my jar files in lib folder and made necessary changes in import statements. Now i can login to the twitter account and authorize the app. But i still can not update the status :( On Mon, Feb 7, 2011 at 2:42 AM, Lance Nanek lna...@gmail.com wrote: Those classes are in