Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pocorall/scaloid-layout-converter
Converts Android XML layout to Scaloid layout
https://github.com/pocorall/scaloid-layout-converter
Last synced: 3 months ago
JSON representation
Converts Android XML layout to Scaloid layout
- Host: GitHub
- URL: https://github.com/pocorall/scaloid-layout-converter
- Owner: pocorall
- Created: 2012-12-26T06:16:57.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-01-18T05:59:23.000Z (almost 10 years ago)
- Last Synced: 2023-03-12T10:12:02.660Z (almost 2 years ago)
- Language: Scala
- Size: 315 KB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scaloid Layout Converter
This program converts an Android XML layout into a [Scaloid](http://scaloid.org) layout.
### Try this!
http://layout.scaloid.org
## Project layout
This project has a standard Maven/[SBT](http://scala-sbt.org) web application directory structure.
We leverages [Spray](http://spray.io) HTTP toolkit and [Scala language](http://scala-lang.org).To run on a local machine:
```
$ sbt container:start shell
```To make a `.war` file:
```
$ sbt package
```For layout converter, check out the class `org.scaloid.layout.Converter`.
## Let's make it together!
This project is in early stages, and I will grow it constantly. If you have any idea to improve Scaloid, feel free to open issues or post patches.
### License
This software is licensed under the [Apache 2 license](http://www.apache.org/licenses/LICENSE-2.0.html).