Recent Post

Android Studio File Organization for Android app Developed

Gradle  Files:- It contains the scripts that defines how to compile and build our app.

Source Code Files:- These are the java source code files that defines the logic of our applications.

Resource files:- These files are used by our application while it is running such as user interface layout files defines what layout of screen for our app look like.Any image include in our app including the app icon itself. XML files contains the source code for the user interface of our app.

Thank you!!

No comments