Android | res/values folderThe res/values folder is used to store the values for the resources that are used in many Android projects including features of color, styles, dimensions, etc. In this article, we will learn about the res/values folder. Below explained are a few basic files, contained in the res/values folder: colo
3 min read
Assets Folder in Android StudioIt can be noticed that unlike Eclipse ADT (App Development Tools), Android Studio doesnât contain an Assets folder in which we usually use to keep the web files like HTML. Assets provide a way to add arbitrary files like text, XML, HTML, fonts, music, and video in the application. If one tries to ad
4 min read