What Is Java: 2.res/drawable-Hdpi
What Is Java: 2.res/drawable-Hdpi
What is java
Java is a programming language and computing platform first
released by Sun Microsystems in 1995. It has evolved from
humble beginnings to power a large share of today’s digital
world, by providing the reliable platform upon which many
services and applications are built. New, innovative products
and digital services designed for the future continue to rely on
Java, as well.
2.res/drawable-hdpi
So when you create drawable-hdpi, drawable-ldpi, drawable-mdpi,
drawable-xhdpi and drawable-xxhdpi the phone appropriately
takes the resources according to its pixel density.If
nothing is specified it will take resources from drawable.
For more details check here.
2. res/layout
A layout resource defines the architecture for the UI in
an Activity or a component of a UI.
4. res/values
The res/values folder is used to store the values for
the resources that are used in many Android projects to
include features of color, styles, dimensions etc.
5. AndroidManifest.xml
Every app project must have
an AndroidManifest.xml file, with precisely that name,
at the root of the project source set. The manifest file
describes essential information about your app to the
Android build tools, the Android operating system, and
Google Play.
6. Build.gradle
Android Studio uses Gradle, an advanced build toolkit, to
automate and manage the build process while letting you
define flexible, custom build configurations. Each build
configuration can define its own set of code and resources
while reusing the parts common to all versions of your app. The
Android Gradle plugin works with the build toolkit to provide
processes and configurable settings that are specific to building
and testing Android apps.