0

Can i create an application which can send the picture message without using intent?? Also in my application i know the destination number and the location of the image, so can i perform this action on a button click?

Rais Alam
  • 6,970
  • 12
  • 53
  • 84
inforg
  • 749
  • 2
  • 8
  • 15

1 Answers1

1

Here you go:

How to send image via MMS in Android?

Community
  • 1
  • 1
Jon
  • 2,502
  • 4
  • 21
  • 23
  • Thanks for the answer.. Using HTTP-POST is there any other classes needed for the code to be run?? Some compilation issues areb there.. – inforg Jun 06 '11 at 11:10
  • What's wrong with Intents? As you can see from the second answer, it's much easier to send a message using an Intent. – molnarm Jun 06 '11 at 11:12
  • Using intent its impossible to hide UI.. Actually i need to perform the sending mms in a simple button click???? – inforg Jun 06 '11 at 11:27