Search found 3 matches

by swinefeaster
Wed Aug 11, 2010 6:44 pm
Forum: AndExplorer
Topic: SaveAs Pick Intent
Replies: 4
Views: 7219

Re: SaveAs Pick Intent

thanks for the reply, but i don't see how this answers my question.

i know how to, via AndExplorer, programmatically invoke an intent to:
1. pick a file to load
2. pick a directory

what i need:
3. pick a file to save and allow the user to also type in the name of a non-existing file.

thanks
by swinefeaster
Sun Aug 08, 2010 6:15 am
Forum: AndExplorer
Topic: SaveAs Pick Intent
Replies: 4
Views: 7219

Re: SaveAs Pick Intent

to clairify, i mean specifically the functionality for the user to not only be able to select a file (which is supported), but to also type in a new non-existant filename to save to.
by swinefeaster
Sun Aug 08, 2010 6:14 am
Forum: AndExplorer
Topic: SaveAs Pick Intent
Replies: 4
Views: 7219

SaveAs Pick Intent

greetings! i love AndExplorer and i would like to integrate it with my android app's Save As functionality. is this supported? i know you can use AndExporer to pick a file to load, but i need something that looks like this: File: |____________________| --------------------------------------- <existi...