Class FileSelectorActivity.Save

  • Enclosing class:
    FileSelectorActivity


    public static class FileSelectorActivity.Save
    extends FileSelectorActivity
    A FileSelectorActivity for saving a file. A long click on an item will open a text dialog to enter the name of the file to save. If the user clicks on a file list item, the text field will be filled with the name thereof.
    • Constructor Detail

      • Save

        public Save()
    • Method Detail

      • onItemLongClick

        public boolean onItemLongClick(<any> av,
                                       View v,
                                       int position,
                                       long id)
        When the user long-clicks on an item a text dialog for the user to enter the file name appears.
        Specified by:
        onItemLongClick in class FileSelectorActivity