All Projects → hearsilent → ZeplinPlus-Android

hearsilent / ZeplinPlus-Android

Licence: MIT license
ZeplinPlus is an Android app can view Zeplin screens

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to ZeplinPlus-Android

zeplin-flutter-extended
This is about a Flutter Extension for Zeplin program, we can select layers, font Styles and color from our Zeplin Projects and convert them into DART code directly. Click on the layer and you will have all properties about Containers, Gradients, RichText, Shadows, etc.
Stars: ✭ 65 (+132.14%)
Mutual labels:  zeplin
vscode-extension
Zeplin for Visual Studio Code 🔌
Stars: ✭ 33 (+17.86%)
Mutual labels:  zeplin
FlutterZeplinExtension
A Flutter Extension for Zeplin
Stars: ✭ 66 (+135.71%)
Mutual labels:  zeplin
zeplin-google-slides
Create presentations in Google Slides from Zeplin projects
Stars: ✭ 14 (-50%)
Mutual labels:  zeplin
cli
Command-line interface for Zeplin
Stars: ✭ 29 (+3.57%)
Mutual labels:  zeplin
stylesheet-extensions
Zeplin stylesheet extensions monorepo ⚗️🖌
Stars: ✭ 30 (+7.14%)
Mutual labels:  zeplin

ZeplinPlus Android

license

ZeplinPlus is an Android app can view Zeplin screens by using the Zeplin API

Screenshot


Setup

Step 1. To use the Zeplin API for creating a custom integration, you either need to create a personal access token or a Zeplin app. You can create them from the web app under Developer tab in your profile page.

Step 2. Create a OauthConstant object put in hearsilent.zeplin.libs, and put 3 const static variable in this object.
Like this:

package hearsilent.zeplin.libs

object OauthConstant {

    const val CLIENT_ID = "Identifier of your Zeplin app" // Please change this value
    const val CLIENT_SECRET = "Client secret of your Zeplin app" // Please change this value
    const val REDIRECT_URI = "URL of your application where users will be redirected to after authorization" // Please change this value

}

Step 3. Build app with ❤️ & Enjoy it!

Features

TODO

Compatibility

Android LOLLIPOP 5.0+

Credits

This project was inspired by Zeplin.

License

MIT License

Copyright (c) 2020 HearSilent

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].