Android

Android Resources

Android Resources

When you are developing your android application, you also have to take care of other resources such as layout definitions, animations, UI strings, and others. In this section, we will see how you can organize these resources in your project. 

You can follow the structure given below to organize your files in Android Studio:

MyApp/
    app/
         manifest/
        manifest.xml
    java/
         Activity.java
         resources/
        images/
             menu.png
             icon.png
        layout/         
             activity.xml

This way, you can organize your resources in Android Studio, i.e. it will make easier for you to access them at the time of application development. 

Top course recommendations for you

    Dev C++ Tutorial
    1 hrs
    Beginner
    5.6K+ Learners
    4.46  (202)
    Hashing in Java
    2 hrs
    Intermediate
    5.7K+ Learners
    4.42  (130)
    Eclipse Tutorial
    1 hrs
    Beginner
    2.6K+ Learners
    4.45  (107)
    NoSQL Database
    2 hrs
    Beginner
    9.1K+ Learners
    4.56  (394)
    What is SQL Triggers?
    1 hrs
    Intermediate
    10.9K+ Learners
    4.44  (383)
    WordPress with Docker
    1 hrs
    Beginner
    7.1K+ Learners
    4.49  (292)
    C++ Tutorial
    2 hrs
    Beginner
    43.9K+ Learners
    4.46  (2125)
    OOPs Concepts in C++
    2 hrs
    Beginner
    27.6K+ Learners
    4.46  (1517)
    Robotic Process Automation
    3 hrs
    Beginner
    10.8K+ Learners
    4.62  (487)
    Docker Swarm
    1 hrs
    Beginner
    1.4K+ Learners
    4.57  (72)