Coder Social home page Coder Social logo

myalcinkuru / sf-extension-utils Goto Github PK

View Code? Open in Web Editor NEW

This project forked from smartface/sf-extension-utils

0.0 2.0 0.0 134 KB

Smartface Native Framework extension that has useful utility classes to use in your applications

License: Other

JavaScript 100.00%

sf-extension-utils's Introduction

Utility Extension from Smartface

Twitter: @Smartface_io License

An extension that has following utility classes for Smartface Native Framework.

  • RAU (easy use for Remote App Update)
  • Fingerprint & Touch ID (easy & best practice use for Fingerprint)
  • Alert (fixes global alert)
  • SpeechToText (setups timers for speech recognition)
  • Permission (gets permissions with ease using a simple callback)
  • Location (gets location with callback, no need to worry for the permission code)
  • Timers (fixes thread issue of setTimeout & setInterval)
  • Orientation (solves problems of managing different behaviour of Oritentation of iOS & Android)
  • ServiceCall (service call library for common JSON requests)
  • ButtonActivity (setting an activity indicator with correct elevation on top of a button)
  • WebViewBridge (bi directional communication)
  • Touch (addPress event to any target object)
  • Color (converts Smartface color to TinyColor for color manipulations)
  • TextBox (max text length)

Installation

Utility extension can be installed via npm easily from our public npm repository. The installation is pretty easy via Smartface Cloud IDE. Run the following code in terminal

(cd ~/workspace/scripts && npm i -S sf-extension-utils)

How to use

Just require("sf-extension-utils") and .<name> of the module to use. For timers and alert there is no accessor, there making global modifications.

  • require("sf-extension-utils").rau
  • require("sf-extension-utils").permission
  • require("sf-extension-utils").fingerprint
  • require("sf-extension-utils").speechToText
  • require("sf-extension-utils").location

API

For each module api documentation is in separate file

Need Help?

Please submit an issue on GitHub and provide information about your problem.

Support & Documentation & Useful Links

Code of Conduct

We are committed to making participation in this project a harassment-free experience for everyone, regardless of the level of experience, gender, gender identity and expression, sexual orientation, disability, personal appearance, body size, race, ethnicity, age, religion, or nationality. Please read and follow our Code of Conduct.

License

This project is licensed under the terms of the MIT license. See the LICENSE file. Within the scope of this license, all modifications to the source code, regardless of the fact that it is used commercially or not, shall be committed as a contribution back to this repository.

sf-extension-utils's People

Contributors

alperozisik avatar birfincankafein avatar ercanbaran avatar myalcinkuru avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.