Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/malkomalko/sketch-android-kit
Sketch.app Plugin for Exporting Android Layouts
https://github.com/malkomalko/sketch-android-kit
Last synced: about 1 month ago
JSON representation
Sketch.app Plugin for Exporting Android Layouts
- Host: GitHub
- URL: https://github.com/malkomalko/sketch-android-kit
- Owner: malkomalko
- Created: 2014-01-28T19:30:55.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-12-05T09:25:29.000Z (about 8 years ago)
- Last Synced: 2024-08-01T14:02:32.927Z (4 months ago)
- Language: JavaScript
- Size: 416 KB
- Stars: 230
- Watchers: 21
- Forks: 48
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-sketch - malkomalko/sketch-android-kit
README
sketch-android-kit
==================Sketch.app Plugin for Exporting Android Layouts
Now works for Sketch Version 3!
**Current Progress:**
* http://quick.as/wzx8cb2m - generate an android app in under 3 minutes
* http://quick.as/lw0di0mm - pixel density and generating layouts with images
* http://quick.as/x4zxhkyj - passing data to generated templates
* http://quick.as/wzx8c0mp - introduction### quick note
This generates files to be used in an android application using gradle.
It also generates the source files to be used using the great AndroidAnnotations plugin.Everything is generated dynamically at the moment, except for a few version numbers in the build.gradle file. I'm planning on adding a few modals to deal with those as well.
As always, feel free to fork this and use it to create your own ideas and application skeletons for iOS/web/etc.
Cheers