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?
Asked
Active
Viewed 2,282 times
1 Answers
1
Here you go:
-
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