User login

Regarding files with Spinner(Combo box)

Hi,

This is Naina. I am trying to write an application where I need to list down all files and using the Spinner, I want to select the required file. Could you please let me know about this.

Also could you please give me one sample application of using files in android using this : If you have static files to package with your application at compile time, you can save your file in your project in res/raw/, and then get it with Resources.openRawResource (R.raw.mydatafile).

Thanks in advance,

Naina