#4 Android Studio Project Structure Explained – Android Development in Hindi



#4 Android Studio Project Structure Explained – Android Development in Hindi

#4 Android Studio Project Structure Explained - Android Development in Hindi

#4 Android Studio Project Structure Explained – Android Development in Hindi

Notes:
package name: com.abhi.myfirstapplication

root
– app
– manifest
AndroidManifest.xml (Config file)
– java
– com
– abhi
– myfirstapplication
MainActivity.java (Java or Code files)
– res
– drawable (images)
– layout (xml or UI file)
– mipmap (app icon)
– values
colors.xml (color codes)
strings.xml (hardcoded strings)
styles.xml (AppTheme)
– Gradle scripts
build.gradle (project-level)
build.gradle (app-level)
settings.gradle

If this video helped you in any way, please subscribe and hit the bell icon to get notified when I post related content in the future.

Support Me Here – https://www.buymeacoffee.com/agautam

DevZoneOriginal Blog – http://www.devzoneoriginal.com/