Assets folder in Android Studio

Samsul Hoque
0
In Android Studio, right-click on thefolder and navigate to the Assets Folder


On the next screen just click Finish.
It will create the assets folder in the main target source set.

ASSETS_FOLDER_PATH
contx.getResources().getAssets();
Example:
  Typeface.createFromAsset(contx.getResources().getAssets(), "SomeFont.ttc");

Post a Comment

0Comments
Post a Comment (0)