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
    6.1K+ Learners
    4.44  (217)
    Hashing in Java
    2 hrs
    Intermediate
    6.2K+ Learners
    4.44  (153)
    Eclipse Tutorial
    1 hrs
    Beginner
    2.9K+ Learners
    4.47  (124)
    NoSQL Database
    2 hrs
    Beginner
    10.8K+ Learners
    4.52  (504)
    SQL Triggers for Beginners
    1 hrs
    Intermediate
    12.2K+ Learners
    4.45  (465)
    WordPress with Docker
    1 hrs
    Beginner
    8.3K+ Learners
    4.47  (392)
    C++ Tutorial
    2 hrs
    Beginner
    47.7K+ Learners
    4.44  (2655)
    OOPs Concepts in C++
    2 hrs
    Beginner
    30K+ Learners
    4.44  (1813)
    Robotic Process Automation
    3 hrs
    Beginner
    12.5K+ Learners
    4.61  (611)
    Docker Swarm
    1 hrs
    Beginner
    1.6K+ Learners
    4.56  (91)