Quantcast
Channel: Appcelerator Developer Center Q&A Unanswered Questions 20
Viewing all articles
Browse latest Browse all 8068

Ti Alloy File Picker project

$
0
0

Some time ago I had the need for a file browser/picker on my Titanium Alloy project SpotFile and find out that was no project or module out there.

So I have made one and I would like to share it with the community.

What FilePicker can do for your app?

  • Show/Select files and folders
  • Show only folders
  • Show only files
  • Show hidden files/folders
  • Show custom icons
  • Easy of use (just call the controller and add a listener to the select event)
  • Tested on Android 2.2, 2.3, 4.0, 4.1 and 4.2

Know bugs:

  • When you scroll (throwing down) the view to the botton and click some file, the app restarts. If you scroll with easy or just click without scrolling, it works ok. (Still don't know why)

Git repo: https://github.com/EthraZa/FilePicker

Hope we can make it better and put to a good use! ;)


Viewing all articles
Browse latest Browse all 8068

Trending Articles