Вопрос

I want to write a webservice on android. I have hexadecimal color codes(#a445a1). What i wanna do is sending these codes to website and to get their images to show on the screen. How can i do that ?

Это было полезно?

Решение

You can send your hex color code as a string "#a445a1" and in your server you can convert from string to hex color using this function in this Tuto

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top