Skip to content
Philipp Niedermayer edited this page Jul 31, 2023 · 31 revisions

This is the wiki of SimpleDialogFragments - an android library to create dialogs with ease and handle user interaction reliably, using fragments and material design - at a minimum of code.

Quickstart

  1. Read about the basic principle of using SimpleDialogs
  2. Check out the showcase to find and adopt some suitable dialog type
  3. Read about styling dialogs and fullscreen dialogs
  4. In case there's nothing suiting your need, read about creating custom dialogs with CustomViewDialog or CustomListDialog