MainActivity [A]
public class ViewActivity extends AppCompatActivity implements
FilterDialogFragment.FilterListener,
AffichageAdapter.OnAffichageSelectedListener {
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_view);
ButterKnife.bind(this);
Class [B]: i want to create a AlertDialogue when i click that its show in ViewActivity
public class AffichageAdapter extends FirestoreAdapter<AffichageAdapter.ViewHolder> {
AlertDialog.Builder Alert = new AlertDialog.Builder(What i Put here ! );