[android-beginners] Re: Sending MMS messages

2008-10-14 Thread Cadge
What package is sendDataMessage() in? Is it well documented? On Oct 14, 10:01 am, Sudha <[EMAIL PROTECTED]> wrote: > Hi > I have the same doubt > We are having sendDataMessage() to send the mms (I guess) > but it is sending in the form of byte[]. > So my conclusion is that we can send mms if the

[android-beginners] Sending MMS messages

2008-10-12 Thread Cadge
Is it possible to send an MMS message with, say, a picture attached from on instance of the emulator to another instance running on the same computer? I have managed to send simple text messages but wondered if this was also possible? Cheers p.s I was also wondering if it was possible to send a

[android-beginners] Re: Using the gravity attribute

2008-10-02 Thread Cadge
="true" and on the Button, use > android:layout_alignParentBottom="true". > > > > On Thu, Oct 2, 2008 at 8:22 AM, Cadge <[EMAIL PROTECTED]> wrote: > > > Ok I tired as you suggested replacing the line > > >

[android-beginners] Re: Using the gravity attribute

2008-10-02 Thread Cadge
the code staying as it was. But it still hasn't changed anything and the button still apears at the top. Any ideas? Cheers. On Oct 2, 1:46 pm, Mark Murphy <[EMAIL PROTECTED]> wrote: > Cadge wrote: > > I have a (extremely) simple app that shows some text and a button >

[android-beginners] Using the gravity attribute

2008-10-02 Thread Cadge
I have a (extremely) simple app that shows some text and a button which does nothing just now. As it stands the text appears with button imediately below this. What I want to do is keep the text at the top but move the button to the bottom of the screen. In the main.xml file I have: