I am building my first android app, and I am a bit confused with the Datepicker function. I am following the tutorial on http://developer.android.com/resources/tutorials/views/hello-datepicker.html on the third step they are requesting to use a java file. I found the source code, but in which directory do I store this java file? is it in the res/values folder?
Share
Your Java source files are stored below the folder “src” according to your package name which you specified when creating the project. Just follow the folders under src to the bottom one and put your Java files there.