Tecnologia do Blogger.
RSS

Re: [androidbrasil-dev] Abrir a Activity em um AlertDialog

IF (START_ACTIVITY_FROM_DIALOG) {

Busca Google: "android alertdialog example"
(CTRL + F) > digita ".setPositiveButton(R.string.fire, new DialogInterface.OnClickListener()"

};

IF (START_ACTIVITY_IN_ALERTDIALOG)
{
View viu = activity.getlayoutinflate().inflate(R.layout.seulayout, null);
myAlertdialog.setview(viu)
}


--
Anselmo M. Silva

--
You received this message because you are subscribed to the Google Groups "Android Brasil - Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to androidbrasil-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

0 comentários:

Postar um comentário