Skip to content

Awesome Login screen with NativeScript (?with) Kinvey backend

Notifications You must be signed in to change notification settings

sajjaphani/nativescript-login-ng

Repository files navigation

NativeScript Login Angular

This repo is a NativeScript application for building Login functionality with the help of Angular framework. The master branch contains the code to setup a login screen and adding a dummy backend mechanism. The login-kinvey branh contains the code to connect to the Kinvey backend.

Below images shows the login screen on iPhone and Android respectively.

alt text alt text

Below images shows the login screen on iPad and Android Tablet respectively.

alt text alt text

To configure Kinvey backend in NativeScript app, open App config file and add the corresponding appKey and appSecret.

export const appConfig = {
    appKey: 'your_app_key',
    appSecret: 'your_app_secret'
}

Best practices for Forms!

This application adapts the following best practices for building the login form.

  • Field labelling
  • Showing password
  • Input Validations
  • Inline error messages

About

Awesome Login screen with NativeScript (?with) Kinvey backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published