Understanding Basic Android Studio Root Folder
Well i don't think i can tell you from a to z about android codes because when I coding I only need codes which related to my app.
For now, i would like to tell the most important directory and files to create an app.
1. Manifest.xml
- Place to declare or state permission between your code and android device.
2. Layout - MyActivity.Xml.
- User Interface.
3. Value - *.String
- user interface value control like padding dp, height, width and etc...
4. Java - MyActivity.Java
- A controller of any activity or what do you want to show interaction between you and user interface.
Remember this, " Create An App only with Code's it relating with what kind of app will you develop and always debug". This is how you can learn and understanding Codes/ syntax.
Ger your apps "a point" so you can focus on to the point.
Comments
Post a Comment