Colors Converter to Java, Objective-C, C# and CSS
Some of my apps are multiplatform, my Sudoku, for example works on Android, Windows, iOS, OSX and HTML. For some of them, as Weight, I had to follow the various platform guidelines (as Material Design), but at the same time give it a uniform look and feel across the platforms. I wrote this post ()with an embedded script) to simplify the colors selection and coding in such cases.
In other words, when developing a multiplatform app, the color language should identify the app, but also match the platform guidelines. Because each platform uses a different preferred implementation language, this post proposes a small script to generate the code for a specific color in few of them:
- Objective-C and Swift for iOS and OSX apps;
- Java for Android apps;
- C# for Windows apps.