[android-developers] Application Level Object

2009-10-11 Thread Shre555
Hi, I want a application level object in Android.Here is the scenario... Suppose I want to pass a object from Activity A to Activity B then to Activity C D. Then I will have to pass that object from Activity A to B then to C then to D... Passing the Parcel Through the Bundle.

[android-developers] How to control the playing of a song over Multiple Activities...

2009-11-14 Thread Shre555
Suppose I want to start a song in Activity A see to it that it plays in Activity B when I move from Activity A to B Now after moving from Activity B to Activity C I want to stop that song and play another song. PleaseI need Help on this cant figure it out some how -- You received

[android-developers] Android Dev Phone 1 activation Problem

2009-05-03 Thread Shre555
Hi I got my Android Dev Phone 1 Yesterday. I tried to enter my gmail account info but it always gives me the error I stay in India I used Airtel with APN settings Name:airtelgprs.com APN: airtelgprs.com when I enter the info and press the sign in button the adb logcat says NETWORK

[android-developers] embedding photo in body of email

2009-05-29 Thread Shre555
Can we embed a photo in the body of the email Is there a way to embed a photo in the body of the email if yes then how?? Please help me someone. Thanks in advance. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[android-developers] Cannot Decode Images from sdcard using BitmapFactory.Options

2009-06-19 Thread Shre555
Hi, I am tring to get a image from the images stored on the sdcard of my Android but i am getting a skia error using BitmapFactory When I just take the image directly without using BitmapFactory class I get the image. But the purpose of using BitmapFactory is scaling down the image size by

[android-developers] Re: Cannot Decode Images from sdcard using BitmapFactory.Options

2009-06-23 Thread Shre555
is not a JPEG file, at least not one recognized by SKIA. On Jun 19, 8:23 am, Shre555 shreyas1...@gmail.com wrote: Hi, I am tring to get a image from the images stored on the sdcard of my Android but i am getting a skia error using BitmapFactory When I just take the image directly