4.1.0 • Published 6 years ago

file-explorer-android-nodejs v4.1.0

Weekly downloads
5
License
ISC
Repository
github
Last release
6 years ago

file-explorer-android-nodejs

New Update: added animation of folder names in the home page launch

New Update: added ajax-file-explorer.js which presents a tree like structure:

scren

This app can help open formats supported in browser which can not be open from the file manager app. For example not all file manager opens "xml" files in browser. Hence can't do xml development in phone.

This application lets one open "xml", "xslt", "js", "css", "html", "json", "avi", "mp3", "mp4", "jpg", "png", etc all in browser.

The 'file-explorer.js' file can be placed in any directory from which the directory tree needs to be seen. Get a nodejs server from Play Store , locate the file and run it .

By default the code uses 8888 port. Hence after running "node file-explorer.js" it can be accessed from the browser through "http://localhost:8888"

pic1

The second image shows the function that handles different formats. It can be changed to include more formats.

For accessing from PC. Connect the phone and PC with same wifi and replace localhost in "http://localhost:8888" with phones IP address.

Which can be found by running "ipconfig" in "termux" application from play store.

New UI after update : also added search functionality

new_ui

4.1.0

6 years ago

4.0.2

6 years ago

4.0.1

6 years ago

3.0.1

6 years ago

3.0.0

6 years ago

2.0.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago