Tuesday, February 19, 2013

Ready to use simple directory chooser dialog on Android - CodeProject

android
android (Photo credit: osde8info)
Introduction to Article

Every time you need to choose a certain SD card directory in your Android  application you need to load a kind of directory chooser dialog that will offer a graphical interface to select a required directory.
Unfortunately Android does not provide any built in directory chooser dialog as is expected by Android developers. Thereby developers have to write their own directory chooser dialog. In this article I present an implementation of simple directory chooser dialog for Android SD card. The implementation is contained in a single file and does not use any extra resources except for the pre-defined Android  resources.  This assumes very easy integration of the dialog in Android applications.   


Ready to use simple directory chooser dialog on Android - CodeProject
Enhanced by Zemanta

No comments: