[android-developers] Re: get the path of a file

2009-09-01 Thread SrilankanKK
On Sep 1, 10:58 am, "Dexter's Brain" wrote: > The Uri seems to be incorrect. "file://sdcard/myfile.zip" > > You can directly specify a file uri like Uri.fromFile(new File("/ > sdcard/myfile.zip")) > > Regards, > Dexter. > > On Sep 1

[android-developers] get the path of a file

2009-08-31 Thread SrilankanKK
Hi I have create a zip file on the phone sdk. So i need to create a program to attach that zip file and mail it. For that i need the uri of that file. I used its physical path but it doesn't work. path to the file - sdcard/myfile.zip i used it in the code in foloowing way sendIntent.putExtra(

[android-developers] Re: email application

2009-08-24 Thread SrilankanKK
t; Open Source Development Center > ·T· · ·Mobile· stick together > > The views, opinions and statements in thisemailare those of the > author solely in their individual capacity, and do not necessarily > represent those of T-Mobile USA, Inc. > > On Aug 18, 3:25 am, SrilankanKK

[android-developers] email application

2009-08-18 Thread SrilankanKK
Hi all, I'm try to send an email with multiple image attachments.I'm trying to develop an application which has a button and when i click the button mail has to be sent with image attachments. email address is hard coded. If any way to do this plz post me a reply. Thanks, --~--~-~--~--

[android-developers] Re: Attach multiple images

2009-07-28 Thread SrilankanKK
ions and statements in this email are those of > the author solely in their individual capacity, and do not > necessarily represent those of T-Mobile USA, Inc. > > On Jul 28, 4:31 am, SrilankanKK wrote: > > > Hi > > > i have put this question on several time on the

[android-developers] Attach multiple images

2009-07-28 Thread SrilankanKK
Hi i have put this question on several time on the Developer forum. But i didn't get any answer. I build an email application using intents. I can send a email with one image attachment. I tried to attach multiple images using "putExtra ()" method.But it still send only a single image if any

[android-developers] multiple image attachments

2009-07-22 Thread SrilankanKK
Hi... I have developed a application which can send an email with one image attachment. Now i want to attach the multiple images.when i click a button email should send to a hard coded email address with multiple image attachments. I used intents for my program. To send image i used putExtra