[android-developers] Re: Sending file via FTP within android

2009-06-23 Thread lucj06

Thanks Mark,
I'll check that.
Regards,
Luc

On Jun 22, 4:38 pm, Mark Murphy mmur...@commonsware.com wrote:
 lucj06 wrote:
  Hello,
  In fact i was talking about the possibility to send a file via FTP
  from android.
  I just added andFTP in the picture as I read this client was good.
  Without talking about andFTP, are there any means to send a file via
  FTP ?

 Not built in, no. Your choices are to try a Java FTP JAR, or see if
 andFTP supports some sort of remote service API.

 --
 Mark Murphy (a Commons 
 Guy)http://commonsware.com|http://twitter.com/commonsguy

 Android Development Wiki:http://wiki.andmob.org
--~--~-~--~~~---~--~~
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-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] sending email from android emulator

2009-06-22 Thread lucj06

Hello,
I'd like to know if it's possible to send an email from the emulator
(i'm using cupcake).
I'm using something like:

Intent sendIntent = new Intent(Intent.ACTION_SEND);
sendIntent.putExtra(Intent.EXTRA_EMAIL, to);
sendIntent.putExtra(Intent.EXTRA_SUBJECT, subject);
sendIntent.putExtra(Intent.EXTRA_TEXT,body);
sendIntent.setType(text/plain);
startActivity(Intent.createChooser(sendIntent, MySendMail))

but the thing I do not know if an email client is necessary on the
emulator (was thinking of k9) or if by default an email client is
already present. In this later case, how do I configure my account ?
Thanks a lot,
Luc
--~--~-~--~~~---~--~~
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-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Sending file via FTP within android

2009-06-22 Thread lucj06

Hello,
I was not able to find anything regarding this topic on google so... i
give it a try in the groups :-)
In fact, I'd like to know if it's possible, from the android (from the
emulator also) to send a file via FTP ? I heard about andFTP which
seems to be a real good FTP client.
So... I apologize in advance for this newby question :-) but if I
install andFTP, would it be possible to programmatically trigger it
using an Intent ? Or are Intent only used for internal application ?
thanks a lot,
Luc
--~--~-~--~~~---~--~~
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-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Sending file via FTP within android

2009-06-22 Thread lucj06

Hello,
I was not able to find anything regarding this topic on google so... i
give it a try in the groups :-)
In fact, I'd like to know if it's possible, from the android (from the
emulator also) to send a file via FTP ? I heard about andFTP which
seems to be a real good FTP client.
So... I apologize in advance for this newby question :-) but if I
install andFTP, would it be possible to programmatically trigger it
using an Intent ? Or are Intent only used for internal application ?
thanks a lot,
Luc
--~--~-~--~~~---~--~~
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-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---