Android Resources aapt tool

 

In this video we see a different type of resources in android – anim: XML files that define property animations and It accessed from the R.anim class. color: XML files that define a state list of colors and accessed from the R.color class. menu: XML files that define application menus and It accessed from the R.menu class. drawable: Image files format like .jpg, .png etc. or XML files that are compiled into bitmaps, state lists, etc. drawable and is accessed from the R.drawable class. layout: The XML files define a user interface layout and It accessed from the R.layout class. raw: Arbitrary files to save in their raw form and It accessed from R.raw.

 

 


Leave a Reply

Your email address will not be published. Required fields are marked *