In my method I have a Random variable:
public Bitmap getBmp(int nunidades,boolean base){
Bitmap bmp = Bitmap.createBitmap(ladoWidth * nunidades, ladoHeight, Bitmap.Config.ARGB_8888);
Canvas canvas = new Canvas(bmp);
int nbase =...
asked by
23.05.2017 / 12:27