Answers for "color hex code for android"

0

chnage hex color to int color in android

String white = "#ffffff";
int whiteInt = Color.parseColor(white);
Posted by: Guest on October-06-2020
0

setbackground color hexadecimal android

view.setBackgroundColor(0x00FF00)
Posted by: Guest on December-11-2020

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language