문제

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