0% found this document useful (0 votes)
12 views2 pages

What Is Java: 2.res/drawable-Hdpi

Uploaded by

yoratet699
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views2 pages

What Is Java: 2.res/drawable-Hdpi

Uploaded by

yoratet699
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

1.

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.

While most modern Java applications combine the Java runtime


and application together, there are still many applications and
even some websites that will not function unless you have a
desktop Java installed. Java.com, this website, is intended for
consumers who may still require Java for their desktop
applications – specifically applications targeting Java 8.
Developers as well as users that would like to learn Java
programming should visit the dev.java website instead and
business users should visit oracle.com/java for more information.

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.

You might also like