java - How to convert a color integer to a hex String in Android? - Stack Overflow
I have a an integer that was generated from an android.graphics.Color The Integer has a value of -16776961 How do I convert this value into a hex string with the format #RRGGBB ......