Terminology in Android Programming

This tutorial describe how android project works and how the files and folders are interrelated with each other. All the working operations will reside in Java file. The res folder consist multiple folders which consist images, theme, string, color. Gradle is build tool which consist project structure, dependencies, classpath.
Back to Top