Android-change cardview background color parsing json

Octal and hexadecimal formats are not used in JSON. You can try storing decimal numbers in database and convert it to hex after parsing. Otherwise you can use rgb.

Leave a Comment