Simple and advanced dialog solution. Uses normal view as dialog. Provides expandable option, multiple positioning, and built-in options for easy implementation. DialogPlus provides 3 position. Top, dialog will appear at top with animation. Center, dialog will appear in the center with animation. Bottom, dialog will appear at the bottom of the screen with animation. DialogPlus provides 3 content types. ListHolder, items will be shown in a listview. GridHolder, items will be shown in a gridview. ViewHolder, your customized view will be shown in the content. Set an item click listener when list or grid holder is chosen. In that way you can have callbacks when one of your items is clicked. Set a global click listener to you dialog in order to handle all the possible click events. You can then identify the view by using its id and handle the correct behaviour. Only views which has id will trigger this event.
Features
- Use the builder to create the dialog
- Enable expand animation same as Android L share dialog
- Set expand animation default height
- Use ListView as content holder
- Use GridHolder if you want to use GridView for the dialog
- Get the holder view, ListView, GridView or your custom view