Android : Create Drawable at Runtime and add into Resources

on Tuesday, October 28, 2014


I create Drawable for my Android application at runtime. These Drawables are generated from font icon FontAwesome. I'm searching a way to add these drawables into Resources of my Android project. I would like to generate drawables at start of the application and use them in the rest of the application by accessing through resources.


Is it possible to add a drawable object into project resources in Java code?


0 comments:

Post a Comment