https://github.com/codenameone/codenameoneskindesigner
Allows visually designing Codename One device simulator skin files
https://github.com/codenameone/codenameoneskindesigner
codenameone demo
Last synced: about 2 months ago
JSON representation
Allows visually designing Codename One device simulator skin files
- Host: GitHub
- URL: https://github.com/codenameone/codenameoneskindesigner
- Owner: codenameone
- Created: 2016-05-17T14:03:23.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-02T10:37:47.000Z (about 10 years ago)
- Last Synced: 2025-03-14T21:54:09.358Z (over 1 year ago)
- Topics: codenameone, demo
- Language: Java
- Homepage: https://www.codenameone.com/
- Size: 2.05 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Codename One Skin Designer
The Skin Designer is a Codename One app that allows you to visually design a Codename One "skin" representing a device type from two images and a bit of device specific details. This application serves both as a demo for working with Codename One and as a real tool that can be used to create device skins.
This tool was mostly designed for use in the web via the JavaScript port of Codename One, but it can also work thru the desktop port.
## Command Line Usage
To convert a single Android Virtual Device (AVD) skin directory into a Codename One skin archive:
```
java AvdSkinToCodenameOneSkin.java [output.skin]
```
The converter can also scan an entire GitHub repository for Android skin definitions and convert each one automatically:
```
java AvdSkinToCodenameOneSkin.java --github [--ref ] [--output ]
```
The `--ref` option allows you to specify the branch or tag to clone, and `--output` chooses the directory where the generated `.skin` archives will be stored (defaults to `./converted-skins`). The command requires the `git` client to be available on the system `PATH` when cloning repositories.