AndroidFileExplorer icon indicating copy to clipboard operation
AndroidFileExplorer copied to clipboard

Question: Is it possible to pickup folder as a path?

Open isabsent opened this issue 7 years ago • 1 comments

I need to select and pickup the selected folder path. Is it possible with your library?

isabsent avatar Feb 24 '18 13:02 isabsent

Yes, you can do it.. but for this you need to customize this library and need to define your specific folder. On item click event need check wither this is the specific folder that you wants to then return that folder else proceed with click. In 'DirectoryFragment.java' just check the below code

        listView.setOnItemClickListener(new AdapterView.OnItemClickListener() {
            @Override
            public void onItemClick(AdapterView<?> adapterView, View view,
                                    int i, long l) {

dibakarece avatar Feb 25 '18 10:02 dibakarece