Skip to content

Instantly share code, notes, and snippets.

View NavjotSinghTung's full-sized avatar

Navjot Singh NavjotSinghTung

  • GNDEC
  • Ludhiana, Punjab, INDIA
View GitHub Profile
package com.gndec.gcm
import android.app.AlertDialog;
import android.content.Context;
import android.content.DialogInterface;
public class AlertDialogManager {
// Function to display simple Alert Dialog
public void showAlertDialog(Context context, String title, String message,