Hi Sasikumar

You can create an instance of the class Dialog or if its more complex
create a new class which extends Dialog. On that instance call
setContentView()

Here is a simple example:
http://developer.android.com/guide/topics/ui/dialogs.html#CustomDialog

You can find more examples using google code search:
http://www.google.com/codesearch?hl=en&lr=&q="extends+Dialog"+android&sbtn=Search

Chrigi

On Fri, Feb 5, 2010 at 12:01 PM, Sasikumar.S <sasikumar.it1...@gmail.com> wrote:
> Hi,
> How to create a custom dialog box in android?
> Any example program?..
>
> --
> Thanks & Regards
> Sasikumar.S
>
> --
> 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

-- 
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

Reply via email to