de.unikassel.android.sdcframework.app.facade
Class DialogUtils
java.lang.Object
de.unikassel.android.sdcframework.app.facade.DialogUtils
public class DialogUtils
- extends Object
Dialog utility class.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DialogUtils
public DialogUtils()
showAlertMessage
public static final void showAlertMessage(Context context,
String msg)
- Does display an alert message box.
- Parameters:
context
- the application contextmsg
- the message to display