[android-beginners] Re: How to show alert message.

2008-12-30 Thread Josh Dobbs
Check out the Dialog Class. http://code.google.com/android/reference/android/app/Dialog.html On Mon, Dec 29, 2008 at 11:31 PM, java.webline wrote: > > Hi all, > > I am very new to the android platform. > > I have created an activity that makes a call on the number entered by > user. > > Now i w

[android-beginners] Re: How to show alert message.

2008-12-30 Thread Dmaxi
Hi, You should use AlertDialog.Builder class. See http://www.anddev.org/tinytut_how_to_use_alertdialogbuilder-t1064.html and http://code.google.com/intl/en-EN/android/reference/android/app/AlertDialog.Builder.html Robert --~--~-~--~~~---~--~~ You received this mes

[android-beginners] Re: How to show alert message.

2008-12-30 Thread Jonathan Parker
Do you really think an alert dialog is the best idea for input validation. Why not just put a red cross next to the field and put focus on it. Maybe a small message bellow saying what the error is. Just my 2c. On Wed, Dec 31, 2008 at 9:34 AM, Dmaxi wrote: > > Hi, > > You should use AlertDialog.B