Open GoogleCodeExporter opened 8 years ago
Hi!
Congrats with the first place in google search results
http://www.google.com/search?q=android+file+dialog
But how could I download your library?
Original comment by ppv....@gmail.com
on 7 Mar 2011 at 4:30
:) Thanks.
Install svn and perform this command:
svn checkout http://android-file-dialog.googlecode.com/svn/trunk/
android-file-dialog-read-only
Original comment by alexande...@gmail.com
on 7 Mar 2011 at 4:33
What permissions are required?
Original comment by bosahch...@gmail.com
on 1 Jul 2011 at 6:31
Access to SD card
Original comment by alexande...@gmail.com
on 1 Jul 2011 at 7:46
How do I deploy the file dialog along with my application? should I just copy
the files to my own project?
Original comment by michael....@gmail.com
on 2 Aug 2011 at 8:11
[deleted comment]
very good small dialog, easy to use BTW It's a shame that Android does not
provide this kind of things by default in the SDK.
Original comment by herve.gi...@gmail.com
on 4 Aug 2011 at 8:51
[deleted comment]
@michael You have to import the project as a library and than add something to
the manifest after the main activity tag like so.
<activity android:name="com.lamerman.FileDialog"></activity>
This should help.
http://developer.android.com/guide/developing/projects/projects-eclipse.html
Original comment by unanimo...@gmail.com
on 18 Aug 2011 at 6:28
[deleted comment]
I've worked mostly in visual studio creating .net web applications. Eclipse
feels very foreign. I can't get my project to work with this android file
dialog and I can't find any resources on the web that's helpful. I have created
2 projects in eclipse. My own, and another one for the library which I just say
I have an existing source and point it to the directory of the this library.
Then I right clicked my project and went to the android properties, and under
library I clicked add and it added the library. I have added <activity
android:name="com.lamerman.FileDialog"></activity> to my manifest. At this
point my project doesn't compile. It doesn't know what FileDialog is. I found
some info on stackoverflow.com that showed me how to "properly" add a library
file to my android project. I did this and now I have a "libs" directory
showing filedialog.jar. Now my project compiles and launches however during
debug when it installs the app to my phone I get an error that I can't fix, it
says "[2012-02-04 12:47:59 - FileDialog] Could not find FileDialog.apk!". It
seems to me that the library is compiled into it's own apk package but it does
not attempt to install the apk. So my app launches and shows my Open File
button that simply launches the FileDialog intent. But of course when I click
it the app crashes.
I'm frustrated with this issue, and I all I want it a step-by-step guide from
start to finish how to create a project and properly use this library with my
project (w/ Eclipse of course). A simple demonstration. Can someone help? Thank
you.
Original comment by gamefr...@gmail.com
on 4 Feb 2012 at 7:42
Hi. Where is the Utils class you used? Cant seem to find in the trunk ...
Original comment by daniel...@gmail.com
on 12 Feb 2012 at 7:14
After the import, I have also chose an Android target version on project's
preferences in order to get the project compiled.
Thanks for this nice activity.
Francesco
Original comment by ceskobas...@gmail.com
on 2 Mar 2012 at 10:59
I added some features to project. How I can contribute to source. Can you
please give me short explanation.
Original comment by dalibor1968
on 12 Nov 2013 at 8:40
Looks nice. simple (and clean) enough to modify to my liking.
One thing though: PLEASE, for crying out loud, PLEASE write your comments and
javaDoc in English!
I mean, your variables and all are in English, so you clearly do speak it. Why
only the comments and javaDoc?
(It gives me the feeling of some Chinese product that you have to assemble
yourself. You can do it just fine by trial and error, but you could have done
it way faster if just the manual wasn't only in Chinese.)
Original comment by wtf.my.n...@googlemail.com
on 8 Jan 2014 at 12:04
Original issue reported on code.google.com by
alexande...@gmail.com
on 16 Feb 2011 at 8:16