[android-developers] Re: when internet connection don't exists, show me massage. please help!!
then show the alert box dialog.
i.e.,
AlertDialog.Builder alertbox = new AlertDialog.Builder(this);
alertbox.setMessage("Alert");
alertbox.setTitle("Network Connection not found");
alertbox.setNeutralButton("OK", new
DialogInterface.OnClickListener() {
public void onClick(DialogInterface arg0, int arg1) {
}
});
alertbox.show();
On Feb 23, 2:45 pm, Muhammad UMER <muhammad.ume...@hotmail.com> wrote:
> hi s.seshu,
> But i want to show message when internet connection not found before closing the app.
>
> Regards,
>
> umer
--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home