[android-developers] Android Emulator-capture live images

2011-01-24 Thread jayavenkat
Hi All, whether its possible to capture live picture from Android emulator 2.2 version,If so can anyone share your ideas and can you please list some related url Thanks in Advance, -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Image capturing

2011-01-24 Thread jayavenkat
Hi, Whether it is possible to take live image capture using android emulater in Android 2.2 version, If so can anyone send me related url Thanks in Advance -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Regarding Certification

2011-01-20 Thread jayavenkat
Hi, I need details about Android certification -- 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 from this group, send email to

[android-developers] Android Twitter client to share Images

2011-01-11 Thread jayavenkat
Hi, I am using Twitter Oauth and everything is working fine now I want to upload and share Images with Twitpic Api key and Oauth,can anyone send me some sample code over that. Thanks, -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] To upload and share images

2011-01-05 Thread jayavenkat
Hi, Can anyone send some samples to upload and share pictures using Twitpic api key and Oauth. I refered with below link http://grepcode.com/file/repo1.maven.org/maven2/org.twitter4j/twitter4j-examples/2.1.3/twitter4j/examples/TwitpicOAuthImageUpload.java Here they ask for location of

[android-developers] Twitter client Application in Android

2010-12-28 Thread jayavenkat
Hi All, I've developed twitter Oauth Application. I use shared prefrrence to store the values of access token . Everything works fine But the access token are saved only while changing the orientation of emulator using key ctrl + F12 at run time then only i can able to access my account

[android-developers] Android Twitter client Storing in shared preference

2010-12-28 Thread jayavenkat
Hi, I am new to android Twitter ,I use Oauth to access twitter account every process is working fine.But once after getting Access token I have to change orientation of emulator or some other changes to be done to store the access tokens . here i use shared preference to store values