Android Utililty Methods Resources Load
List of utility methods to do Resources Load
HOME
Android
R
Resources Load
Description
The list of methods to do Resources Load are organized into topic(s).
Method
Bitmap
getBitmapImageById(Resources res, int id)
load image from application resources
return
BitmapFactory.decodeResource(res, id);