Understanding Android Application Resources

In this section, you learn about the various types of resources available to your application.
When you create a project in Android Studio, you are provided with two main directories in your project for source files, java and res.
Android Resources Types
  • anim/
  • color/
  • drawable/
  • layout/
  • menu/
  • raw/

Comments

  1. It takes more than just code to build a great app. Resources are the additional files and static content that your code uses, such as bitmaps, layout definitions, user interface strings, animation instructions, and more.Very informative ..i suggest this blog to my friends..Thank you for sharing
    Android Training in velachery | Android Training in chennai | Android Training in chennai with placement

    ReplyDelete

Post a Comment

Popular posts from this blog

Google Declared Best Android Apps Of 2017: No Place For Facebook Or Whatsapp That Make Everyone Love It

Steps for Android Studio - Environment Setup

Core Building Blocks of Android