In this time we are going to see the full explanation of the android application project that appear in the package explorer.
Expand the project which you created it contain the list of folders like src,gen,assests,bin,lib,res folder.The src folder is contain the java files.Then the gen folder contain the R.java file which is an non editable file.It will automatically created the files when you create the XML file.
Then it also contain the bin folder that contain the class files and apk of the project which you have been create.The libs folder is used to add the External and Internal library for your project and it also contain the jar files for your project initially it contain the android support jar for your project.
Then the last folder is the res folder,which means the available resources for your android application.It contain the drawable folder like the hdpi,ldpi,mdpi and xdpi these folders contain the various image and varies in sizes like high, low,medium.
It also contain the layout folder which contain the XML file,this file is used for the UI(user interface)of your project.Initially it contain the activity_main.xml.
And it contain the menu folder that also contain the XML file and the values folder is contain the string and style xml files for your application.
I think this is really helpful for your education.
Expand the project which you created it contain the list of folders like src,gen,assests,bin,lib,res folder.The src folder is contain the java files.Then the gen folder contain the R.java file which is an non editable file.It will automatically created the files when you create the XML file.
Then it also contain the bin folder that contain the class files and apk of the project which you have been create.The libs folder is used to add the External and Internal library for your project and it also contain the jar files for your project initially it contain the android support jar for your project.
Then the last folder is the res folder,which means the available resources for your android application.It contain the drawable folder like the hdpi,ldpi,mdpi and xdpi these folders contain the various image and varies in sizes like high, low,medium.
It also contain the layout folder which contain the XML file,this file is used for the UI(user interface)of your project.Initially it contain the activity_main.xml.
And it contain the menu folder that also contain the XML file and the values folder is contain the string and style xml files for your application.
I think this is really helpful for your education.
No comments:
Post a Comment