Showing posts with label assets in Android. Show all posts
Showing posts with label assets in Android. Show all posts

Wednesday, May 16, 2012

assets in Android

Android offers one more directory where you can keep files which also will be included in package. This directory called /assets. The difference between/res and /assets is that Android doesn’t generate IDs for assets content. You need to specify relative path and name for files inside /assets.